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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 63 #define ENOTUNIQ 76
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 59 #define ENOTUNIQ 80
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 59 #define ENOTUNIQ 76 /* Name not unique on network */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 55 #define ENOTUNIQ 80 /* Name not unique on network */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 49 #define ENOTUNIQ 76 /* Name not unique on network */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 79 ENOTUNIQ = 80
  /external/syslinux/com32/include/
errno.h 83 #define ENOTUNIQ 76 /* Name not unique on network */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 84 ENOTUNIQ = 80
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 156 #define ENOTUNIQ 76 /* Name not unique on network */
  /external/strace/tests/
errno2name.c 354 #ifdef ENOTUNIQ
355 CASE(ENOTUNIQ);
  /external/strace/tests-m32/
errno2name.c 354 #ifdef ENOTUNIQ
355 CASE(ENOTUNIQ);
  /external/strace/tests-mx32/
errno2name.c 354 #ifdef ENOTUNIQ
355 CASE(ENOTUNIQ);
  /bionic/libc/private/
bionic_errdefs.h 113 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
  /external/ltp/lib/
errnos.h 109 PAIR(ENOTUNIQ)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 292 #if defined (ENOTUNIQ)
293 ENTRY(ENOTUNIQ, "ENOTUNIQ", "Name not unique on network"),
  /external/minijail/linux-x86/
libconstants.gen.c 425 #ifdef ENOTUNIQ
426 { "ENOTUNIQ", (unsigned long) ENOTUNIQ },
427 #endif // ENOTUNIQ
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 117 ERROR_ENTRY(ENOTUNIQ), // Name not unique on network
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 113 ENOTUNIQ
248 ENOTUNIQ - APPLICATION_ERROR: "name not unique on network",
tables_nacl.go 171 ENOTUNIQ Errno = 76 /* Given log. name not unique */
296 ENOTUNIQ: "Given log. name not unique",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 113 ENOTUNIQ
248 ENOTUNIQ - APPLICATION_ERROR: "name not unique on network",
tables_nacl.go 171 ENOTUNIQ Errno = 76 /* Given log. name not unique */
296 ENOTUNIQ: "Given log. name not unique",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 340 #ifdef ENOTUNIQ
341 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 339 #ifdef ENOTUNIQ
340 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 340 #ifdef ENOTUNIQ
341 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network");
  /external/python/cpython2/Modules/
errnomodule.c 330 #ifdef ENOTUNIQ
331 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network");

Completed in 794 milliseconds

1 2 3