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

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A DipMoreC.tcl36 char *stringIP, *slashPos, *stringMask;
65 slashPos = strchr(stringIP, (int) '/');
66 if (slashPos == NULL) {
73 /* printf ("\n ** %d ",(uintptr_t)slashPos); */
74 stringMask = slashPos +1;
88 ipLen = (uintptr_t)slashPos - (uintptr_t)stringIP;
90 *slashPos = '\0';
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DResourceHandleWin.cpp377 int slashPos = fileName.reverseFind('/'); local
379 if (slashPos < dotPos && dotPos != -1) {
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dftp.c1490 char *cmd,*lstArg,*slashPos; local
1506 slashPos = strrchr(lstArg,'/');
1507 if(slashPos)
1508 *(slashPos+1) = '\0';

Completed in 215 milliseconds