Home
last modified time | relevance | path

Searched refs:errnoent (Results 1 – 6 of 6) sorted by relevance

/external/strace/
DMakefile.am93 errnoent.sh \
100 linux/alpha/errnoent.h \
113 linux/errnoent.h \
115 linux/hppa/errnoent.h \
137 linux/mips/errnoent.h \
168 linux/sparc/errnoent.h \
179 linux/sparc64/errnoent.h \
201 linux/x32/errnoent.h \
DHACKING-scripts2 - errnoent.h - map error number to error name like strerror()
19 To use the errnoent.sh script, give it all the headers that might contain
22 sh ./errnoent.sh \
26 > errnoent.h
Ddefs.h808 extern const char *const *errnoent;
813 # define errnoent errnoent0 macro
Dsyscall.c217 const char *const *errnoent = errnoent0; variable
290 errnoent = errnoent0; in set_personality()
299 errnoent = errnoent1; in set_personality()
309 errnoent = errnoent2; in set_personality()
2664 tprintf("= -1 %s (%s)", errnoent[u_error], in trace_syscall_exiting()
DChangeLog-CVS166 * linux/errnoent.h: Make ERRNO_58 show EDEADLOCK for POWERPC.
167 * Makefile.am: Remove reference to linux/powerpc/errnoent.h.
168 * linux/powerpc/errnoent.h: Remove, we can use common errnoent.h now.
173 Removing redundant errnoent.h files.
174 * Makefile.am: Remove reference to linux/ia64/errnoent.h,
175 linux/s390/errnoent.h, linux/s390x/errnoent.h and linux/sh/errnoent.h.
176 * linux/ia64/errnoent.h: Remove, this arch uses common errnoent.h.
177 * linux/s390/errnoent.h: Ditto.
178 * linux/s390x/errnoent.h: Ditto.
179 * linux/sh/errnoent.h: Ditto.
[all …]
Dsignal.c429 errnoent[sip->si_errno]); in printsiginfo()