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

/freebsd-current/usr.sbin/config/
H A Dmkoptions.cc112 op->op_name, ol->o_file);
113 op->op_name = ol->o_file;
185 basefile = ol->o_file;
220 } else if (ol != NULL && !eq(basefile, ol->o_file)) {
223 inw->c_str(), basefile, ol->o_file);
296 strlcpy(nbuf, po->o_file, sizeof(nbuf));
332 po->o_file = val;
344 free(po->o_file);
345 po->o_file = val;
H A Dconfig.h191 char *o_file; member in struct:opt_list

Completed in 123 milliseconds