Home
last modified time | relevance | path

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

/dragonfly/usr.bin/locate/locate/
H A Dlocate.c183 *path_fcodes == '\0') in main()
195 while((path_fcodes = *dbv) != NULL) { in main()
207 search_fopen(path_fcodes, argv); in main()
209 search_mmap(path_fcodes, argv); in main()
235 err(1, "`%s'", path_fcodes); in search_fopen()
239 statistic(fp, path_fcodes); in search_fopen()
254 fastfind_icase(fp, *s, path_fcodes); in search_fopen()
256 fastfind(fp, *s, path_fcodes); in search_fopen()
278 err(1, "`%s'", path_fcodes); in search_mmap()
284 err(1, "mmap ``%s''", path_fcodes); in search_mmap()
[all …]
H A Dfastfind.c45 statistic (FILE *fp, char *path_fcodes) in statistic() argument
88 (void)printf("\nDatabase: %s\n", path_fcodes); in statistic()