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

/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c627 char *file, *path, *recpath; local
645 if ((recpath = join(rp, dp->d_name)) == NULL) {
651 if ((fp = fopen(recpath, "r")) == NULL) {
652 free(recpath);
723 recp = recpath;
734 next: free(recpath);

Completed in 172 milliseconds