Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-memfd_create.c33 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
Dfutimens.c32 __futimens64 (int fd, const struct __timespec64 tsp64[2]) in __futimens64()
44 __futimens (int fd, const struct timespec tsp[2]) in __futimens()
Dfdatasync.c26 fdatasync (int fd) in fdatasync()
/glibc-2.36/login/
Dptsname.c26 ptsname (int fd __attribute__ ((unused))) in ptsname()
33 __ptsname_r (int fd __attribute__ ((unused)), in __ptsname_r()
Dgrantpt.c25 grantpt (int fd __attribute__ ((unused))) in grantpt()
Dunlockpt.c25 unlockpt (int fd __attribute__ ((unused))) in unlockpt()
/glibc-2.36/io/
Dtst-stat-time64.c35 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
Dtst-stat.c32 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
Disatty.c23 __isatty (int fd) in __isatty()
Dclose.c23 __close (int fd) in __close()
Ddup.c24 __dup (int fd) in __dup()
Dfchdir.c24 __fchdir (int fd) in __fchdir()
/glibc-2.36/hurd/hurd/
Dfd.h70 _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/
Dtst-popen1.c17 int fd = fileno (fp); in do_test() local
35 int fd = fileno (fp); in do_test() local
/glibc-2.36/sysdeps/generic/
Dnot-cancel.h38 #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/
Dtst-posix_spawn-fd.c40 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/
Dtst-support_descriptors.c36 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
Dxclose.c24 xclose (int fd) in xclose()
/glibc-2.36/sysdeps/mach/hurd/
Dptsname.c31 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()
Dclose_nocancel_nostatus.c26 __close_nocancel_nostatus (int fd) in __close_nocancel_nostatus()
Dfchdir.c27 __fchdir (int fd) in __fchdir()
/glibc-2.36/dirent/
Dfdopendir.c26 __fdopendir (int fd) in __fdopendir()
/glibc-2.36/sysdeps/posix/
Ddup.c25 __dup (int fd) in __dup()
/glibc-2.36/socket/
Dsockatmark.c23 sockatmark (int fd) in sockatmark()
/glibc-2.36/misc/
Dfsync.c23 fsync (int fd) in fsync()

12345678910>>...31