/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | dl-cache.h | 25 # define _dl_cache_check_flags(flags) \ argument 29 # define _dl_cache_check_flags(flags) \ argument
|
/glibc-2.36/mach/ |
D | lowlevellock.h | 53 #define __lll_wait(ptr, val, flags) \ argument 56 #define lll_wait(var, val, flags) \ argument 60 #define __lll_wait_intr(ptr, val, flags) \ argument 63 #define lll_wait_intr(var, val, flags) \ argument 67 #define __lll_wake(ptr, flags) \ argument 69 #define lll_wake(var, flags) \ argument 73 #define __lll_lock(ptr, flags) \ argument 87 #define lll_lock(var, flags) \ argument 102 #define __lll_unlock(ptr, flags) \ argument 109 #define lll_unlock(var, flags) \ argument
|
/glibc-2.36/hurd/ |
D | hurdlock.h | 34 #define __lll_xwait(ptr, lo, hi, flags) \ argument 39 #define __lll_timed_wait(ptr, val, mlsec, flags) \ argument 44 #define __lll_timed_wait_intr(ptr, val, mlsec, flags) \ argument 49 #define __lll_timed_xwait(ptr, lo, hi, mlsec, flags) \ argument 75 #define lll_robust_lock(var, flags) \ argument 91 #define __lll_set_wake(ptr, val, flags) \ argument 97 #define lll_robust_unlock(var, flags) \ argument 102 #define __lll_requeue(src, dst, wake_one, flags) \ argument 111 #define lll_abstimed_wait(var, val, tsp, flags, ...) \ argument 118 #define lll_abstimed_wait_intr(var, val, tsp, flags, ...) \ argument [all …]
|
D | openport.c | 25 openport (io_t port, int flags) in openport()
|
D | hurdlock.c | 48 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait() 59 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait_intr() 70 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_xwait() 82 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_lock() 123 __lll_robust_lock (void *ptr, int flags) in __lll_robust_lock() 163 const struct timespec *tsp, int flags, int clk) in __lll_robust_abstimed_lock() 230 __lll_robust_unlock (void *ptr, int flags) in __lll_robust_unlock()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-memfd_create.c | 35 int flags = fcntl (fd, F_GETFD); in is_cloexec() local 44 int flags = fcntl (fd, F_GET_SEALS); in get_seals() local 68 int flags = 0; in do_test() local
|
D | gentempfd.c | 25 __gen_tempfd (int flags) in __gen_tempfd()
|
D | umount2.c | 23 __umount2 (const char *special_file, int flags) in __umount2()
|
D | recvmsg.c | 24 __recvmsg_syscall (int fd, struct msghdr *msg, int flags) in __recvmsg_syscall() 34 __libc_recvmsg64 (int fd, struct msghdr *msg, int flags) in __libc_recvmsg64()
|
D | mlock2.c | 23 mlock2 (const void *addr, size_t length, unsigned int flags) in mlock2()
|
/glibc-2.36/misc/ |
D | mlockall.c | 28 mlockall (int flags) in mlockall()
|
D | chflags.c | 27 chflags (const char *file, unsigned long int flags) in chflags()
|
D | fchflags.c | 27 fchflags (int fd, unsigned long int flags) in fchflags()
|
D | mkostemp64.c | 30 mkostemp64 (char *template, int flags) in mkostemp64()
|
D | swapon.c | 25 swapon (const char *path, int flags) in swapon()
|
/glibc-2.36/stdio-common/ |
D | gentempfd.c | 22 __gen_tempfd (int flags) in __gen_tempfd()
|
/glibc-2.36/posix/ |
D | spawnattr_getflags.c | 23 posix_spawnattr_getflags (const posix_spawnattr_t *attr, short int *flags) in posix_spawnattr_getflags()
|
D | spawnattr_setflags.c | 33 __posix_spawnattr_setflags (posix_spawnattr_t *attr, short int flags) in __posix_spawnattr_setflags()
|
/glibc-2.36/elf/ |
D | tst-auditmod24.h | 23 test_symbind_flags (unsigned int flags) in test_symbind_flags()
|
/glibc-2.36/io/ |
D | pipe2.c | 27 __pipe2 (int pipedes[2], int flags) in __pipe2()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ |
D | dl-cache.h | 21 #define _dl_cache_check_flags(flags) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
D | dl-cache.h | 21 #define _dl_cache_check_flags(flags) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | dl-cache.h | 21 #define _dl_cache_check_flags(flags) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | dl-cache.h | 21 #define _dl_cache_check_flags(flags) \ argument
|
/glibc-2.36/sysdeps/riscv/rvf/ |
D | fsetexcptflg.c | 25 fexcept_t flags = *flagp; in fesetexceptflag() local
|