Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 61) sorted by relevance

123

/glibc-2.36/sysdeps/unix/sysv/linux/
Dlocal-setxid.h6 # 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
Dwaitid.c25 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid()
Dgethostid.c30 sethostid (long int id) in sethostid()
74 int32_t id; in gethostid() local
/glibc-2.36/sysdeps/generic/
Dlocal-setxid.h3 #define local_seteuid(id) seteuid (id) argument
4 #define local_setegid(id) setegid (id) argument
Ddl-fileid.h32 struct r_file_id *id __attribute__ ((unused))) in _dl_get_file_id()
/glibc-2.36/login/
Dgetutxid.c22 getutxid (const struct utmpx *id) in getutxid()
Dgetutid.c26 __getutid (const struct utmp *id) in __getutid()
/glibc-2.36/misc/
Dsethostid.c24 sethostid (long int id) in sethostid()
Dtst-gethostid.c37 long id = gethostid (); in outside_chroot() local
47 long id = gethostid (); in in_chroot() local
/glibc-2.36/math/machine/
Dasm.h10 #define RCSID(id) /* ignore them */ argument
/glibc-2.36/sysdeps/mach/hurd/
Disatty.c28 mach_port_t id; in __isatty() local
Dsethostid.c28 sethostid (long int id) in sethostid()
Dwaitid.c29 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid()
/glibc-2.36/posix/
Dwaitid.c24 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid()
/glibc-2.36/sysdeps/pthread/
Dtst-thrd-detach.c37 thrd_t id; in do_test() local
Dtst-thrd-sleep.c39 thrd_t id; in do_test() local
Dtst-mtx-basic.c50 thrd_t id; in do_test() local
Dtst-cnd-basic.c49 thrd_t id; in do_test() local
Dtst-cnd-timedwait.c49 thrd_t id; in do_test() local
Dtst-tss-basic.c58 thrd_t id; in do_test() local
Dtst-mtx-trylock.c68 thrd_t id; in do_test() local
Dtst-mtx-timedlock.c70 thrd_t id; in do_test() local
/glibc-2.36/nptl/
Dpthread_mutex_lock.c112 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/
Ddl-fileid.h33 _dl_get_file_id (int fd, struct r_file_id *id) in _dl_get_file_id()
/glibc-2.36/nss/
Dtst-nss-files-alias-leak.c92 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

123