Home
last modified time | relevance | path

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

/freebsd/usr.bin/locate/locate/
H A Dlocate.c120 char *path_fcodes; /* locate database */ in main() local
171 if ((path_fcodes = getenv("LOCATE_PATH")) == NULL || in main()
172 *path_fcodes == '\0') in main()
176 dbv = colon(dbv, path_fcodes, _PATH_FCODES); in main()
184 while((path_fcodes = *dbv) != NULL) { in main()
187 if (!strcmp(path_fcodes, "-")) in main()
196 search_fopen(path_fcodes, argv); in main()
198 search_mmap(path_fcodes, argv); in main()
H A Dfastfind.c41 statistic (FILE *fp, char *path_fcodes) in statistic() argument
68 warnx("corrupted database: %s %d", path_fcodes, count); in statistic()
97 (void)printf("\nDatabase: %s\n", path_fcodes); in statistic()