Home
last modified time | relevance | path

Searched refs:EFBIG (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/io/
Dtest-lfs.c117 if (ret == -1 && errno == EFBIG) in test_ftello()
188 if (ret == -1 && errno == EFBIG) in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h63 EFBIG = 0x4000001b, /* File too large */ enumerator
260 #define EFBIG 0x4000001b macro
/glibc-2.36/stdio-common/
Dtest-strerr.c139 #ifdef EFBIG in do_test()
140 TEST_COMPARE_STRING (strerrordesc_np (EFBIG), "File too large"); in do_test()
141 TEST_COMPARE_STRING (strerrorname_np (EFBIG), "EFBIG"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h181 #ifdef EFBIG
184 _S(EFBIG, N_("File too large"))
/glibc-2.36/sysdeps/posix/
Dposix_fallocate.c41 return EFBIG; in posix_fallocate()
Dposix_fallocate64.c41 return EFBIG; in __posix_fallocate64_l64()
/glibc-2.36/conform/data/
Derrno.h-data39 macro-int-constant EFBIG {int} > 0
/glibc-2.36/manual/
Derrno.texi325 @deftypevr Macro int EFBIG
327 @errno{EFBIG, 27, File too large}
Dfilesys.texi3030 @item EFBIG
3102 @item EFBIG
Dllio.texi603 @item EFBIG
1488 @item EFBIG
/glibc-2.36/ChangeLog.old/
DChangeLog.121817 (test_ftello): Check for EFBIG and ENOSPC, clean up error messages.
DChangeLog.1883935 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.