Searched refs:dot (Results 1 – 4 of 4) sorted by relevance
2059 char *s, *colon, *dot; in usb_pwc_init() local2069 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 …]
893 char old[IFNAMSIZ], *dot; in inetdev_changename() local899 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()
95 offer a different separation symbol, for example the dot "." or the153 dot "." as option separator symbol).
8 - 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>