Searched refs:xopen (Results 1 – 9 of 9) sorted by relevance
/support/ |
A D | tst-support_descriptors.c | 36 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 D | xopen.c | 24 xopen (const char *path, int flags, mode_t mode) in xopen() function
|
A D | support_copy_file.c | 29 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 D | support_write_file_string.c | 27 int fd = xopen (path, O_CREAT | O_TRUNC | O_WRONLY, 0666); in support_write_file_string()
|
A D | tst-xreadlink.c | 64 xclose (xopen (symlink_name, O_WRONLY | O_CREAT, 0)); in do_test()
|
A D | support_become_root.c | 71 fd = xopen ("/proc/self/gid_map", O_WRONLY, 0); in setup_uid_gid_mapping()
|
A D | xunistd.h | 38 int xopen (const char *path, int flags, mode_t);
|
A D | support-open-dev-null-range.c | 52 return xopen ("/dev/null", flags, mode); in open_dev_null()
|
A D | Makefile | 139 xopen \
|
Completed in 16 milliseconds