Searched refs:dirfdPath (Results 1 – 1 of 1) sorted by relevance
113 char *pathname, *dirfdPath; in main() local122 dirfdPath = NULL; in main()128 dirfdPath = optarg; in main()153 if (dirfdPath != NULL) { in main()154 dirfd = open(dirfdPath, oflag); in main()164 printf(": %s\n", dirfdPath); in main()268 if (stat((pathname != NULL) ? pathname : dirfdPath, &sb) == -1) in main()