| /sysdeps/unix/sysv/linux/ |
| A 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
|
| A D | gethostid.c | 30 sethostid (long int id) in sethostid() argument 34 int32_t id32 = id; in sethostid() 44 if (id32 != id) in sethostid() 74 int32_t id; in gethostid() local 83 ssize_t n = __read_nocancel (fd, &id, sizeof (id)); in gethostid() 87 if (n == sizeof (id)) in gethostid() 88 return id; in gethostid()
|
| A D | waitid.c | 25 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid() argument 29 return SYSCALL_CANCEL (waitid, idtype, id, infop, options, NULL); in __waitid()
|
| /sysdeps/generic/ |
| A D | local-setxid.h | 3 #define local_seteuid(id) seteuid (id) argument 4 #define local_setegid(id) setegid (id) argument
|
| A D | dl-fileid.h | 32 struct r_file_id *id __attribute__ ((unused))) in _dl_get_file_id() argument
|
| /sysdeps/ieee754/flt-32/ |
| A D | s_atanf.c | 60 int32_t ix,hx,id; in __atanf() local 74 id = -1; in __atanf() 79 id = 0; x = ((float)2.0*x-one)/((float)2.0+x); in __atanf() 81 id = 1; x = (x-one)/(x+one); in __atanf() 85 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x); in __atanf() 87 id = 3; x = -(float)1.0/x; in __atanf() 96 if (id<0) return x - x*(s1+s2); in __atanf() 98 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in __atanf()
|
| /sysdeps/mach/hurd/ |
| A D | isatty.c | 28 mach_port_t id; in __isatty() local 30 err = HURD_DPORT_USE (fd, __term_getctty (port, &id)); in __isatty() 32 __mach_port_deallocate (__mach_task_self (), id); in __isatty()
|
| A D | waitid.c | 29 __waitid (idtype_t idtype, id_t id, siginfo_t *infop, int options) in __waitid() argument 41 if (id <= 0) in __waitid() 43 pid = (pid_t) id; in __waitid() 46 if (id < 0 || id == 1) in __waitid() 48 pid = (pid_t) -id; in __waitid()
|
| A D | sethostid.c | 28 sethostid (long int id) in sethostid() argument 36 bp = _itoa_word (id, &buf[sizeof buf], 16, 1); in sethostid()
|
| A D | getcwd.c | 190 file_t id, devid; in __hurd_canonicalize_directory_name_internal() local 194 err = __io_identity (try, &id, &devid, &fileno); in __hurd_canonicalize_directory_name_internal() 198 __mach_port_deallocate (__mach_task_self (), id); in __hurd_canonicalize_directory_name_internal() 200 if (id == thisid) in __hurd_canonicalize_directory_name_internal()
|
| /sysdeps/pthread/ |
| A D | tst-thrd-detach.c | 37 thrd_t id; in do_test() local 40 if (thrd_create (&id, detach_thrd, NULL) != thrd_success) in do_test() 46 if (thrd_join (id, NULL) == thrd_success) in do_test()
|
| A D | tst-thrd-sleep.c | 39 thrd_t id; in do_test() local 42 if (thrd_create (&id, sleep_thrd, (void *) (&wait_time)) != thrd_success) in do_test() 45 if (thrd_join (id, NULL) != thrd_success) in do_test()
|
| A D | tst-mtx-basic.c | 50 thrd_t id; in do_test() local 51 if (thrd_create (&id, child_add, NULL) != thrd_success) in do_test() 62 if (thrd_join (id, NULL) != thrd_success) in do_test()
|
| A D | tst-tss-basic.c | 58 thrd_t id; in do_test() local 59 if (thrd_create (&id, tss_thrd, NULL) != thrd_success) in do_test() 62 if (thrd_join (id, NULL) != thrd_success) in do_test()
|
| A D | tst-mtx-trylock.c | 68 thrd_t id; in do_test() local 74 if (thrd_create (&id, child_add, NULL) != thrd_success) in do_test() 79 if (thrd_join (id, NULL) != thrd_success) in do_test()
|
| A D | tst-cnd-basic.c | 49 thrd_t id; in do_test() local 59 if (thrd_create (&id, (thrd_start_t) signal_parent, NULL) in do_test() 68 if (thrd_join (id, NULL) != thrd_success) in do_test()
|
| A D | tst-cnd-timedwait.c | 49 thrd_t id; in do_test() local 66 if (thrd_create (&id, signal_parent, NULL) != thrd_success) in do_test() 72 if (thrd_join (id, NULL) != thrd_success) in do_test()
|
| A D | tst-mtx-timedlock.c | 70 thrd_t id; in do_test() local 87 if (thrd_create (&id, child_add, NULL) != thrd_success) in do_test() 92 if (thrd_join (id, NULL) != thrd_success) in do_test()
|
| A D | tst-cond18.c | 34 tf (void *id) in tf() argument 38 if ((long) id == 0) in tf()
|
| /sysdeps/posix/ |
| A D | dl-fileid.h | 33 _dl_get_file_id (int fd, struct r_file_id *id) in _dl_get_file_id() argument 40 id->dev = st.st_dev; in _dl_get_file_id() 41 id->ino = st.st_ino; in _dl_get_file_id()
|
| /sysdeps/nptl/ |
| A D | setxid.h | 23 cmd.id[0] = (long int) arg1 25 __SETXID_1 (cmd, arg1); cmd.id[1] = (long int) arg2 27 __SETXID_2 (cmd, arg1, arg2); cmd.id[2] = (long int) arg3
|
| /sysdeps/unix/sysv/linux/s390/s390-32/ |
| A D | utmp32.c | 61 getutid32 (const struct utmp32 *id) in getutid32() argument 63 ACCESS_UTMP_ENTRY (__getutid, id) in getutid32() 124 getutid32_r (const struct utmp32 *id, struct utmp32 *buffer, in getutid32_r() argument 132 utmp_convert32to64 (id, &in64); in getutid32_r()
|
| A D | utmpx32.c | 81 getutxid32 (const struct utmpx32 *id) in getutxid32() argument 83 ACCESS_UTMPX_ENTRY (__getutxid, id); in getutxid32()
|
| /sysdeps/csky/ |
| A D | configure.ac | 7 # https://sourceware.org/bugzilla/show_bug.cgi?id=28672
|
| /sysdeps/microblaze/ |
| A D | configure.ac | 5 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103613
|