Searched refs:E2BIG (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/libs/iconv/
H A Dloop_wchar.h90 else if (errno == E2BIG)
92 plocals->l_errno = E2BIG;
121 plocals->l_errno = E2BIG;
210 else if (errno == E2BIG)
259 if (errno == E2BIG)
305 plocals->l_errno = E2BIG;
342 /* E2BIG shouldn't occur. */
390 errno = E2BIG;
H A Dloop_unicode.h174 plocals->l_errno = E2BIG;
205 plocals->l_errno = E2BIG;
251 plocals->l_errno = E2BIG;
353 errno = E2BIG;
405 errno = E2BIG;
491 errno = E2BIG;
511 errno = E2BIG;
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp278 return E2BIG;
475 return E2BIG;
502 return E2BIG;
534 return E2BIG;
684 return E2BIG;
/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp110 if (errno == E2BIG) {
/haiku/src/build/libroot/
H A Derrors.cpp29 ADD_ERROR(E2BIG);
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c425 case E2BIG:
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c89 #if defined (E2BIG)
90 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_if_media.c314 error = E2BIG; /* oops! */
320 * We do the copyout on E2BIG, because that's
326 if ((error == 0 || error == E2BIG) && ifmr->ifm_count != 0) {
H A Ddevice_hooks.c152 return E2BIG;
183 return E2BIG;
/haiku/headers/os/support/
H A DErrors.h130 #define E2BIG B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 1) macro
228 #define B_TOO_MANY_ARGS B_FROM_POSIX_ERROR(E2BIG)
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp214 TEST("msgrcv(E2BIG)");
216 assert_posix_bool_success(errno == E2BIG);
/haiku/headers/build/os/support/
H A DErrors.h325 #undef E2BIG macro
411 #define E2BIG HAIKU_E2BIG macro
/haiku/src/bin/
H A Derror.c180 E(E2BIG),
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp394 == E2BIG );
H A DEntryTest.cpp155 E2BIG
497 // R5: returns E2BIG instead of B_NAME_TOO_LONG
498 InitTest1Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG));
542 // R5: returns E2BIG instead of B_NAME_TOO_LONG
543 InitTest1Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG), true);
696 // R5: returns E2BIG instead of B_NAME_TOO_LONG
697 InitTest1DirPaths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG));
744 // R5: returns E2BIG instead of B_NAME_TOO_LONG
745 InitTest1DirPaths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG), true);
974 // R5: returns E2BIG instea
[all...]
H A DSymLinkTest.cpp195 // R5 returns E2BIG instead of B_NAME_TOO_LONG
196 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
401 // R5 returns E2BIG instead of B_NAME_TOO_LONG
402 CPPUNIT_ASSERT( equals(entry.SetTo(tooLongEntryname), E2BIG,
H A DNodeTest.cpp293 // R5 returns E2BIG instead of B_NAME_TOO_LONG
294 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
499 // R5 returns E2BIG instead of B_NAME_TOO_LONG
500 CPPUNIT_ASSERT( equals(entry.SetTo(tooLongEntryname), E2BIG, B_NAME_TOO_LONG) );
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c406 __set_errno(E2BIG);
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_haiku.cpp324 return E2BIG;
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp248 return E2BIG;
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp755 return E2BIG;
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp445 status = E2BIG;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp252 err = E2BIG;
434 return E2BIG;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp744 return E2BIG;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp924 return E2BIG;

Completed in 225 milliseconds

12