OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errnoent
(Results
1 - 16
of
16
) sorted by null
/external/strace/linux/powerpc64/
errnoent1.h
1
#include "
errnoent
.h"
errnoent.h
1
#include "powerpc/
errnoent
.h"
/external/strace/linux/sparc64/
errnoent1.h
1
#include "
errnoent
.h"
errnoent.h
1
#include "sparc/
errnoent
.h"
/external/strace/linux/aarch64/
errnoent1.h
2
#include "
errnoent
.h"
/external/strace/linux/tile/
errnoent1.h
2
#include "
errnoent
.h"
/external/strace/linux/x32/
errnoent1.h
2
#include "
errnoent
.h"
/external/strace/linux/x86_64/
errnoent1.h
2
#include "
errnoent
.h"
errnoent2.h
2
#include "
errnoent
.h"
/external/strace/linux/powerpc/
errnoent.h
1
#include "../
errnoent
.h"
/external/strace/
HACKING-scripts
2
-
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
printsiginfo.c
141
&&
errnoent
[sip->si_errno])
142
tprints(
errnoent
[sip->si_errno]);
Makefile.am
241
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 \
syscall.c
128
#include "
errnoent
.h"
215
const char *const *
errnoent
= errnoent0;
variable
290
errnoent
= errnoent0;
300
errnoent
= errnoent1;
311
errnoent
= errnoent2;
1038
&&
errnoent
[u_error])
1039
tprintf("= -1 %s (%s)",
errnoent
[u_error],
[
all
...]
ChangeLog-CVS
166
* 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
[
all
...]
defs.h
726
extern const char *const *
errnoent
;
731
# define
errnoent
errnoent0
macro
Completed in 205 milliseconds