Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditreduce/
H A Dauditrd.h69 char *f_machine; /* 'M' machine (suffix) type */ variable
H A Doption.c149 f_machine = optarg; in process_options()
249 if ((f_machine || f_server || f_root) && (argc != optind)) { in process_options()
906 if (f_machine) { in proc_file()
907 if (strlen(fcb->fcb_suffix) != strlen(f_machine) || in proc_file()
908 (strcmp(fcb->fcb_suffix, f_machine) != 0)) { in proc_file()
H A Dauditrt.h195 extern char *f_machine; /* 'M' machine (suffix) type */