rootdir 100 libutil/find.c static char rootdir[PATH_MAX]; rootdir 425 libutil/find.c fprintf(stderr, "\tcheck '%s' < '%s'\n", real, rootdir); rootdir 427 libutil/find.c p = locatestring(rootdir, real, MATCH_AT_FIRST); rootdir 519 libutil/find.c if (realpath(start, rootdir) == NULL) rootdir 573 libutil/find.c strlimcpy(rootdir, root, sizeof(rootdir)); rootdir 575 libutil/find.c snprintf(rootdir, sizeof(rootdir), "%s/", root); rootdir 747 libutil/find.c if (normalize(path, rootdir, cwddir, buf, sizeof(buf)) == NULL) {