/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | local-setxid.h | 6 # define local_seteuid(id) INLINE_SYSCALL (setresuid32, 3, -1, id, -1) argument 8 # define local_seteuid(id) INLINE_SYSCALL (setresuid, 3, -1, id, -1) argument 13 # define local_setegid(id) INLINE_SYSCALL (setresgid32, 3, -1, id, -1) argument 15 # define local_setegid(id) INLINE_SYSCALL (setresgid, 3, -1, id, -1) argument
|
D | waitid.c | 25 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid()
|
D | gethostid.c | 30 sethostid (long int id) in sethostid() 74 int32_t id; in gethostid() local
|
/glibc-2.36/sysdeps/generic/ |
D | local-setxid.h | 3 #define local_seteuid(id) seteuid (id) argument 4 #define local_setegid(id) setegid (id) argument
|
D | dl-fileid.h | 32 struct r_file_id *id __attribute__ ((unused))) in _dl_get_file_id()
|
/glibc-2.36/login/ |
D | getutxid.c | 22 getutxid (const struct utmpx *id) in getutxid()
|
D | getutid.c | 26 __getutid (const struct utmp *id) in __getutid()
|
/glibc-2.36/misc/ |
D | sethostid.c | 24 sethostid (long int id) in sethostid()
|
D | tst-gethostid.c | 37 long id = gethostid (); in outside_chroot() local 47 long id = gethostid (); in in_chroot() local
|
/glibc-2.36/math/machine/ |
D | asm.h | 10 #define RCSID(id) /* ignore them */ argument
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | isatty.c | 28 mach_port_t id; in __isatty() local
|
D | sethostid.c | 28 sethostid (long int id) in sethostid()
|
D | waitid.c | 29 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid()
|
/glibc-2.36/posix/ |
D | waitid.c | 24 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-thrd-detach.c | 37 thrd_t id; in do_test() local
|
D | tst-thrd-sleep.c | 39 thrd_t id; in do_test() local
|
D | tst-mtx-basic.c | 50 thrd_t id; in do_test() local
|
D | tst-cnd-basic.c | 49 thrd_t id; in do_test() local
|
D | tst-cnd-timedwait.c | 49 thrd_t id; in do_test() local
|
D | tst-tss-basic.c | 58 thrd_t id; in do_test() local
|
D | tst-mtx-trylock.c | 68 thrd_t id; in do_test() local
|
D | tst-mtx-timedlock.c | 70 thrd_t id; in do_test() local
|
/glibc-2.36/nptl/ |
D | pthread_mutex_lock.c | 112 pid_t id = THREAD_GETMEM (THREAD_SELF, tid); in PTHREAD_MUTEX_LOCK() local 171 pid_t id = THREAD_GETMEM (THREAD_SELF, tid); in PTHREAD_MUTEX_LOCK() local 179 pid_t id = THREAD_GETMEM (THREAD_SELF, tid); in PTHREAD_MUTEX_LOCK() local 196 pid_t id = THREAD_GETMEM (THREAD_SELF, tid); in __pthread_mutex_lock_full() local 655 pid_t id = THREAD_GETMEM (THREAD_SELF, tid); in __pthread_mutex_cond_lock_adjust() local
|
/glibc-2.36/sysdeps/posix/ |
D | dl-fileid.h | 33 _dl_get_file_id (int fd, struct r_file_id *id) in _dl_get_file_id()
|
/glibc-2.36/nss/ |
D | tst-nss-files-alias-leak.c | 92 check_aliases (int id, const struct aliasent *e) in check_aliases() 167 for (int id = 0; id < array_length (users); ++id) in do_test() local
|