Home
last modified time | relevance | path

Searched refs:EMLINK (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/rust/crates/nix/src/
Derrno.rs179 EMLINK => "Too many links", in desc()
1155 EMLINK = libc::EMLINK, enumerator
1300 libc::EMLINK => EMLINK, in from_i32()
1445 EMLINK = libc::EMLINK, enumerator
1563 libc::EMLINK => EMLINK, in from_i32()
1681 EMLINK = libc::EMLINK, enumerator
1790 libc::EMLINK => EMLINK, in from_i32()
1898 EMLINK = libc::EMLINK, enumerator
2007 libc::EMLINK => EMLINK, in from_i32()
2113 EMLINK = libc::EMLINK, enumerator
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c59 EMLINK, "EMLINK", EMLINK}, {
D4-1.c54 EMLINK, "EMLINK"}, {
D3-1-buildonly.c45 static int dummy34 = EMLINK;
/third_party/ltp/lib/
Dtst_fs_link_count.c68 case EMLINK: in tst_fs_fill_hardlinks_()
143 case EMLINK: in tst_fs_fill_subdirs_()
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat02.c76 {TEST_EMLINK, TEST_EMLINK2, 0, EMLINK, NULL, NULL},
106 if (desc->expected_errno == EMLINK && max_hardlinks == 0) { in linkat_verify()
/third_party/ltp/testcases/kernel/syscalls/renameat/
Drenameat01.c101 { &curfd, TESTDIR3, &curfd, NEW_TESTDIR3, EMLINK },
198 if (tc->exp_errno == EMLINK && max_subdirs == 0) { in renameat_verify()
/third_party/node/deps/uv/include/uv/
Derrno.h401 #if defined(EMLINK) && !defined(_WIN32)
402 # define UV__EMLINK UV__ERR(EMLINK)
/third_party/libuv/include/uv/
Derrno.h401 #if defined(EMLINK) && !defined(_WIN32)
402 # define UV__EMLINK UV__ERR(EMLINK)
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h31 #define EMLINK 31 macro
/third_party/musl/arch/generic/bits/
Derrno.h31 #define EMLINK 31 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h31 #define EMLINK 31 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h32 #define EMLINK 31 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h32 #define EMLINK 31 macro
/third_party/musl/arch/mips/bits/
Derrno.h31 #define EMLINK 31 macro
/third_party/musl/arch/mips64/bits/
Derrno.h31 #define EMLINK 31 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h32 #define EMLINK 31 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h31 #define EMLINK 31 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h32 #define EMLINK 31 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h31 #define EMLINK 31 macro
/third_party/lwip/src/include/lwip/
Derrno.h78 #define EMLINK 31 /* Too many links */ macro
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink03.c88 EMLINK); in main()
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h59 E(EMLINK, "Too many links")
/third_party/musl/libc-test/src/api/
Derrno.c41 C(EMLINK) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h59 E(EMLINK, "Too many links")

1234