Home
last modified time | relevance | path

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

/xnu-8792.61.2/SETUP/config/
H A Dmkheaders.c120 inf = fopen(file, "r"); in do_header()
124 outf = fopen(file, "w"); in do_header()
132 outf = fopen(file, "a"); in do_header()
187 outf = fopen(file, "w"); in do_header()
H A Dopenp.c74 fvalue = fopen(fnam, ftyp); in ffunc()
H A Dmkioconf.c67 fp = fopen(path("ioconf.c"), "w"); in mkioconf()
H A Dmkmakefile.c186 dfp = fopen(path("Makefile"), "r"); in makefile()
189 ofp = fopen(path("Makefile"), "w"); in makefile()
/xnu-8792.61.2/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 Dz_crc32.c190 out = fopen("crc32.h", "w"); in make_crc_table()
H A Dtrees.c363 FILE *header = fopen("trees.h", "w"); in gen_trees_header()
/xnu-8792.61.2/tests/
H A Dfcntl.c28 FILE* tmp_file = fopen(tmp_file_name, "wx");
H A Dtrial_experiments.c155 stdout_f = fopen(stdout_path, "r"); in get_apple_array()
H A Dstackshot_accuracy.m165 FILE *f = fopen(sspath, "w");
H A Dstackshot_block_owner_14362384.m114 FILE *f = fopen(filename, "w");
H A Dstackshot_tests.m233 FILE *f = fopen(sspath, "w");
/xnu-8792.61.2/SETUP/decomment/
H A Ddecomment.c71 fp = fopen(argv[1], "r"); in main()
/xnu-8792.61.2/osfmk/console/art/
H A Dprogress.m66 if ((file = fopen(filename, "r")) == NULL) {
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c2672 struct user_fopenfrom fopen; in sys_fcntl__OPENFROM() local
2705 error = copyin(argp, &fopen, sizeof(fopen)); in sys_fcntl__OPENFROM()
2710 fopen.o_flags = fopen32.o_flags; in sys_fcntl__OPENFROM()
2711 fopen.o_mode = fopen32.o_mode; in sys_fcntl__OPENFROM()
2712 fopen.o_pathname = CAST_USER_ADDR_T(fopen32.o_pathname); in sys_fcntl__OPENFROM()
2723 AUDIT_ARG(fflags, fopen.o_flags); in sys_fcntl__OPENFROM()
2724 AUDIT_ARG(mode, fopen.o_mode); in sys_fcntl__OPENFROM()
2727 cmode = ((fopen.o_mode & ~p->p_fd.fd_cmask) & ALLPERMS) & ~S_ISTXT; in sys_fcntl__OPENFROM()
2734 fopen.o_pathname, has_entitlement ? &context : vfs_context_current()); in sys_fcntl__OPENFROM()
2738 nd, fopen.o_flags, va, NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in sys_fcntl__OPENFROM()