Home
last modified time | relevance | path

Searched refs:ESOCKTNOSUPPORT (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h79 ESOCKTNOSUPPORT = 0x4000002c, /* Socket type not supported */ enumerator
277 #define ESOCKTNOSUPPORT 0x4000002c macro
/glibc-2.36/stdio-common/
Dtest-strerr.c212 #ifdef ESOCKTNOSUPPORT in do_test()
213 TEST_COMPARE_STRING (strerrordesc_np (ESOCKTNOSUPPORT), in do_test()
215 TEST_COMPARE_STRING (strerrorname_np (ESOCKTNOSUPPORT), "ESOCKTNOSUPPORT"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h310 #ifdef ESOCKTNOSUPPORT
313 _S(ESOCKTNOSUPPORT, N_("Socket type not supported"))
/glibc-2.36/manual/
Derrno.texi480 @deftypevr Macro int ESOCKTNOSUPPORT
482 @errno{ESOCKTNOSUPPORT, 44, Socket type not supported}