/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | strerror.c | 22 if (EDQUOT==1133) { in __strerror_l() 24 else if (e==EDQUOT) e=109; in __strerror_l()
|
/third_party/musl/src/errno/ |
D | strerror.c | 22 if (EDQUOT==1133) { in __strerror_l() 24 else if (e==EDQUOT) e=109; in __strerror_l()
|
D | __strerror.h | 100 E(EDQUOT, "Quota exceeded")
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 128 #ifndef EDQUOT 129 #define EDQUOT (MHDW32ERRBASE+29) macro
|
/third_party/curl/src/ |
D | tool_dirhie.c | 75 #ifdef EDQUOT in show_dir_errno() 76 case EDQUOT: in show_dir_errno()
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 76 #undef EDQUOT 77 #define EDQUOT WSAEDQUOT macro
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key03.c | 100 TST_ERR != ENOKEY && TST_ERR != EDQUOT) { in test_with_key_type() 120 TST_ERR != ENOENT && TST_ERR != EDQUOT) { in test_with_key_type()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 44 EDQUOT, "EDQUOT", EDQUOT}, {
|
D | 4-1.c | 39 EDQUOT, "EDQUOT"}, {
|
D | 3-1-buildonly.c | 30 int dummy19 = EDQUOT;
|
/third_party/ltp/lib/ |
D | tst_fs_link_count.c | 83 case EDQUOT: in tst_fs_fill_hardlinks_() 160 case EDQUOT: in tst_fs_fill_subdirs_()
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
D | add_key05.c | 114 if (TST_ERR == EDQUOT) in verify_max_bytes() 168 if (TST_ERR == EDQUOT) in verify_max_keys()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 83 case WSAEDQUOT: return EDQUOT; in MHD_W32_errno_from_winsock_() 178 case EDQUOT: in MHD_W32_strerror_() 519 case EDQUOT: in MHD_W32_set_last_winsock_error_()
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 134 #define EDQUOT 1133 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 173 #define EDQUOT 122 /* Quota exceeded */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 134 #define EDQUOT 1133 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 134 #define EDQUOT 1133 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 124 #define EDQUOT 122 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 123 #define EDQUOT 122 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 123 #define EDQUOT 122 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 123 #define EDQUOT 122 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 124 #define EDQUOT 122 macro
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | errno.h | 130 #define EDQUOT 122 /* Quota exceeded */ macro
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 100 E(EDQUOT, "Quota exceeded")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 27 C(EDQUOT) in f()
|