Home
last modified time | relevance | path

Searched refs:rootLen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c288 int rootLen; in checkPaths() local
303 rootLen = strlen(root); in checkPaths()
304 if (strncmp(argv[0], root, rootLen) == 0) { in checkPaths()
305 argv[0] += rootLen; in checkPaths()