HomeSort by: relevance | last modified time | path
    Searched defs:create_file (Results 1 - 16 of 16) sorted by relevancy

  /src/tests/usr.bin/error/
t_error.sh 31 create_file() { function
38 create_file code.c \
40 create_file err \
42 create_file expected \
53 create_file code.f \
55 create_file err \
57 create_file expected \
68 create_file code.c \
70 create_file err \
72 create_file expected
    [all...]
  /src/external/bsd/atf/dist/atf-c++/
utils.cpp 58 atf::utils::create_file(const std::string& path, const std::string& contents) function in class:atf::utils
utils_test.cpp 74 atf::utils::create_file("file.txt", "");
86 atf::utils::create_file("file.txt", "This is a single line\n");
98 atf::utils::create_file("file.txt", "First\nSecond line\nAnd third\n");
111 atf::utils::create_file("file.txt", "Foo\n bar baz");
123 atf::utils::create_file("test.txt", "");
130 atf::utils::create_file("test.txt", "");
139 atf::utils::create_file("test.txt", "this is a short file");
146 atf::utils::create_file("test.txt", "this is a short file");
162 atf::utils::create_file("test.txt", long_contents);
175 atf::utils::create_file("test.txt", long_contents)
205 ATF_TEST_CASE_WITHOUT_HEAD(create_file); variable
    [all...]
  /src/external/bsd/atf/dist/tools/
fs_test.cpp 51 create_file(const char *name) function
593 create_file("root/reg");
660 create_file("files/reg");
689 create_file("files/reg");
  /src/external/gpl2/gmake/dist/tests/
test_driver.pl 678 &create_file (&get_basefile, $answer);
924 sub create_file subroutine
963 &create_file ("$basedir/$path", $1 . "\n");
  /src/tests/kernel/kqueue/
t_vnode.c 29 int create_file(const char *);
59 create_file(const char *file) function
98 ATF_REQUIRE(create_file(file_inside1) != -1);
119 ATF_REQUIRE(create_file(file_inside1) != -1);
167 ATF_REQUIRE(create_file(file_inside1) != -1);
311 ATF_REQUIRE(create_file(file_inside1) != -1);
356 ATF_REQUIRE(create_file(file_inside1) != -1);
452 ATF_REQUIRE(create_file(file_outside) != -1);
476 ATF_REQUIRE(create_file(file_inside1) != -1);
500 ATF_REQUIRE(create_file(file_inside1) != -1)
    [all...]
  /src/external/bsd/atf/dist/atf-c/
utils_test.c 211 ATF_TC_WITHOUT_HEAD(create_file); variable
212 ATF_TC_BODY(create_file, tc)
509 ATF_TP_ADD_TC(tp, create_file);
  /src/external/bsd/unbound/dist/testcode/
lock_verify.c 75 char* create_file; member in struct:order_lock
192 !readup_str(&o->create_file, in) ||
202 a->create_file = o->create_file;
210 o->create_file, o->create_line);
291 visit->lock->create_file, visit->lock->create_line);
301 next->create_file, next->create_line);
343 visit->lock->create_file, visit->lock->create_line);
359 start.file = lock->create_file;
362 if(!lock->create_file)
    [all...]
checklocks.h 138 const char* create_func, *create_file; member in struct:checked_lock
  /src/external/mit/libuv/dist/test/
test-fork.c 420 static void create_file(const char* name) { function
491 create_file("watch_file");
632 create_file("watch_file");
test-fs-event.c 68 static void create_file(const char* name) { function
182 create_file(fs_event_get_filename(fs_event_created));
268 create_file(fs_event_get_filename_in_subdir(fs_event_created));
601 create_file("watch_dir/file1");
652 create_file("watch_dir/file1");
653 create_file("watch_dir/file2");
699 create_file("watch_dir/file.js");
700 create_file("watch_dir/file.jsx");
703 * create_file events prior to macOS 10.11.6 in the subsequent fs_watch
768 create_file("watch_file")
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 63 create_file(const char *p, int mode) function
444 create_file("f1", 0400);
445 create_file("f2", 0644);
472 create_file("reg", 0644);
497 create_file("reg", 0);
579 create_file(atf_fs_path_cstring(&pfile), 0644);
679 create_file(atf_fs_path_cstring(&p), 0000);
774 create_file("test-dir/foo", 0644);
  /src/external/gpl3/gcc/dist/fixincludes/
fixincl.c 452 create_file Create the output modified file.
474 create_file (void) function
1251 FILE* out_fp = create_file ();
1300 out_fp = create_file ();
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixincl.c 452 create_file Create the output modified file.
474 create_file (void) function
1251 FILE* out_fp = create_file ();
1300 out_fp = create_file ();
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 83 static outf_p create_file (const char *, const char *);
1607 create_file (const char *name, const char *oname)
1697 header_file = create_file ("GCC", "gtype-desc.h");
1702 base_files[i] = create_file (lang_dir_names[i],
1733 gtype_desc_c = create_file ("GCC", "gtype-desc.cc");
2278 r = create_file (for_name, output_name);
5320 plugin_output = create_file ("GCC", plugin_output_filename);
1600 create_file (const char *name, const char *oname) function
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 83 static outf_p create_file (const char *, const char *);
1638 create_file (const char *name, const char *oname)
1728 header_file = create_file ("GCC", "gtype-desc.h");
1733 base_files[i] = create_file (lang_dir_names[i],
1763 gtype_desc_c = create_file ("GCC", "gtype-desc.cc");
2308 r = create_file (for_name, output_name);
5328 plugin_output = create_file ("GCC", plugin_output_filename);
1631 create_file (const char *name, const char *oname) function

Completed in 53 milliseconds