Home
last modified time | relevance | path

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

/freebsd/bin/cp/
H A Dcp.c304 char *recpath = NULL, *sep; in copy() local
463 assert(recpath == NULL); in copy()
475 if (asprintf(&recpath, "%s/%s", to.path, in copy()
483 if (recpath != NULL && in copy()
484 strcmp(recpath, to.path) == 0) { in copy()
686 free(recpath); in copy()
/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);