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

1 23 4 5 6 7 8 910

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
4-1.c 76 ENOSPC, "ENOSPC"},
3-1-buildonly.c 65 int dummy52 = ENOSPC;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
7-1.c 19 * sem_init returns -1 and sets errno to ENOSPC if the system lacks a resource
132 if (errno != ENOSPC) {
  /external/squashfs-tools/squashfs-tools/
unsquashfs_xattr.c 91 } else if((errno == ENOSPC || errno == EDQUOT)
  /external/syslinux/gpxe/src/hci/
strerror.c 116 { ENOSPC, "No space left on device" },
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 90 no_space_on_device = ENOSPC,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 90 no_space_on_device = ENOSPC,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 49 #define ENOSPC 28
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_ntop.c 114 errno = ENOSPC;
230 errno = ENOSPC;
  /external/iw/
connect.c 58 return -ENOSPC;
213 return -ENOSPC;
  /external/ltp/lib/
tst_fs_link_count.c 82 case ENOSPC:
159 case ENOSPC:
  /bionic/libc/dns/net/
nsdispatch.c 138 if ((result & NS_UNAVAIL) != 0 && errno == ENOSPC) {
  /bionic/tests/headers/posix/
errno_h.c 86 MACRO(ENOSPC);
  /device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
UseSocketDxe.c 191 RetVal = ENOSPC;
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 36 ENOSPC = 28
  /external/syslinux/com32/include/
errno.h 33 #define ENOSPC 28 /* No space left on device */
  /system/core/adb/sysdeps/
errno.cpp 47 ERRNO_VALUE(ENOSPC, 28); \
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_impl.h 87 return -ENOSPC;
166 return -ENOSPC;
200 return -ENOSPC;
circqueue_test.cpp 202 EXPECT_EQ(-ENOSPC, WriteBytes(&this->region_, num_bytes));
294 EXPECT_EQ(-ENOSPC, WritePacket(&this->region_, packet_size));
306 EXPECT_EQ(-ENOSPC, layout->packet_queue.Read(&this->region_, buffer_out, small_packet));
  /external/ltp/testcases/kernel/fs/mongo/
reiser_fract_tree.c 178 if (errno == ENOSPC) {
207 if (errno == ENOSPC) {
304 if (errno == ENOSPC) {
  /art/runtime/gc/space/
image_space_fs.h 124 if (saved_errno != ENOSPC) {
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 80 #define ENOSPC __ENOSPC /* 28 No space left on device */
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c 43 * ENOSPC The OBuf FIFO is full.
203 errno = ENOSPC;
  /external/ltp/testcases/kernel/module/query_module/
query_module03.c 41 * 4. query_module(2) returns -1 and sets errno to ENOSPC for too small
145 {NULL, QM_MODULES, (void *)out_buf, SMALLBUFSIZE, &ret_size, ENOSPC,
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 40 ENOSPC = 28

Completed in 511 milliseconds

1 23 4 5 6 7 8 910