| /xnu-11215.1.10/SETUP/config/ |
| H A D | mkheaders.c | 120 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 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-11215.1.10/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-11215.1.10/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 | 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 | 262 FILE *f = fopen(sspath, "w");
|
| /xnu-11215.1.10/SETUP/decomment/ |
| H A D | decomment.c | 71 fp = fopen(argv[1], "r"); in main()
|
| /xnu-11215.1.10/tests/sched/sched_test_harness/ |
| H A D | sched_runqueue_harness.c | 69 _log = fopen(_log_filepath, "w+"); in init_harness()
|
| /xnu-11215.1.10/osfmk/console/art/ |
| H A D | progress.m | 66 if ((file = fopen(filename, "r")) == NULL) {
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_descrip.c | 2683 struct user_fopenfrom fopen; in sys_fcntl__OPENFROM() local 2716 error = copyin(argp, &fopen, sizeof(fopen)); in sys_fcntl__OPENFROM() 2721 fopen.o_flags = fopen32.o_flags; in sys_fcntl__OPENFROM() 2722 fopen.o_mode = fopen32.o_mode; in sys_fcntl__OPENFROM() 2723 fopen.o_pathname = CAST_USER_ADDR_T(fopen32.o_pathname); in sys_fcntl__OPENFROM() 2734 AUDIT_ARG(fflags, fopen.o_flags); in sys_fcntl__OPENFROM() 2735 AUDIT_ARG(mode, fopen.o_mode); in sys_fcntl__OPENFROM() 2738 cmode = ((fopen.o_mode & ~p->p_fd.fd_cmask) & ALLPERMS) & ~S_ISTXT; in sys_fcntl__OPENFROM() 2745 fopen.o_pathname, has_entitlement ? &context : vfs_context_current()); in sys_fcntl__OPENFROM() 2749 nd, fopen.o_flags, va, NULL, NULL, retval, AUTH_OPEN_NOAUTHFD); in sys_fcntl__OPENFROM()
|
| /xnu-11215.1.10/tests/skywalk/ |
| H A D | skt_utunloop.c | 867 g_dumpfile = fopen(getenv("SKT_UTUNLOOP_DUMPFILE"), "w"); in skt_tunloop_common()
|
| /xnu-11215.1.10/tests/vm/ |
| H A D | vm_parameter_validation.c | 1452 file = fopen(filename, "r"); in populate_golden_results()
|