| /xnu-12377.61.12/SETUP/config/ |
| H A D | mkheaders.c | 131 inf = fopen(file, "r"); in do_header() 135 outf = fopen(file, "w"); in do_header() 143 outf = fopen(file, "a"); in do_header() 194 outf = fopen(file, "w"); in do_header()
|
| H A D | openp.c | 74 fvalue = fopen(fnam, ftyp); in ffunc()
|
| H A D | mkioconf.c | 67 fp = fopen(path("ioconf.c"), "w"); in mkioconf()
|
| H A D | mkmakefile.c | 186 dfp = fopen(path("Makefile"), "r"); in makefile() 189 ofp = fopen(path("Makefile"), "w"); in makefile()
|
| /xnu-12377.61.12/libkern/zlib/ |
| H A D | zutil.h | 150 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") 215 # define F_OPEN(name, mode) fopen((name), (mode))
|
| H A D | z_crc32.c | 190 out = fopen("crc32.h", "w"); in make_crc_table()
|
| H A D | trees.c | 363 FILE *header = fopen("trees.h", "w"); in gen_trees_header()
|
| /xnu-12377.61.12/tests/ |
| H A D | fcntl.c | 28 FILE* tmp_file = fopen(tmp_file_name, "wx");
|
| H A D | libmalloc_apple_array.c | 158 stdout_f = fopen(stdout_path, "r"); in get_apple_array()
|
| H A D | microstackshot_tests.c | 460 FILE *tmp = fopen(path, "w");
|
| H A D | arm_mte_compress.c | 1244 FILE *f = fopen(path, "w"); in dump_buffer() 1253 FILE *f = fopen(path, "r"); in read_file()
|
| H A D | stackshot_accuracy.m | 167 FILE *f = fopen(sspath, "w");
|
| H A D | stackshot_block_owner_14362384.m | 114 FILE *f = fopen(filename, "w");
|
| H A D | stackshot_tests.m | 264 FILE *f = fopen(sspath, "w");
|
| /xnu-12377.61.12/SETUP/decomment/ |
| H A D | decomment.c | 71 fp = fopen(argv[1], "r"); in main()
|
| /xnu-12377.61.12/osfmk/console/art/ |
| H A D | progress.m | 66 if ((file = fopen(filename, "r")) == NULL) {
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_descrip.c | 2691 struct user_fopenfrom fopen; in sys_fcntl__OPENFROM() local 2724 error = copyin(argp, &fopen, sizeof(fopen)); in sys_fcntl__OPENFROM() 2729 fopen.o_flags = fopen32.o_flags; in sys_fcntl__OPENFROM() 2730 fopen.o_mode = fopen32.o_mode; in sys_fcntl__OPENFROM() 2731 fopen.o_pathname = CAST_USER_ADDR_T(fopen32.o_pathname); in sys_fcntl__OPENFROM() 2742 AUDIT_ARG(fflags, fopen.o_flags); in sys_fcntl__OPENFROM() 2743 AUDIT_ARG(mode, fopen.o_mode); in sys_fcntl__OPENFROM() 2746 cmode = ((fopen.o_mode & ~p->p_fd.fd_cmask) & ALLPERMS) & ~S_ISTXT; in sys_fcntl__OPENFROM() 2753 fopen.o_pathname, has_entitlement ? &context : vfs_context_current()); in sys_fcntl__OPENFROM() 2757 nd, fopen.o_flags, va, NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in sys_fcntl__OPENFROM()
|
| /xnu-12377.61.12/tests/sched/sched_test_harness/ |
| H A D | sched_runqueue_harness.c | 113 _log = fopen(_log_filepath, "w+"); in init_harness_logging()
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_utunloop.c | 868 g_dumpfile = fopen(getenv("SKT_UTUNLOOP_DUMPFILE"), "w"); in skt_tunloop_common()
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_parameter_validation.c | 2720 file = fopen(filename, "r"); in populate_golden_results()
|