Home
last modified time | relevance | path

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

1234567

/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.c54 {&link_name, -1, ELOOP, -1, ELOOP},
121 if (tc->root_err == ELOOP && skip_symlinks) { in run()
/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/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/rust/crates/nix/src/
Derrno.rs188 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/
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/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/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c57 ELOOP, "ELOOP", ELOOP}, {
D4-1.c52 ELOOP, "ELOOP"}, {
/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/curl/lib/
Dcurl_setup_once.h379 #undef ELOOP /* override definition in errno.h */
380 #define ELOOP WSAELOOP macro
/third_party/node/test/wasi/c/
Dsymlink_loop.c8 assert(errno == ELOOP); in main()
/third_party/libuv/include/uv/
Derrno.h191 #if defined(ELOOP) && !defined(_WIN32)
192 # define UV__ELOOP UV__ERR(ELOOP)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h421 # undef ELOOP /* override definition in errno.h */
422 # define ELOOP WSAELOOP macro
/third_party/node/deps/uv/include/uv/
Derrno.h191 #if defined(ELOOP) && !defined(_WIN32)
192 # define UV__ELOOP UV__ERR(ELOOP)
/third_party/python/Modules/
Derrnomodule.c23 #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/
Dchroot03.c47 {&loop_dir, ELOOP, "chroot(symlink loop)"}
/third_party/ltp/testcases/kernel/syscalls/statvfs/
Dstatvfs02.c37 {TEST_SYMLINK, &buf, ELOOP},
/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_ctl(..., EPOLL_CTL_ADD, ...)"); in verify_epoll_ctl()
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink08.c43 {test_file4, TEST_FILE, ELOOP},
/third_party/ltp/testcases/kernel/syscalls/stat/
Dstat03.c41 {loop_dir, ELOOP}
/third_party/ltp/testcases/kernel/syscalls/lstat/
Dlstat02.c56 {elooppathname, ELOOP},

1234567