Searched refs:nextslash (Results 1 – 1 of 1) sorted by relevance
7672 char * nextslash; local7676 nextslash = strchr(unixptr, '/');7678 if (nextslash != NULL)7679 len = nextslash - unixptr;7790 char * nextslash; local7796 nextslash = strchr(unixptr,'/');7804 if (nextslash != NULL) {7806 seg_len = nextslash - unixptr;7995 char * nextslash; local8009 nextslash = strchr(&unixptr[1],'/');[all …]