/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-memfd_create.c | 33 is_cloexec (int fd) in is_cloexec() 42 get_seals (int fd) in get_seals() 51 is_sealed (int fd) in is_sealed() 75 int fd = memfd_create ("tst-memfd_create", flags); in do_test() local
|
D | futimens.c | 32 __futimens64 (int fd, const struct __timespec64 tsp64[2]) in __futimens64() 44 __futimens (int fd, const struct timespec tsp[2]) in __futimens()
|
D | fdatasync.c | 26 fdatasync (int fd) in fdatasync()
|
/glibc-2.36/login/ |
D | ptsname.c | 26 ptsname (int fd __attribute__ ((unused))) in ptsname() 33 __ptsname_r (int fd __attribute__ ((unused)), in __ptsname_r()
|
D | grantpt.c | 25 grantpt (int fd __attribute__ ((unused))) in grantpt()
|
D | unlockpt.c | 25 unlockpt (int fd __attribute__ ((unused))) in unlockpt()
|
/glibc-2.36/io/ |
D | tst-stat-time64.c | 35 stat_check (int fd, const char *path, struct stat *st) in stat_check() 41 lstat_check (int fd, const char *path, struct stat *st) in lstat_check() 47 fstat_check (int fd, const char *path, struct stat *st) in fstat_check() 53 fstatat_check (int fd, const char *path, struct stat *st) in fstatat_check() 64 int fd = create_temp_file ("tst-statx-", &path); in do_test() local
|
D | tst-stat.c | 32 stat_check (int fd, const char *path, struct stat *st) in stat_check() 38 lstat_check (int fd, const char *path, struct stat *st) in lstat_check() 44 fstat_check (int fd, const char *path, struct stat *st) in fstat_check() 54 fstatat_check (int fd, const char *path, struct stat *st) in fstatat_check() 68 int fd = create_temp_file ("tst-fstat.", &path); in do_test() local
|
D | isatty.c | 23 __isatty (int fd) in __isatty()
|
D | close.c | 23 __close (int fd) in __close()
|
D | dup.c | 24 __dup (int fd) in __dup()
|
D | fchdir.c | 24 __fchdir (int fd) in __fchdir()
|
/glibc-2.36/hurd/hurd/ |
D | fd.h | 70 _hurd_fd_get (int fd) in _hurd_fd_get() 108 #define HURD_FD_USE(fd, expr) \ argument 115 #define HURD_DPORT_USE(fd, expr) \ argument 121 #define HURD_FD_PORT_USE(fd, expr) \ argument 181 _hurd_fd_error (int fd, error_t err) in _hurd_fd_error() 201 __hurd_dfail (int fd, error_t err) in __hurd_dfail() 215 __hurd_sockfail (int fd, int flags, error_t err) in __hurd_sockfail()
|
/glibc-2.36/libio/ |
D | tst-popen1.c | 17 int fd = fileno (fp); in do_test() local 35 int fd = fileno (fp); in do_test() local
|
/glibc-2.36/sysdeps/generic/ |
D | not-cancel.h | 38 #define __close_nocancel(fd) \ argument 40 #define __close_nocancel_nostatus(fd) \ argument 42 #define __read_nocancel(fd, buf, n) \ argument 44 #define __pread64_nocancel(fd, buf, count, offset) \ argument 46 #define __write_nocancel(fd, buf, n) \ argument 48 #define __writev_nocancel_nostatus(fd, iov, n) \ argument 50 #define __fcntl64_nocancel(fd, cmd, ...) \ argument
|
/glibc-2.36/posix/ |
D | tst-posix_spawn-fd.c | 40 one_test (const char *name, int (*func) (int), int fd, in one_test() argument 79 addopen (int fd) in addopen() 86 adddup2 (int fd) in adddup2() 92 adddup2_reverse (int fd) in adddup2_reverse() 98 addclose (int fd) in addclose()
|
/glibc-2.36/support/ |
D | tst-support_descriptors.c | 36 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_no_change() local 45 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_closed_descriptor() local 58 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_opened_descriptor() local 68 int fd = xopen ("/dev/null", O_WRONLY, 0); in subprocess_changed_descriptor() local 177 int fd = xopen ("/dev/full", O_WRONLY, 0); in do_test() local
|
D | xclose.c | 24 xclose (int fd) in xclose()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | ptsname.c | 31 ptsname (int fd) in ptsname() 44 __ptsname_internal (int fd, char *buf, size_t buflen, struct stat64 *stp) in __ptsname_internal() 87 __ptsname_r (int fd, char *buf, size_t buflen) in __ptsname_r()
|
D | close_nocancel_nostatus.c | 26 __close_nocancel_nostatus (int fd) in __close_nocancel_nostatus()
|
D | fchdir.c | 27 __fchdir (int fd) in __fchdir()
|
/glibc-2.36/dirent/ |
D | fdopendir.c | 26 __fdopendir (int fd) in __fdopendir()
|
/glibc-2.36/sysdeps/posix/ |
D | dup.c | 25 __dup (int fd) in __dup()
|
/glibc-2.36/socket/ |
D | sockatmark.c | 23 sockatmark (int fd) in sockatmark()
|
/glibc-2.36/misc/ |
D | fsync.c | 23 fsync (int fd) in fsync()
|