HomeSort by relevance Sort by last modified time
    Searched refs:EOVERFLOW (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/linux-kselftest/tools/testing/selftests/powerpc/
utils.c 49 rc = -EOVERFLOW;
  /external/mksh/src/
syn.c 1070 #ifndef EOVERFLOW
1072 #define EOVERFLOW ERANGE
1074 #define EOVERFLOW EINVAL
1090 errno = EOVERFLOW;
  /external/strace/tests/
file_handle.c 289 if (EOVERFLOW != errno)
292 ", %p, AT_SYMLINK_FOLLOW) = -1 EOVERFLOW (%m)\n",
xstatx.c 323 if (errno != EOVERFLOW) {
  /external/strace/tests-m32/
file_handle.c 289 if (EOVERFLOW != errno)
292 ", %p, AT_SYMLINK_FOLLOW) = -1 EOVERFLOW (%m)\n",
xstatx.c 323 if (errno != EOVERFLOW) {
  /external/strace/tests-mx32/
file_handle.c 289 if (EOVERFLOW != errno)
292 ", %p, AT_SYMLINK_FOLLOW) = -1 EOVERFLOW (%m)\n",
xstatx.c 323 if (errno != EOVERFLOW) {
  /external/u-boot/drivers/pinctrl/mvebu/
pinctrl-armada-37xx.c 316 return -EOVERFLOW;
371 if (ret == -EOVERFLOW)
  /bionic/libc/stdio/
stdio.cpp 615 errno = EOVERFLOW;
662 errno = EOVERFLOW;
1100 errno = EOVERFLOW;
1163 errno = EOVERFLOW;
  /external/python/cpython2/Lib/plat-beos5/
IN.py 193 EOVERFLOW = (B_POSIX_ERROR_BASE + 41)
  /external/u-boot/drivers/usb/musb-new/
musb_host.c 485 status = -EOVERFLOW;
506 urb->status = -EOVERFLOW;
903 urb->status = -EOVERFLOW;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bmap.c 496 return EOVERFLOW;
  /external/u-boot/drivers/usb/gadget/
pxa25x_udc.c 644 if (req->req.status != -EOVERFLOW)
647 req->req.status = -EOVERFLOW;
701 if (req->req.status != -EOVERFLOW)
703 req->req.status = -EOVERFLOW;
    [all...]
  /bionic/tests/
time_test.cpp 143 ASSERT_EQ(EOVERFLOW, errno);
181 ASSERT_EQ(EOVERFLOW, errno);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 129 #ifdef EOVERFLOW
130 inscode(d, ds, de, "EOVERFLOW", EOVERFLOW, "Value too large for defined data type");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 128 #ifdef EOVERFLOW
129 inscode(d, ds, de, "EOVERFLOW", EOVERFLOW, "Value too large for defined data type");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 129 #ifdef EOVERFLOW
130 inscode(d, ds, de, "EOVERFLOW", EOVERFLOW, "Value too large for defined data type");
  /external/e2fsprogs/misc/
badblocks.c 1239 com_err(program_name, EOVERFLOW,
    [all...]
  /external/python/cpython2/Modules/
errnomodule.c 119 #ifdef EOVERFLOW
120 inscode(d, ds, de, "EOVERFLOW", EOVERFLOW, "Value too large for defined data type");
  /external/python/cpython3/Modules/
errnomodule.c 162 #ifdef EOVERFLOW
163 inscode(d, ds, de, "EOVERFLOW", EOVERFLOW, "Value too large for defined data type");
  /external/wayland/src/
connection.c 266 errno = EOVERFLOW;
332 errno = EOVERFLOW;
  /external/libusb/libusb/os/
linux_usbfs.c     [all...]
  /external/u-boot/drivers/core/
of_access.c 404 * exist, -ENODATA if property does not have a value, and -EOVERFLOW if the
417 return ERR_PTR(-EOVERFLOW);
  /bionic/libc/tzcode/
localtime.c     [all...]

Completed in 3646 milliseconds

1 23 4 5