Searched refs:rootLen (Results 1 – 1 of 1) sorted by relevance
288 int rootLen; in checkPaths() local303 rootLen = strlen(root); in checkPaths()304 if (strncmp(argv[0], root, rootLen) == 0) { in checkPaths()305 argv[0] += rootLen; in checkPaths()