Searched refs:fopen (Results 1 – 15 of 15) sorted by relevance
| /xnu-8792.61.2/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-8792.61.2/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-8792.61.2/tests/ |
| H A D | fcntl.c | 28 FILE* tmp_file = fopen(tmp_file_name, "wx");
|
| H A D | trial_experiments.c | 155 stdout_f = fopen(stdout_path, "r"); in get_apple_array()
|
| H A D | stackshot_accuracy.m | 165 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 | 233 FILE *f = fopen(sspath, "w");
|
| /xnu-8792.61.2/SETUP/decomment/ |
| H A D | decomment.c | 71 fp = fopen(argv[1], "r"); in main()
|
| /xnu-8792.61.2/osfmk/console/art/ |
| H A D | progress.m | 66 if ((file = fopen(filename, "r")) == NULL) {
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_descrip.c | 2672 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()
|