Searched refs:EDQUOT (Results 1 - 25 of 36) sorted by relevance

12

/external/bison/lib/
H A Dstrerror-override.c122 case EDQUOT:
178 /* WSAEDQUOT is EDQUOT */
275 case EDQUOT:
H A Derrno.in.h143 # define EDQUOT 10069 macro
169 Likewise, on NonStop Kernel, EDQUOT is not defined.
171 HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133.
232 # ifndef EDQUOT
233 # define EDQUOT 2010 macro
/external/curl/src/
H A Dtool_dirhie.c75 #ifdef EDQUOT
76 case EDQUOT:
/external/libmicrohttpd/src/include/
H A Dw32functions.h128 #ifndef EDQUOT
129 #define EDQUOT (MHDW32ERRBASE+29) macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c44 EDQUOT, "EDQUOT", EDQUOT}, {
H A D4-1.c39 EDQUOT, "EDQUOT"}, {
H A D3-1-buildonly.c30 int dummy19 = EDQUOT;
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h104 #define EDQUOT 122 /* Quota exceeded */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h126 #define EDQUOT 1133 /* Quota exceeded */ macro
/external/libxml2/include/
H A Dwsockcompat.h75 #define EDQUOT WSAEDQUOT macro
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs_xattr.c91 } else if((errno == ENOSPC || errno == EDQUOT)
/external/ltp/lib/
H A Dtst_fs_link_count.c80 case EDQUOT:
153 case EDQUOT:
H A Derrnos.h155 PAIR(EDQUOT)
/external/webrtc/webrtc/base/
H A Dsocket.h105 #undef EDQUOT macro
106 #define EDQUOT WSAEDQUOT macro
/external/syslinux/com32/include/
H A Derrno.h129 #define EDQUOT 122 /* Quota exceeded */ macro
/external/libmicrohttpd/src/platform/
H A Dw32functions.c83 case WSAEDQUOT: return EDQUOT;
178 case EDQUOT:
519 case EDQUOT:
/external/syslinux/core/lwip/src/include/lwip/
H A Darch.h202 #define EDQUOT 122 /* Quota exceeded */ macro
/external/strace/tests/
H A Derrno2name.c131 #ifdef EDQUOT
132 CASE(EDQUOT);
/external/strace/tests-m32/
H A Derrno2name.c131 #ifdef EDQUOT
132 CASE(EDQUOT);
/external/strace/tests-mx32/
H A Derrno2name.c131 #ifdef EDQUOT
132 CASE(EDQUOT);
/external/minijail/linux-x86/
H A Dlibconstants.gen.c215 #ifdef EDQUOT
216 { "EDQUOT", (unsigned long) EDQUOT },
217 #endif // EDQUOT
/external/c-ares/
H A Dsetup_once.h456 #define EDQUOT WSAEDQUOT macro
/external/curl/lib/
H A Dcurl_setup_once.h526 #define EDQUOT WSAEDQUOT macro
/external/libbrillo/brillo/errors/
H A Derror_codes.cc168 ERROR_ENTRY(EDQUOT), // Quota exceeded
/external/ltp/testcases/kernel/ipc/ipc_stress/
H A Dshmem_test_04.c447 case EDQUOT:

Completed in 288 milliseconds

12