Home
last modified time | relevance | path

Searched refs:ELOOP (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/open/
Dopen07.c92 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/
Dchdir01.c45 {LINK_NAME1, -1, ELOOP, -1, ELOOP},
114 if (tc->root_err == ELOOP && skip_symlinks) { in run()
/third_party/glib/glib/
Dgspawn-private.h72 #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/
Dmknodat02.c74 { &curfd, elooppathname, FIFOMODE, ELOOP },
75 { &curfd, elooppathname, FREGMODE, ELOOP },
76 { &curfd, elooppathname, SOCKMODE, ELOOP },
/third_party/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat02.c32 {&dir_fd, test_dir, ELOOP},
33 {&cur_fd, test_dir, ELOOP},
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat202.c27 {"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/
Dsymlink01.c363 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/
Dw32functions.h113 #ifndef ELOOP
114 #define ELOOP (MHDW32ERRBASE+24) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h62 #undef ELOOP
63 #define ELOOP WSAELOOP macro
/third_party/boost/boost/
Dcerrno.hpp165 #ifndef ELOOP
166 #define ELOOP 9939 macro
/third_party/glib/gio/
Dgioerror.c122 #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/
D3-2.c57 ELOOP, "ELOOP", ELOOP}, {
D4-1.c52 ELOOP, "ELOOP"}, {
/third_party/node/test/wasi/c/
Dsymlink_loop.c8 assert(errno == ELOOP); in main()
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c76 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/
Dchroot03.c42 {symbolic_dir, ELOOP, "chroot(symlink loop)"}
/third_party/musl/src/misc/
Drealpath.c34 if (!r) errno = ELOOP; in realpath()
/third_party/curl/lib/
Dcurl_setup_once.h445 #undef ELOOP /* override definition in errno.h */
446 #define ELOOP WSAELOOP macro
/third_party/musl/src/stat/
Dfchmodat.c24 if (fd2 == -ELOOP) in fchmodat()
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl05.c64 ELOOP, "epoll_clt(..., EPOLL_CTL_ADD, ...)"); in verify_epoll_ctl()
/third_party/libuv/include/uv/
Derrno.h191 #if defined(ELOOP) && !defined(_WIN32)
192 # define UV__ELOOP UV__ERR(ELOOP)
/third_party/boost/libs/outcome/test/tests/
Dfileopen.cpp64 …if(EBUSY == code || EISDIR == code || ELOOP == code || ENOENT == code || ENOTDIR == code || EPERM … in __anona84737100102()
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink08.c43 {test_file4, TEST_FILE, ELOOP},
/third_party/ltp/testcases/kernel/syscalls/access/
Daccess04.c55 {SNAME1, R_OK, ELOOP},
/third_party/node/deps/cares/src/lib/
Dsetup_once.h506 #undef ELOOP /* override definition in errno.h */
507 #define ELOOP WSAELOOP macro

12345