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

/freebsd-9.3-release/usr.sbin/config/
H A Dmkoptions.c118 op->op_name, ol->o_file);
119 op->op_name = ol->o_file;
191 basefile = ol->o_file;
227 } else if (ol != NULL && !eq(basefile, ol->o_file)) {
230 inw, basefile, ol->o_file);
302 strlcpy(nbuf, po->o_file, sizeof(nbuf));
336 po->o_file = val;
348 free(po->o_file);
349 po->o_file = val;
H A Dconfig.h132 char *o_file; member in struct:opt_list
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c185 static const char *o_file; /* <xxx>.o for constructor/destructor list. */
285 if (o_file != 0 && o_file[0])
286 maybe_unlink (o_file);
387 if (o_file != 0 && o_file[0])
388 maybe_unlink (o_file);
992 o_file = make_temp_file (".o");
1003 *c_ptr++ = o_file;
1101 /* place o_file BEFOR
183 static const char *o_file; /* <xxx>.o for constructor/destructor list. */ variable
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Djob.c249 } o_file; member in union:Job::__anon10794
260 #define outFile output.o_file.of_outFile
261 #define outFd output.o_file.of_outFd

Completed in 72 milliseconds