Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/locate/locate/
Dlocate.c88 char *path_fcodes; /* locate database */ variable
157 if ((path_fcodes = getenv("LOCATE_PATH")) == NULL || in main()
158 *path_fcodes == '\0') in main()
162 dbv = colon(dbv, path_fcodes, _PATH_FCODES); in main()
166 while ((path_fcodes = *dbv) != NULL) { in main()
170 search_statistic(path_fcodes, argv); in main()
172 search_mmap(path_fcodes, argv); in main()
189 if ((fp = fopen(path_fcodes, "r")) == NULL) in search_statistic()
190 err(1, "`%s'", path_fcodes); in search_statistic()
193 statistic(fp, path_fcodes); in search_statistic()
[all …]
Dfastfind.c40 statistic (FILE *fp, char *path_fcodes) in statistic() argument
84 (void)printf("\nDatabase: %s\n", path_fcodes); in statistic()