Home
last modified time | relevance | path

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

/freebsd/usr.sbin/config/
H A Dmkoptions.cc115 op->op_name, ol->o_file); in options()
116 op->op_name = ol->o_file; in options()
188 basefile = ol->o_file; in do_option()
223 } else if (ol != NULL && !eq(basefile, ol->o_file)) { in do_option()
226 inw->c_str(), basefile, ol->o_file); in do_option()
299 strlcpy(nbuf, po->o_file, sizeof(nbuf)); in tooption()
335 po->o_file = val; in insert_option()
347 free(po->o_file); in update_option()
348 po->o_file = val; in update_option()
H A Dconfig.h191 char *o_file; member