Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 44) sorted by relevance

12

/sysdeps/unix/sysv/linux/
A 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
A Dgethostid.c30 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 Dwaitid.c25 __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 Dlocal-setxid.h3 #define local_seteuid(id) seteuid (id) argument
4 #define local_setegid(id) setegid (id) argument
A Ddl-fileid.h32 struct r_file_id *id __attribute__ ((unused))) in _dl_get_file_id() argument
/sysdeps/ieee754/flt-32/
A Ds_atanf.c60 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 Disatty.c28 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 Dwaitid.c29 __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 Dsethostid.c28 sethostid (long int id) in sethostid() argument
36 bp = _itoa_word (id, &buf[sizeof buf], 16, 1); in sethostid()
A Dgetcwd.c190 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 Dtst-thrd-detach.c37 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 Dtst-thrd-sleep.c39 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 Dtst-mtx-basic.c50 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 Dtst-tss-basic.c58 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 Dtst-mtx-trylock.c68 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 Dtst-cnd-basic.c49 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 Dtst-cnd-timedwait.c49 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 Dtst-mtx-timedlock.c70 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 Dtst-cond18.c34 tf (void *id) in tf() argument
38 if ((long) id == 0) in tf()
/sysdeps/posix/
A Ddl-fileid.h33 _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 Dsetxid.h23 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 Dutmp32.c61 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 Dutmpx32.c81 getutxid32 (const struct utmpx32 *id) in getutxid32() argument
83 ACCESS_UTMPX_ENTRY (__getutxid, id); in getutxid32()
/sysdeps/csky/
A Dconfigure.ac7 # https://sourceware.org/bugzilla/show_bug.cgi?id=28672
/sysdeps/microblaze/
A Dconfigure.ac5 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103613

Completed in 32 milliseconds

12