HomeSort by relevance Sort by last modified time
    Searched defs:EINVAL (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/e2fsprogs/lib/ext2fs/
llseek.c 116 errno = EINVAL;
125 #ifndef EINVAL
126 #define EINVAL EXT2_ET_INVALID_ARGUMENT
136 errno = EINVAL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 31 #define EINVAL 22 // Invalid argument
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 31 #define EINVAL 22 // Invalid argument
  /external/jemalloc/test/integration/
posix_memalign.c 25 assert_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
  /external/jemalloc_new/test/integration/
posix_memalign.c 21 assert_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /external/python/cpython2/Lib/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 42 #define EINVAL 22
  /device/google/contexthub/firmware/os/inc/
toolchain.h 34 #define EINVAL 22
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 26 #define EINVAL 22 /* Invalid argument */
  /external/libusb/msvc/
errno.h 46 #define EINVAL 22 /* Invalid argument */
  /external/curl/tests/server/
util.c 57 #undef EINVAL
58 #define EINVAL 22 /* errno.h value */
226 errno = EINVAL;
sockfilt.c 122 #undef EINVAL
123 #define EINVAL 22 /* errno.h value */
709 errno = EINVAL;
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 16 sizeof(epoch)-1), EINVAL,
17 "mallctl() should return EINVAL for input size mismatch");
19 sizeof(epoch)+1), EINVAL,
20 "mallctl() should return EINVAL for input size mismatch");
23 assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL,
24 "mallctl() should return EINVAL for output size mismatch");
26 assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL,
27 "mallctl() should return EINVAL for output size mismatch");
62 sizeof(epoch)-1), EINVAL,
63 "mallctlbymib() should return EINVAL for input size mismatch")
    [all...]
  /external/jemalloc_new/test/unit/
mallctl.c 17 sizeof(epoch)-1), EINVAL,
18 "mallctl() should return EINVAL for input size mismatch");
20 sizeof(epoch)+1), EINVAL,
21 "mallctl() should return EINVAL for input size mismatch");
24 assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL,
25 "mallctl() should return EINVAL for output size mismatch");
27 assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL,
28 "mallctl() should return EINVAL for output size mismatch");
61 sizeof(epoch)-1), EINVAL,
62 "mallctlbymib() should return EINVAL for input size mismatch")
    [all...]
  /external/curl/lib/
curl_setup_once.h 428 #undef EINVAL /* override definition in errno.h */
429 #define EINVAL WSAEINVAL
  /external/libcxx/include/
errno.h 246 #ifndef EINVAL
247 #define EINVAL 9943
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 73 #define EINVAL 22 /* Invalid argument */
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 75 #define EINVAL 22 /* Invalid argument */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 74 #define EINVAL __EINVAL /* 22 Invalid argument */
  /external/u-boot/fs/yaffs2/
yportenv.h 145 #ifndef EINVAL
146 #define EINVAL 22
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 30 EINVAL = 22
  /external/u-boot/include/linux/
errno.h 25 #define EINVAL 22 /* Invalid argument */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 34 EINVAL = 22

Completed in 2230 milliseconds

1 2 3