Searched refs:out_fd (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/elf/ |
D | sotruss-lib.c | 80 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/ |
D | sendfile.c | 25 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()
|
D | sendfile64.c | 27 __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/ |
D | sendfile.c | 26 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/ |
D | sendfile.c | 25 sendfile (int out_fd, int in_fd, off_t *offset, size_t count) in sendfile() argument
|
D | sendfile64.c | 25 sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count) in sendfile64() argument
|