Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 37) sorted by relevance

12

/xnu-12377.61.12/tests/vfs/
H A Dunique.c53 #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 Dresolve_namespace.c71 #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 Dsandbox_appledouble_write.c40 #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 Dunion_getdirentries.c52 #define FILE "dir/file" macro
74 unlinkat(testdir_fd, FILE, 0); in cleanup()
H A Dgetattrlist_mountextflags.c119 FILE *fp; in do_exec()
/xnu-12377.61.12/SETUP/config/
H A Dmkmakefile.c68 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 Dmkioconf.c59 void pseudo_inits(FILE *fp);
64 FILE *fp; in mkioconf()
79 pseudo_inits(FILE *fp) in pseudo_inits()
H A Dconfig.h125 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 Dopenp.c62 static FILE *fvalue;
89 FILE *
H A Dmain.c150 get_word(FILE *fp) in get_word()
193 get_rest(FILE *fp) in get_rest()
H A Dmkheaders.c126 FILE *inf, *outf; in do_header()
/xnu-12377.61.12/osfmk/conf/
H A DMakefile.arm6441 $(foreach FILE,$(UNCONFIGURED_HIB_FILES),$(eval $(call ADD_HIB_CFLAGS,$(FILE))))
/xnu-12377.61.12/libkern/zlib/
H A Dz_crc32.c106 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 Dfcntl.c28 FILE* tmp_file = fopen(tmp_file_name, "wx");
H A Dspawn_exec_failure.c26 FILE *file = popen(cmd, "r"); in __run_cmd()
H A Dlibmalloc_apple_array.c136 FILE *stdout_f = NULL; in get_apple_array()
H A Dmicrostackshot_tests.c460 FILE *tmp = fopen(path, "w");
/xnu-12377.61.12/SETUP/decomment/
H A Ddecomment.c51 FILE *fp; in main()
/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h13 extern FILE *_log;
H A Dsched_runqueue_harness.c12 FILE *_log = NULL;
/xnu-12377.61.12/libkdd/
H A Dkdd_main.m16 fprintf(stderr, "usage: %s [-p] FILE\n", argv[0]);
/xnu-12377.61.12/tests/sched/
H A Dcontextswitch.c164 FILE *pipe = popen("powerctrl Factor1", "r"); in check_device_temperature()
/xnu-12377.61.12/libkern/c++/
H A DOSUnserialize.cpp799 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 Dprogress.m65 FILE *file;
/xnu-12377.61.12/tests/vm/
H A Dtest_vm_no_pager_helper.c127 FILE* popen_stream; in execute_and_get_output()

12