HomeSort by relevance Sort by last modified time
    Searched full:errnoent (Results 1 - 11 of 11) sorted by null

  /external/strace/strace/linux/sparc/
errnoent1.h 1 #include "../svr4/errnoent.h"
  /external/strace/strace/linux/sparc64/
errnoent1.h 1 #include "../svr4/errnoent.h"
  /external/strace/strace/linux/x86_64/
errnoent1.h 2 #include "../errnoent.h"
  /external/strace/
Makefile.am 21 EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
27 linux/ioctlent.h linux/errnoent.h linux/signalent.h \
29 linux/alpha/errnoent.h linux/alpha/ioctlent.h \
31 linux/hppa/errnoent.h linux/hppa/ioctlent.h \
33 linux/ia64/syscallent.h linux/ia64/errnoent.h \
35 linux/mips/ioctlent.sh linux/mips/errnoent.h \
39 linux/powerpc/errnoent.h linux/powerpc/ioctlent.h \
41 linux/s390/errnoent.h linux/s390/ioctlent.h \
43 linux/s390x/errnoent.h linux/s390x/ioctlent.h \
45 linux/sh/syscallent.h linux/sh/errnoent.h
    [all...]
errnoent.sh 27 # $Id: errnoent.sh,v 1.1.1.1 1999/02/19 00:22:09 wichert Exp $
Makefile.in 215 EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
221 linux/ioctlent.h linux/errnoent.h linux/signalent.h \
223 linux/alpha/errnoent.h linux/alpha/ioctlent.h \
225 linux/hppa/errnoent.h linux/hppa/ioctlent.h \
227 linux/ia64/syscallent.h linux/ia64/errnoent.h \
229 linux/mips/ioctlent.sh linux/mips/errnoent.h \
233 linux/powerpc/errnoent.h linux/powerpc/ioctlent.h \
235 linux/s390/errnoent.h linux/s390/ioctlent.h \
237 linux/s390x/errnoent.h linux/s390x/ioctlent.h \
239 linux/sh/syscallent.h linux/sh/errnoent.h
    [all...]
PORTING 50 (errnoent.h) and ioctl values into ioctl names (ioctlent.h). Often
ChangeLog 599 (errnoent0, errnoent1, errnoent2, errnoent): Likewise.
723 linux/sparc64/syscall.h, linux/sparc64/errnoent.h,
    [all...]
syscall.c 160 #include "errnoent.h"
178 const char *const *errnoent; variable
189 errnoent = errnoent0;
201 errnoent = errnoent1;
214 errnoent = errnoent2;
    [all...]
defs.h 535 extern const char *const *errnoent;
signal.c 704 errnoent[sip->si_errno]);
    [all...]

Completed in 483 milliseconds