Searched refs:fopen (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dopenp.c38 * Fopenp performs the same function, using fopen() instead
46 * current manual entries for open and fopen.
74 fvalue = fopen (fnam,ftyp);
H A Dmkheaders.c170 inf = fopen(file, "r");
174 outf = fopen(file, "w");
182 outf = fopen(file, "a");
233 outf = fopen(file, "w");
H A Dmkglue.c80 fp = fopen(path("ubglue.s"), "w");
85 gp = fopen(path("ubvec.s"), "w");
298 fp = fopen(path(name), "w");
H A Dmkioconf.c79 fp = fopen(path("ioconf.c"), "w");
350 fp = fopen(path("ioconf.c"), "w");
583 fp = fopen(path("ioconf.c"), "w");
744 fp = fopen(path("ioconf.c"), "w");
1033 fp = fopen(path("ioconf.c"), "w");
1218 fp = fopen(path("ioconf.c"), "w");
1247 fp = fopen(path("ioconf.c"), "w");
1530 fp = fopen(path("ioconf.c"), "w");
1724 fp = fopen(path("ioconf.c"), "w");
1815 fp = fopen(pat
[all...]
H A Dmkswapconf.c97 fp = fopen(path(swapname), "w");
H A Dmkmakefile.c228 dfp = fopen(path("Makefile"), "r");
232 if ((ofp = fopen(path("M.d"), "w")) == NULL) {
238 ofp = fopen(path("Makefile"), "w");
847 tfp = fopen(path(temp), "w+");
854 ofp = fopen(path(name), "r");
869 ofp = fopen(path(name), "w");
/darwin-on-arm/xnu/SETUP/decomment/
H A Ddecomment.c77 fp = fopen(argv[1], "r");
80 perror("fopen");
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dsetupdialog.c78 stream = fopen(numsfile, "r");
92 stream = fopen(file, "r");
152 out_stream = fopen(out, "w");
283 out_stream = fopen(outfile, "w");
H A Dgenimage.c311 stream = fopen(file, "r");
413 stream = fopen(whdname, "r");
520 if ( (ostream = fopen(qtraw, "wb")) == NULL ) {
563 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
606 out_stream = fopen(out, "w");
1425 if ( (stream = fopen(iname, "rb")) == NULL ) {
1448 if ( (ostream = fopen(oname, "w")) == NULL ) {
1550 if ( (ostream = fopen(name, "wb")) == NULL ) {
1593 if ( (ostream = fopen("font.qtif", "wb")) == NULL ) {
H A Dqtif2kraw.c172 stream = fopen(file, "r");
269 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
879 if ( (stream = fopen(iname, "rb")) == NULL ) {
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c223 if ((out = fopen(outfile, "w")) == NULL) {
225 perror("fopen");
488 if ((mak = fopen(file, "r")) != NULL) {
496 perror("fopen");
501 if ((mak = fopen("makefile", "r")) != NULL) {
503 } else if ((mak = fopen("Makefile", "r")) != NULL) {
534 if ((mak = fopen(shadow_mak_name, "w")) == NULL) {
536 perror("fopen");
/darwin-on-arm/xnu/libkern/zlib/
H A Dzutil.h150 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
215 # define F_OPEN(name, mode) fopen((name), (mode))
H A Dcrc32.c188 out = fopen("crc32.h", "w");
H A Dtrees.c359 FILE *header = fopen("trees.h", "w");
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c1392 struct user_fopenfrom fopen; local
1420 error = copyin(argp, &fopen, sizeof(fopen));
1425 fopen.o_flags = fopen32.o_flags;
1426 fopen.o_mode = fopen32.o_mode;
1427 fopen.o_pathname = CAST_USER_ADDR_T(fopen32.o_pathname);
1433 AUDIT_ARG(fflags, fopen.o_flags);
1434 AUDIT_ARG(mode, fopen.o_mode);
1437 cmode = ((fopen.o_mode &~ fdp->fd_cmask) & ALLPERMS) & ~S_ISTXT;
1442 fopen
[all...]
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dsha1mod.c217 if (!(file = fopen(argv[1], "rb"))) {
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c988 file_handle = fopen(FILE_NOTME, "w");
997 file_handle = fopen(FILE_ME, "w");

Completed in 186 milliseconds