Home
last modified time | relevance | path

Searched refs:ENOLINK (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h92 # define ENOLINK @ENOLINK_VALUE@ macro
120 # ifndef ENOLINK
121 # define ENOLINK 2002 macro
Dstrerror.c281 case ENOLINK: in rpl_strerror()
/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m419 #if !defined ENOLINK
55 gl_REPLACE_ERRNO_VALUE([ENOLINK])
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp205 #ifndef ENOLINK
206 #error ENOLINK not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno147 #ifndef ENOLINK
148 #define ENOLINK 9918
Dsystem_error157 no_link, // ENOLINK
289 no_link = ENOLINK,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp56 static_assert(static_cast<int>(std::errc::no_link) == ENOLINK, ""); in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure6804 static int test_array [1 - 2 * !((ENOLINK) >= 0)];
6847 static int test_array [1 - 2 * !((ENOLINK) <= $ac_mid)];
6907 static int test_array [1 - 2 * !((ENOLINK) < 0)];
6950 static int test_array [1 - 2 * !((ENOLINK) >= $ac_mid)];
7020 static int test_array [1 - 2 * !((ENOLINK) <= $ac_mid)];
7073 static long int longval () { return ENOLINK; }
7074 static unsigned long int ulongval () { return ENOLINK; }
7084 if ((ENOLINK) < 0)
7087 if (i != (ENOLINK))
7094 if (i != (ENOLINK))