Searched refs:E2BIG (Results 1 - 25 of 31) sorted by last modified time

12

/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp394 == E2BIG );
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 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 DDirectoryTest.cpp199 // BeOS R5 returns E2BIG instead of B_NAME_TOO_LONG
200 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
424 // BeOS R5 returns E2BIG instead of B_NAME_TOO_LONG
425 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
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/os/
H A Dfind_directory.cpp278 return E2BIG;
475 return E2BIG;
502 return E2BIG;
534 return E2BIG;
684 return E2BIG;
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp445 status = E2BIG;
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp858 return E2BIG;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp252 err = E2BIG;
434 return E2BIG;
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp755 return E2BIG;
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp248 return E2BIG;
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1084 return E2BIG;
1125 return E2BIG;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_haiku.cpp324 return E2BIG;
H A Dieee80211_ioctl.c603 error = E2BIG;
/haiku/src/libs/compat/freebsd_network/
H A Ddevice_hooks.c152 return E2BIG;
183 return E2BIG;
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) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h587 #define E2BIG FSSH_E2BIG macro
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c425 case E2BIG:
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c406 __set_errno(E2BIG);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp924 return E2BIG;
/haiku/src/bin/
H A Derror.c180 E(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/headers/build/os/support/
H A DErrors.h325 #undef E2BIG macro
411 #define E2BIG HAIKU_E2BIG macro
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c1186 return E2BIG;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp744 return E2BIG;

Completed in 182 milliseconds

12