Searched refs:recpath (Results 1 – 2 of 2) sorted by relevance
304 char *recpath = NULL, *sep; in copy() local463 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()
611 char *file, *path, *recpath; local629 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);