Searched refs:f_machine (Results 1 – 3 of 3) sorted by relevance
69 char *f_machine; /* 'M' machine (suffix) type */ variable
149 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()
195 extern char *f_machine; /* 'M' machine (suffix) type */