Home
last modified time | relevance | path

Searched refs:f_root (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/auditreduce/
H A Doption.c158 f_root = optarg; in process_options()
249 if ((f_machine || f_server || f_root) && (argc != optind)) { in process_options()
278 if (f_root == NULL) in process_options()
279 f_root = "/etc/security/audit"; in process_options()
752 (void) strcat(f_dir, f_root); in process_fileopt()
770 if ((dirp = opendir(f_root)) == NULL) { in process_fileopt()
772 "%s can't open directory %s"), ar, f_root); in process_fileopt()
782 (void) strcat(f_dir, f_root); in process_fileopt()
H A Dauditrd.h70 char *f_root; /* 'R' audit root */ variable
H A Dauditrt.h196 extern char *f_root; /* 'R' audit root */