Home
last modified time | relevance | path

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

/external/strace/
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
Dprintsiginfo.c141 && errnoent[sip->si_errno]) in print_si_info()
142 tprints(errnoent[sip->si_errno]); in print_si_info()
DMakefile.am241 errnoent.sh \
268 linux/alpha/errnoent.h \
329 linux/errnoent.h \
332 linux/hppa/errnoent.h \
395 linux/mips/errnoent.h \
429 linux/powerpc/errnoent.h \
441 linux/powerpc64/errnoent.h \
505 linux/sparc/errnoent.h \
519 linux/sparc64/errnoent.h \
Dsyscall.c215 const char *const *errnoent = errnoent0; variable
290 errnoent = errnoent0; in set_personality()
300 errnoent = errnoent1; in set_personality()
311 errnoent = errnoent2; in set_personality()
1038 && errnoent[u_error]) in trace_syscall_exiting()
1039 tprintf("= -1 %s (%s)", errnoent[u_error], in trace_syscall_exiting()
Ddefs.h726 extern const char *const *errnoent;
731 # define errnoent errnoent0 macro
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 …]