Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Drecover.c611 char *file, *path, *recpath; local
629 if ((recpath = join(rp, dp->d_name)) == NULL) {
635 if ((fp = fopen(recpath, "r")) == NULL) {
636 free(recpath);
713 recp = recpath;
730 next: free(recpath);