Home
last modified time | relevance | path

Searched refs:how (Results 1 – 18 of 18) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dshutdown.c27 __shutdown (int fd, int how) in __shutdown() argument
30 return INLINE_SYSCALL (shutdown, 2, fd, how); in __shutdown()
32 return SOCKETCALL (shutdown, fd, how); in __shutdown()
A Dsigprocmask.c23 __sigprocmask (int how, const sigset_t *set, sigset_t *oset) in __sigprocmask() argument
25 int result = __pthread_sigmask (how, set, oset); in __sigprocmask()
A Dtest-errno-linux.c128 const int how[] = { SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK }; in invalid_sigprocmask_how() local
129 for (int i = 0; i < array_length (how); i++) in invalid_sigprocmask_how()
130 if (how[i] == n) in invalid_sigprocmask_how()
A Dmq_notify.c73 change_sigmask (int how, sigset_t *oss) in change_sigmask() argument
77 return __pthread_sigmask (how, &ss, oss); in change_sigmask()
/sysdeps/mach/hurd/
A Dshutdown.c32 shutdown (int fd, int how) in shutdown() argument
34 error_t err = HURD_DPORT_USE (fd, __socket_shutdown (port, how)); in shutdown()
A Dsigprocmask.c28 __sigprocmask (int how, const sigset_t *set, sigset_t *oset) in __sigprocmask() argument
45 switch (how) in __sigprocmask()
/sysdeps/mach/hurd/htl/
A Dpt-sigstate.c28 __pthread_sigstate (struct __pthread *thread, int how, in __pthread_sigstate() argument
48 switch (how) in __pthread_sigstate()
/sysdeps/unix/sysv/linux/csky/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
/sysdeps/unix/sysv/linux/riscv/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
/sysdeps/generic/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
A Dunwind-dw2.c99 } how; member
754 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program()
760 fs->regs.reg[reg].how = REG_UNSAVED; in execute_cfa_program()
790 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program()
796 fs->regs.reg[reg].how = REG_UNSAVED; in execute_cfa_program()
812 fs->regs.reg[reg].how = REG_SAVED_REG; in execute_cfa_program()
876 fs->regs.reg[reg].how = REG_SAVED_EXP; in execute_cfa_program()
887 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program()
909 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program()
925 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program()
[all …]
/sysdeps/unix/sysv/linux/hppa/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
/sysdeps/unix/sysv/linux/aarch64/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
/sysdeps/unix/sysv/linux/sh/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
/sysdeps/x86_64/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
/sysdeps/mach/hurd/i386/
A Dlocalplt.data1 # See scripts/check-localplt.awk for how this file is processed.
/sysdeps/arm/
A Dstrlen.S33 ands r3, r0, $3 @ how many bytes are duff?
/sysdeps/ia64/fpu/
A DREADME2 Notes on how to update libm based on Intel's libm releases

Completed in 19 milliseconds