Home
last modified time | relevance | path

Searched refs:o_file (Results 1 – 3 of 3) 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
/freebsd/contrib/bc/
H A Dbuild.pkg.rig536 o_file: str = c_file +~ (if OS == "Windows" { ".obj"; } else { ".o"; });
538 target o_file: c_file, HEADERS
544 return o_file;