/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open07.c | 92 O_NOFOLLOW, 00700, setupfunc_test1, ELOOP}, 94 O_NOFOLLOW, 00700, setupfunc_test2, ELOOP}, 96 O_NOFOLLOW, 00700, setupfunc_test3, ELOOP}, 98 O_NOFOLLOW, 00700, setupfunc_test4, ELOOP},
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
D | chdir01.c | 54 {&link_name, -1, ELOOP, -1, ELOOP}, 121 if (tc->root_err == ELOOP && skip_symlinks) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 74 { &curfd, elooppathname, FIFOMODE, ELOOP }, 75 { &curfd, elooppathname, FREGMODE, ELOOP }, 76 { &curfd, elooppathname, SOCKMODE, ELOOP },
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 363 STAT, 1, ELOOP, 28, creat_symlink, ck_symlink, { 369 STAT_64, 1, ELOOP, 28, creat_symlink, ck_symlink, { 393 CHDIR, 1, ELOOP, 28, creat_symlink, ck_symlink, { 413 CHMOD, 1, ELOOP, 28, creat_symlink, ck_symlink, { 419 UTIME, 1, ELOOP, 28, creat_symlink, ck_symlink, { 441 OPEN, 1, ELOOP, 28, creat_symlink, ck_symlink, { 948 else if (tc_ptr->errno_val == ELOOP) in do_syscalltests() 1158 if ((TEST_RETURN == -1) && (errno == ELOOP)) { in do_ELOOP() 1169 if ((TEST_RETURN == -1) && (errno == ELOOP)) { in do_ELOOP() 1183 if ((TEST_RETURN == -1) && (errno == ELOOP)) { in do_ELOOP() [all …]
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 188 ELOOP => "Too many symbolic links encountered", in desc() 1164 ELOOP = libc::ELOOP, enumerator 1309 libc::ELOOP => ELOOP, in from_i32() 1476 ELOOP = libc::ELOOP, enumerator 1594 libc::ELOOP => ELOOP, in from_i32() 1712 ELOOP = libc::ELOOP, enumerator 1821 libc::ELOOP => ELOOP, in from_i32() 1929 ELOOP = libc::ELOOP, enumerator 2038 libc::ELOOP => ELOOP, in from_i32() 2144 ELOOP = libc::ELOOP, enumerator [all …]
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 32 {&dir_fd, test_dir, ELOOP}, 33 {&cur_fd, test_dir, ELOOP},
|
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
D | openat202.c | 27 {"resolve-no-magiclinks", "/proc/self/exe", RESOLVE_NO_MAGICLINKS, ELOOP}, 28 {"resolve-no-symlinks", FOO_SYMLINK, RESOLVE_NO_SYMLINKS, ELOOP},
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 113 #ifndef ELOOP 114 #define ELOOP (MHDW32ERRBASE+24) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 62 #undef ELOOP 63 #define ELOOP WSAELOOP macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 57 ELOOP, "ELOOP", ELOOP}, {
|
D | 4-1.c | 52 ELOOP, "ELOOP"}, {
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 76 case WSAELOOP: return ELOOP; in MHD_W32_errno_from_winsock_() 168 case ELOOP: in MHD_W32_strerror_() 498 case ELOOP: in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 379 #undef ELOOP /* override definition in errno.h */ 380 #define ELOOP WSAELOOP macro
|
/third_party/node/test/wasi/c/ |
D | symlink_loop.c | 8 assert(errno == ELOOP); in main()
|
/third_party/libuv/include/uv/ |
D | errno.h | 191 #if defined(ELOOP) && !defined(_WIN32) 192 # define UV__ELOOP UV__ERR(ELOOP)
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 421 # undef ELOOP /* override definition in errno.h */ 422 # define ELOOP WSAELOOP macro
|
/third_party/node/deps/uv/include/uv/ |
D | errno.h | 191 #if defined(ELOOP) && !defined(_WIN32) 192 # define UV__ELOOP UV__ERR(ELOOP)
|
/third_party/python/Modules/ |
D | errnomodule.c | 23 #undef ELOOP 203 #ifdef ELOOP in errno_exec() 204 add_errcode("ELOOP", ELOOP, "Too many symbolic links encountered"); in errno_exec()
|
/third_party/ltp/testcases/kernel/syscalls/chroot/ |
D | chroot03.c | 47 {&loop_dir, ELOOP, "chroot(symlink loop)"}
|
/third_party/ltp/testcases/kernel/syscalls/statvfs/ |
D | statvfs02.c | 37 {TEST_SYMLINK, &buf, ELOOP},
|
/third_party/musl/src/stat/ |
D | fchmodat.c | 24 if (fd2 == -ELOOP) in fchmodat()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl05.c | 64 ELOOP, "epoll_ctl(..., EPOLL_CTL_ADD, ...)"); in verify_epoll_ctl()
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 43 {test_file4, TEST_FILE, ELOOP},
|
/third_party/ltp/testcases/kernel/syscalls/stat/ |
D | stat03.c | 41 {loop_dir, ELOOP}
|
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
D | lstat02.c | 56 {elooppathname, ELOOP},
|