/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 | 45 {LINK_NAME1, -1, ELOOP, -1, ELOOP}, 114 if (tc->root_err == ELOOP && skip_symlinks) { in run()
|
/third_party/glib/glib/ |
D | gspawn-private.h | 72 #ifdef ELOOP in _g_spawn_exec_err_to_g_error() 73 case ELOOP: in _g_spawn_exec_err_to_g_error()
|
/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/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/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/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/boost/boost/ |
D | cerrno.hpp | 165 #ifndef ELOOP 166 #define ELOOP 9939 macro
|
/third_party/glib/gio/ |
D | gioerror.c | 122 #ifdef ELOOP in g_io_error_from_errno() 123 case ELOOP: in g_io_error_from_errno()
|
/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/node/test/wasi/c/ |
D | symlink_loop.c | 8 assert(errno == ELOOP); in main()
|
/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/ltp/testcases/kernel/syscalls/chroot/ |
D | chroot03.c | 42 {symbolic_dir, ELOOP, "chroot(symlink loop)"}
|
/third_party/musl/src/misc/ |
D | realpath.c | 34 if (!r) errno = ELOOP; in realpath()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 445 #undef ELOOP /* override definition in errno.h */ 446 #define ELOOP WSAELOOP macro
|
/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_clt(..., EPOLL_CTL_ADD, ...)"); in verify_epoll_ctl()
|
/third_party/libuv/include/uv/ |
D | errno.h | 191 #if defined(ELOOP) && !defined(_WIN32) 192 # define UV__ELOOP UV__ERR(ELOOP)
|
/third_party/boost/libs/outcome/test/tests/ |
D | fileopen.cpp | 64 …if(EBUSY == code || EISDIR == code || ELOOP == code || ENOENT == code || ENOTDIR == code || EPERM … in __anona84737100102()
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 43 {test_file4, TEST_FILE, ELOOP},
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
D | access04.c | 55 {SNAME1, R_OK, ELOOP},
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 506 #undef ELOOP /* override definition in errno.h */ 507 #define ELOOP WSAELOOP macro
|