Home
last modified time | relevance | path

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

/xnu-8792.81.2/SETUP/config/
H A Dmkmakefile.c68 void do_objs(FILE *fp, const char *msg, int ext, int flags);
246 do_objs(ofp, "OBJS=", -1, 0); in makefile()
248 do_objs(ofp, "LIBOBJS=", -1, LIBRARYDEP); in makefile()
251 do_objs(ofp, "COBJS=", 'c', 0); in makefile()
254 do_objs(ofp, "CXXOBJS=", 'p', 0); in makefile()
257 do_objs(ofp, "SOBJS=", 's', 0); in makefile()
568 do_objs(FILE *fp, const char *msg, int ext, int flags) in do_objs() function