Home
last modified time | relevance | path

Searched refs:EDQUOT (Results 1 – 25 of 44) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/errno/
Dstrerror.c22 if (EDQUOT==1133) { in __strerror_l()
24 else if (e==EDQUOT) e=109; in __strerror_l()
/third_party/musl/src/errno/
Dstrerror.c22 if (EDQUOT==1133) { in __strerror_l()
24 else if (e==EDQUOT) e=109; in __strerror_l()
D__strerror.h100 E(EDQUOT, "Quota exceeded")
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h128 #ifndef EDQUOT
129 #define EDQUOT (MHDW32ERRBASE+29) macro
/third_party/curl/src/
Dtool_dirhie.c75 #ifdef EDQUOT in show_dir_errno()
76 case EDQUOT: in show_dir_errno()
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h76 #undef EDQUOT
77 #define EDQUOT WSAEDQUOT macro
/third_party/ltp/testcases/kernel/syscalls/request_key/
Drequest_key03.c100 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/
D3-2.c44 EDQUOT, "EDQUOT", EDQUOT}, {
D4-1.c39 EDQUOT, "EDQUOT"}, {
D3-1-buildonly.c30 int dummy19 = EDQUOT;
/third_party/ltp/lib/
Dtst_fs_link_count.c83 case EDQUOT: in tst_fs_fill_hardlinks_()
160 case EDQUOT: in tst_fs_fill_subdirs_()
/third_party/ltp/testcases/kernel/syscalls/add_key/
Dadd_key05.c114 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/
Dw32functions.c83 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/
Derrno.h134 #define EDQUOT 1133 macro
/third_party/lwip/src/include/lwip/
Derrno.h173 #define EDQUOT 122 /* Quota exceeded */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h134 #define EDQUOT 1133 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h134 #define EDQUOT 1133 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h124 #define EDQUOT 122 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h123 #define EDQUOT 122 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h123 #define EDQUOT 122 macro
/third_party/musl/arch/generic/bits/
Derrno.h123 #define EDQUOT 122 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h124 #define EDQUOT 122 macro
/third_party/uboot/u-boot-2020.01/include/linux/
Derrno.h130 #define EDQUOT 122 /* Quota exceeded */ macro
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h100 E(EDQUOT, "Quota exceeded")
/third_party/musl/libc-test/src/api/
Derrno.c27 C(EDQUOT) in f()

12