HomeSort by relevance Sort by last modified time
    Searched refs:EISNAM (Results 1 - 25 of 46) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 107 #define EISNAM 120
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 97 #define EISNAM 139
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 103 #define EISNAM 120 /* Is a named type file */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 93 #define EISNAM 139 /* Is a named type file */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 93 #define EISNAM 120 /* Is a named type file */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 129 EISNAM = 139
  /external/syslinux/com32/include/
errno.h 127 #define EISNAM 120 /* Is a named type file */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 135 EISNAM = 139
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 200 #define EISNAM 120 /* Is a named type file */
  /external/strace/tests/
errno2name.c 180 #ifdef EISNAM
181 CASE(EISNAM);
  /external/strace/tests-m32/
errno2name.c 180 #ifdef EISNAM
181 CASE(EISNAM);
  /external/strace/tests-mx32/
errno2name.c 180 #ifdef EISNAM
181 CASE(EISNAM);
  /bionic/libc/private/
bionic_errdefs.h 157 __BIONIC_ERRDEF( EISNAM , 120, "Is a named type file" )
  /external/ltp/lib/
errnos.h 153 PAIR(EISNAM)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 433 #if defined (EISNAM)
434 ENTRY(EISNAM, "EISNAM", "Is a named type file"),
  /external/minijail/linux-x86/
libconstants.gen.c 260 #ifdef EISNAM
261 { "EISNAM", (unsigned long) EISNAM },
262 #endif // EISNAM
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 165 ERROR_ENTRY(EISNAM), // Is a named type file
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 60 EISNAM
195 EISNAM - APPLICATION_ERROR: "is a named type file",
zerrors_linux_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 60 EISNAM
195 EISNAM - APPLICATION_ERROR: "is a named type file",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 481 #ifdef EISNAM
482 inscode(d, ds, de, "EISNAM", EISNAM, "Is a named type file");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 480 #ifdef EISNAM
481 inscode(d, ds, de, "EISNAM", EISNAM, "Is a named type file");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 481 #ifdef EISNAM
482 inscode(d, ds, de, "EISNAM", EISNAM, "Is a named type file");
  /external/python/cpython2/Modules/
errnomodule.c 471 #ifdef EISNAM
472 inscode(d, ds, de, "EISNAM", EISNAM, "Is a named type file");
  /external/python/cpython3/Modules/
errnomodule.c 514 #ifdef EISNAM
515 inscode(d, ds, de, "EISNAM", EISNAM, "Is a named type file");

Completed in 1633 milliseconds

1 2