Searched defs:tokindex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2904 char *tokindex; local
2918 } else if ((tokindex = strchr(path, ':')) != NULL) {
2919 *tokindex = '\0';
2920 ++tokindex;
2921 if (*tokindex == '/')
2922 ptr = tokindex + 1;
2933 for (chdh = rooth, tokindex = strchr(ptr, '/');
2934 tokindex != NULL;
2935 ptr = tokindex + 1, tokindex
[all...]

Completed in 67 milliseconds