Home
last modified time | relevance | path

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

/xnu-8020.121.3/SETUP/config/
H A Dmkmakefile.c69 void do_files(FILE *fp, const char *msg, char ext);
250 do_files(ofp, "CFILES=", 'c'); in makefile()
253 do_files(ofp, "CXXFILES=", 'p'); in makefile()
256 do_files(ofp, "SFILES=", 's'); in makefile()
622 do_files(FILE *fp, const char *msg, char ext) in do_files() function