Searched refs:rootLen (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/installf/ | ||
H A D | installf.c | 288 int rootLen; local 303 rootLen = strlen(root); 304 if (strncmp(argv[0], root, rootLen) == 0) { 305 argv[0] += rootLen; |
Completed in 56 milliseconds