/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 72 { &dir_fd, "tnode4", FIFOMODE, EROFS }, 73 { &dir_fd, "tnode5", FREGMODE, EROFS }, 74 { &dir_fd, "tnode6", SOCKMODE, EROFS },
|
/external/curl/src/ |
D | tool_dirhie.c | 64 #ifdef EROFS in show_dir_errno() 65 case EROFS: in show_dir_errno()
|
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 56 {&dir_fd, TEST_FILE1, EROFS}, 57 {&cur_fd, TEST_FILE1, EROFS},
|
/external/libcxx/include/ |
D | errno.h | 372 #ifndef EROFS 373 #define EROFS 9974 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 107 EROFS, "EROFS", EROFS}, {
|
D | 4-1.c | 102 EROFS, "EROFS"}, {
|
D | 3-1-buildonly.c | 88 int dummy71 = EROFS;
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 33 #define EROFS 30 /* Read-only file system */ macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 305 #ifndef EROFS 306 #error EROFS not defined
|
/external/openssh/ |
D | sshpty.c | 227 if (errno == EROFS && in pty_setowner() 241 if (errno == EROFS && in pty_setowner()
|
/external/syslinux/dos/ |
D | errno.h | 33 #define EROFS 30 /* Read-only file system */ macro
|
/external/libusb/msvc/ |
D | errno.h | 54 #define EROFS 30 /* Read-only file system */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 422 #ifdef EROFS in errno2name() 423 CASE(EROFS); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 422 #ifdef EROFS in errno2name() 423 CASE(EROFS); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 422 #ifdef EROFS in errno2name() 423 CASE(EROFS); in errno2name()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 427 # ifndef EROFS 428 # define EROFS 30 macro 595 read_only_file_system = EROFS,
|
/external/ltp/testcases/kernel/syscalls/access/ |
D | access04.c | 68 {MNT_POINT, W_OK, EROFS}
|
/external/syslinux/com32/include/ |
D | errno.h | 35 #define EROFS 30 /* Read-only file system */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 38 EROFS = 30 variable
|
/external/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown03.c | 57 {TEST_EROFS, EROFS},
|
/external/ltp/testcases/kernel/syscalls/creat/ |
D | creat06.c | 99 {TEST8_FILE, MODE1, EROFS, NULL, NULL},
|
/external/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod06.c | 60 {"EROFS", &fd3, 0644, EROFS},
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 73 {TEST_FILE2, TEST_FILE3, EROFS},
|
/external/ltp/testcases/kernel/syscalls/utime/ |
D | utime06.c | 76 {MNT_POINT, EROFS, NULL, NULL, NULL},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 42 EROFS = 30 variable
|