Home
last modified time | relevance | path

Searched refs:xopen (Results 1 – 9 of 9) sorted by relevance

/support/
A Dtst-support_descriptors.c36 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_no_change()
45 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_closed_descriptor()
58 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_opened_descriptor()
68 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_changed_descriptor()
72 TEST_COMPARE (xopen ("/dev", O_DIRECTORY | O_RDONLY, 0), fd); in subprocess_changed_descriptor()
158 free_descriptor = xopen ("/dev/null", O_WRONLY, 0); in do_test()
177 int fd = xopen ("/dev/full", O_WRONLY, 0); in do_test()
A Dxopen.c24 xopen (const char *path, int flags, mode_t mode) in xopen() function
A Dsupport_copy_file.c29 int fd_from = xopen (from, O_RDONLY, 0); in support_copy_file()
31 int fd_to = xopen (to, O_WRONLY | O_TRUNC | O_CREAT, mode); in support_copy_file()
A Dsupport_write_file_string.c27 int fd = xopen (path, O_CREAT | O_TRUNC | O_WRONLY, 0666); in support_write_file_string()
A Dtst-xreadlink.c64 xclose (xopen (symlink_name, O_WRONLY | O_CREAT, 0)); in do_test()
A Dsupport_become_root.c71 fd = xopen ("/proc/self/gid_map", O_WRONLY, 0); in setup_uid_gid_mapping()
A Dxunistd.h38 int xopen (const char *path, int flags, mode_t);
A Dsupport-open-dev-null-range.c52 return xopen ("/dev/null", flags, mode); in open_dev_null()
A DMakefile139 xopen \

Completed in 16 milliseconds