Searched refs:fd_out (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/posix/ |
D | tst-execveat.c | 83 int fd_out; in do_test() local 157 fd_out = xopen (symlink_name, O_CREAT | O_WRONLY, 0); in do_test() 160 xcopy_file_range (fd, 0, fd_out, 0, st.st_size, 0); in do_test() 161 xfchmod (fd_out, 0700); in do_test() 163 xclose (fd_out); in do_test() 164 fd_out = xopen (symlink_name, O_PATH, 0); in do_test() 167 call_execveat (fd_out, "", 0, ENOENT, __LINE__); in do_test() 168 call_execveat (fd_out, "", AT_EMPTY_PATH, 0, __LINE__); in do_test() 169 call_execveat (fd_out, "", AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW, 0, in do_test() 171 xclose (fd_out); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | splice.c | 23 splice (int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, in splice() argument 26 return SYSCALL_CANCEL (splice, fd_in, off_in, fd_out, off_out, len, flags); in splice()
|
/glibc-2.36/support/ |
D | xunistd.h | 85 ssize_t xcopy_file_range(int fd_in, loff_t *off_in, int fd_out,
|