/external/curl/src/ |
D | tool_dirhie.c | 75 #ifdef EDQUOT in show_dir_errno() 76 case EDQUOT: in show_dir_errno()
|
/external/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key03.c | 112 TST_ERR != ENOKEY && TST_ERR != EDQUOT) { in test_with_key_type() 132 TST_ERR != ENOENT && TST_ERR != EDQUOT) { in test_with_key_type()
|
/external/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;
|
/external/ltp/lib/ |
D | tst_fs_link_count.c | 83 case EDQUOT: in tst_fs_fill_hardlinks_() 160 case EDQUOT: in tst_fs_fill_subdirs_()
|
D | errnos.h | 155 PAIR(EDQUOT) in tst_strerrno()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 105 #undef EDQUOT 106 #define EDQUOT WSAEDQUOT macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 132 #ifdef EDQUOT in errno2name() 133 CASE(EDQUOT); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 132 #ifdef EDQUOT in errno2name() 133 CASE(EDQUOT); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 132 #ifdef EDQUOT in errno2name() 133 CASE(EDQUOT); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 105 #define EDQUOT 122 /* Quota exceeded */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 127 #define EDQUOT 1133 /* Quota exceeded */ macro
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs_xattr.c | 91 } else if((errno == ENOSPC || errno == EDQUOT) in write_xattr()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 135 EDQUOT = 1133 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 130 #define EDQUOT 122 /* Quota exceeded */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 88 case EDQUOT: // Disk quota exceeded in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 152 EDQUOT = 1133 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 215 #ifdef EDQUOT 216 { "EDQUOT", (unsigned long) EDQUOT },
|
/external/u-boot/lib/ |
D | errno_str.c | 136 ERRNO_MSG(EDQUOT, "Quota exceeded"),
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 168 ERROR_ENTRY(EDQUOT), // Quota exceeded
|
/external/curl/lib/ |
D | curl_setup_once.h | 493 #define EDQUOT WSAEDQUOT macro
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 419 #ifdef EDQUOT in initerrno() 420 inscode(d, ds, de, "EDQUOT", EDQUOT, "Quota exceeded"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 462 #ifdef EDQUOT in PyInit_errno() 463 inscode(d, ds, de, "EDQUOT", EDQUOT, "Quota exceeded"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 633 .. data:: EDQUOT
|