Searched refs:strPos1 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dhotplug_usb2.c172 char *strPos1 = NULL, *strPos2 = NULL; local
192 if ((strPos1 = strstr(buf, patt)) != NULL) {
217 char *strPos1 = NULL, *strPos2 = NULL; local
219 if ((strPos1 = strstr(pDevPath, "/usb1/1-1/1-1.")) != NULL) {
220 sscanf(strPos1, "/usb1/1-1/1-1.%s", buf);
235 char *strPos1 = NULL, *strPos2 = NULL; local
240 if ((strPos1 = strstr(pTarget, "/tmp/mnt/usb")) != NULL) {
241 sscanf(strPos1, "/tmp/mnt/usb%s", buf);
306 char *strPos1 = NULL, *strPos2 = NULL; local
326 if ((strPos1
[all...]

Completed in 57 milliseconds