Lines Matching refs:f_dir
712 char *f_dir = f_dr; in process_fileopt() local
748 f_dir = f_server; in process_fileopt()
751 f_dir[0] = '\0'; in process_fileopt()
752 (void) strcat(f_dir, f_root); in process_fileopt()
753 (void) strcat(f_dir, "/"); in process_fileopt()
754 (void) strcat(f_dir, f_server); in process_fileopt()
762 if (gather_dir(f_dir)) { /* get those files together */ in process_fileopt()
781 f_dir[0] = '\0'; in process_fileopt()
782 (void) strcat(f_dir, f_root); in process_fileopt()
783 (void) strcat(f_dir, "/"); in process_fileopt()
784 (void) strcat(f_dir, dp->d_name); in process_fileopt()
785 if (gather_dir(f_dir)) /* process a sub */ in process_fileopt()