Home
last modified time | relevance | path

Searched refs:out_fd (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/elf/
Dsotruss-lib.c80 int out_fd = -1; in init() local
93 out_fd = open64 (fullname, O_RDWR | O_CREAT | O_TRUNC, 0666); in init()
94 if (out_fd != -1) in init()
104 if (out_fd == -1) in init()
106 out_fd = fcntl64 (STDERR_FILENO, F_DUPFD, 1000); in init()
107 if (out_fd == -1) in init()
108 out_fd = dup (STDERR_FILENO); in init()
111 if (out_fd != -1) in init()
114 out_file = fdopen (out_fd, "w"); in init()
/glibc-2.36/sysdeps/mach/hurd/
Dsendfile.c25 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile() argument
28 return __sendfile64 (out_fd, in_fd, (off64_t *) offset, count); in sendfile()
32 ssize_t ret = __sendfile64 (out_fd, in_fd, &ofs, count); in sendfile()
Dsendfile64.c27 __sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count) in __sendfile64() argument
48 err = HURD_DPORT_USE (out_fd, __io_write (port, data, datalen, in __sendfile64()
/glibc-2.36/sysdeps/unix/sysv/linux/generic/wordsize-32/
Dsendfile.c26 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile() argument
41 rc = INLINE_SYSCALL (sendfile64, 4, out_fd, in_fd, in sendfile()
/glibc-2.36/io/
Dsendfile.c25 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile() argument
Dsendfile64.c25 sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count) in sendfile64() argument