Searched refs:ENOLINK (Results 1 – 8 of 8) sorted by relevance
92 # define ENOLINK @ENOLINK_VALUE@ macro120 # ifndef ENOLINK121 # define ENOLINK 2002 macro
281 case ENOLINK: in rpl_strerror()
19 #if !defined ENOLINK55 gl_REPLACE_ERRNO_VALUE([ENOLINK])
205 #ifndef ENOLINK206 #error ENOLINK not defined
147 #ifndef ENOLINK148 #define ENOLINK 9918
157 no_link, // ENOLINK289 no_link = ENOLINK,
56 static_assert(static_cast<int>(std::errc::no_link) == ENOLINK, ""); in main()
6804 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))