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

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c712 char *f_dir = f_dr; local
748 f_dir = f_server;
751 f_dir[0] = '\0';
752 (void) strcat(f_dir, f_root);
753 (void) strcat(f_dir, "/");
754 (void) strcat(f_dir, f_server);
759 * Gather all of the files in the directory 'f_dir'.
762 if (gather_dir(f_dir)) { /* get those files together */
781 f_dir[0] = '\0';
782 (void) strcat(f_dir, f_roo
[all...]

Completed in 58 milliseconds