Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dpwc-if.c2059 char *s, *colon, *dot; in usb_pwc_init() local
2069 colon = dot = s; in usb_pwc_init()
2072 while (*dot != '\0' && *dot != '.') in usb_pwc_init()
2073 dot++; in usb_pwc_init()
2075 if (*dot != '\0' && dot > colon) { in usb_pwc_init()
2082 if (*dot != '\0') { in usb_pwc_init()
2095 if (*dot != '\0') { in usb_pwc_init()
2099 dot++; in usb_pwc_init()
2101 while (*dot != ':' && k < 29) { in usb_pwc_init()
2102 device_hint[i].serial_number[k++] = *dot; in usb_pwc_init()
[all …]
/linux-2.4.37.9/net/ipv4/
Ddevinet.c893 char old[IFNAMSIZ], *dot; in inetdev_changename() local
899 dot = strchr(ifa->ifa_label, ':'); in inetdev_changename()
900 if (dot == NULL) { in inetdev_changename()
902 dot = old; in inetdev_changename()
904 if (strlen(dot) + strlen(dev->name) < IFNAMSIZ) { in inetdev_changename()
905 strcat(ifa->ifa_label, dot); in inetdev_changename()
907 strcpy(ifa->ifa_label + (IFNAMSIZ - strlen(dot) - 1), dot); in inetdev_changename()
/linux-2.4.37.9/Documentation/filesystems/
Dfat_cvf.txt95 offer a different separation symbol, for example the dot "." or the
153 dot "." as option separator symbol).
/linux-2.4.37.9/Documentation/networking/
Dbonding.txt8 - Chad N. Tindel <ctindel at ieee dot org>
9 - Janice Girouard <girouard at us dot ibm dot com>
10 - Jay Vosburgh <fubar at us dot ibm dot com>