| /xnu-12377.61.12/tests/vfs/ |
| H A D | unique.c | 53 #define FILE "file.txt" macro 68 unlinkat(testdir_fd, FILE, 0); in cleanup() 91 snprintf(file_path, sizeof(file_path), "%s/%s", testdir_path, FILE); in setup() 92 …d = openat(testdir_fd, FILE, O_CREAT | O_RDWR | O_UNIQUE, 0777)), "Creating %s using openat() with… in setup() 109 …T_EXPECT_POSIX_SUCCESS((fstatat(testdir_fd, FILE, &statbuf, 0)), "Calling stat() for %s -> Should … 111 …IX_SUCCESS((fd = openat(testdir_fd, FILE, O_RDONLY | O_UNIQUE, 0)), "Opening %s using O_UNIQUE -> … 115 …ECT_POSIX_SUCCESS(linkat(testdir_fd, FILE, testdir_fd, FILE2, 0), "Calling linkat() for %s, %s -> … 118 …EXPECT_POSIX_SUCCESS((fstatat(testdir_fd, FILE, &statbuf, 0)), "Calling fstatat() for %s -> Should… 120 …T_EXPECT_POSIX_SUCCESS((fd = openat(testdir_fd, FILE, O_RDONLY, 0)), "Opening %s -> Should PASS", … 126 …t(testdir_fd, FILE, O_WRONLY | O_UNIQUE, 0)), ENOTCAPABLE, "Opening %s using openat() with O_UNIQU… [all …]
|
| H A D | resolve_namespace.c | 71 #define FILE "test_dir/file.txt" macro 94 unlinkat(testdir_fd, FILE, 0); in cleanup() 126 …T_ASSERT_POSIX_SUCCESS((fd = openat(testdir_fd, FILE, O_CREAT | O_RDWR, 0777)), "Creating %s", FIL… in setup() 147 snprintf(file_nofollow, sizeof(file_nofollow), "/.nofollow/%s/%s", testdir_path, FILE); 153 …T_EXPECT_POSIX_SUCCESS((fd = openat(testdir_fd, FILE, O_NOFOLLOW_ANY)), "Testing openat(O_NOFOLLOW… 181 …, sizeof(file_dotdot), "/.resolve/%d/%s/%s/../%s", RESOLVE_NODOTDOT, testdir_path, TEST_DIR, FILE); 182 …(file_nodotdot, sizeof(file_nodotdot), "/.resolve/%d/%s/%s", RESOLVE_NODOTDOT, testdir_path, FILE); 261 …printf(file_unique, sizeof(file_unique), "/.resolve/%d/%s/%s", RESOLVE_UNIQUE, testdir_path, FILE); 262 …of(file_unique_symlink), "/.resolve/%d/%s/%s/%s", RESOLVE_UNIQUE, testdir_path, DIR_SYMLINK, FILE); 273 …ECT_POSIX_SUCCESS(linkat(testdir_fd, FILE, testdir_fd, FILE2, 0), "Calling linkat() for %s, %s -> … [all …]
|
| H A D | sandbox_appledouble_write.c | 40 #define FILE "file" macro 129 snprintf(file, sizeof(file), "%s/%s", testdir_path, FILE); 133 …T_ASSERT_POSIX_SUCCESS((fd = openat(testdirfd, FILE, O_CREAT | O_RDWR, 0777)), "Creating %s", FILE…
|
| H A D | union_getdirentries.c | 52 #define FILE "dir/file" macro 74 unlinkat(testdir_fd, FILE, 0); in cleanup()
|
| H A D | getattrlist_mountextflags.c | 119 FILE *fp; in do_exec()
|
| /xnu-12377.61.12/SETUP/config/ |
| H A D | mkmakefile.c | 68 void do_objs(FILE *fp, const char *msg, int ext, int flags); 69 void do_files(FILE *fp, const char *msg, char ext); 70 void do_machdep(FILE *ofp); 71 void do_rules(FILE *f); 72 void copy_dependencies(FILE *makin, FILE *makout); 78 void put_source_file_name(FILE *fp, struct file_list *tp); 173 FILE *ifp, *ofp; in makefile() 174 FILE *dfp; in makefile() 283 FILE *fp; in read_files() 653 put_source_file_name(FILE *fp, struct file_list *tp) in put_source_file_name() [all …]
|
| H A D | mkioconf.c | 59 void pseudo_inits(FILE *fp); 64 FILE *fp; in mkioconf() 79 pseudo_inits(FILE *fp) in pseudo_inits()
|
| H A D | config.h | 125 FILE *fopenp(const char *fpath, char *file, char *complete, const char *ftype); 142 const char *get_word(FILE *fp); 167 char *get_rest(FILE *fp);
|
| H A D | openp.c | 62 static FILE *fvalue; 89 FILE *
|
| H A D | main.c | 150 get_word(FILE *fp) in get_word() 193 get_rest(FILE *fp) in get_rest()
|
| H A D | mkheaders.c | 126 FILE *inf, *outf; in do_header()
|
| /xnu-12377.61.12/osfmk/conf/ |
| H A D | Makefile.arm64 | 41 $(foreach FILE,$(UNCONFIGURED_HIB_FILES),$(eval $(call ADD_HIB_CFLAGS,$(FILE))))
|
| /xnu-12377.61.12/libkern/zlib/ |
| H A D | z_crc32.c | 106 local void write_table OF((FILE *, const unsigned long FAR *)); 188 FILE *out; in make_crc_table() 213 write_table(FILE *out, const unsigned long FAR *table) in write_table()
|
| /xnu-12377.61.12/tests/ |
| H A D | fcntl.c | 28 FILE* tmp_file = fopen(tmp_file_name, "wx");
|
| H A D | spawn_exec_failure.c | 26 FILE *file = popen(cmd, "r"); in __run_cmd()
|
| H A D | libmalloc_apple_array.c | 136 FILE *stdout_f = NULL; in get_apple_array()
|
| H A D | microstackshot_tests.c | 460 FILE *tmp = fopen(path, "w");
|
| /xnu-12377.61.12/SETUP/decomment/ |
| H A D | decomment.c | 51 FILE *fp; in main()
|
| /xnu-12377.61.12/tests/sched/sched_test_harness/ |
| H A D | sched_runqueue_harness.h | 13 extern FILE *_log;
|
| H A D | sched_runqueue_harness.c | 12 FILE *_log = NULL;
|
| /xnu-12377.61.12/libkdd/ |
| H A D | kdd_main.m | 16 fprintf(stderr, "usage: %s [-p] FILE\n", argv[0]);
|
| /xnu-12377.61.12/tests/sched/ |
| H A D | contextswitch.c | 164 FILE *pipe = popen("powerctrl Factor1", "r"); in check_device_temperature()
|
| /xnu-12377.61.12/libkern/c++/ |
| H A D | OSUnserialize.cpp | 799 yy_symbol_value_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() 803 FILE *yyoutput; in yy_symbol_value_print() 832 yy_symbol_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() 836 FILE *yyoutput; in yy_symbol_print()
|
| /xnu-12377.61.12/osfmk/console/art/ |
| H A D | progress.m | 65 FILE *file;
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | test_vm_no_pager_helper.c | 127 FILE* popen_stream; in execute_and_get_output()
|