Searched refs:path_fcodes (Results 1 – 2 of 2) sorted by relevance
133 char *path_fcodes; /* locate database */ in main() local184 if ((path_fcodes = getenv("LOCATE_PATH")) == NULL || in main()185 *path_fcodes == '\0') in main()189 dbv = colon(dbv, path_fcodes, _PATH_FCODES); in main()197 while((path_fcodes = *dbv) != NULL) { in main()200 if (!strcmp(path_fcodes, "-")) in main()209 search_fopen(path_fcodes, argv); in main()211 search_mmap(path_fcodes, argv); in main()
41 statistic (FILE *fp, char *path_fcodes) in statistic() argument68 warnx("corrupted database: %s %d", path_fcodes, count); in statistic()97 (void)printf("\nDatabase: %s\n", path_fcodes); in statistic()