Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h78 EPROTONOSUPPORT = 0x4000002b, /* Protocol not supported */ enumerator
276 #define EPROTONOSUPPORT 0x4000002b macro
/glibc-2.36/sysdeps/mach/hurd/
Dpipe2.c48 if (result == -1 && errno == EPROTONOSUPPORT) in __pipe2()
/glibc-2.36/stdio-common/
Dtest-strerr.c207 #ifdef EPROTONOSUPPORT in do_test()
208 TEST_COMPARE_STRING (strerrordesc_np (EPROTONOSUPPORT), in do_test()
210 TEST_COMPARE_STRING (strerrorname_np (EPROTONOSUPPORT), "EPROTONOSUPPORT"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h303 #ifdef EPROTONOSUPPORT
308 _S(EPROTONOSUPPORT, N_("Protocol not supported"))
/glibc-2.36/nscd/
Dselinux.c153 && errno != EINVAL && errno != EPROTONOSUPPORT && errno != EAFNOSUPPORT) in audit_init()
/glibc-2.36/conform/data/
Derrno.h-data108 macro-int-constant EPROTONOSUPPORT {int} > 0
/glibc-2.36/manual/
Derrno.texi472 @deftypevr Macro int EPROTONOSUPPORT
474 @errno{EPROTONOSUPPORT, 43, Protocol not supported}
Dsocket.texi2207 @item EPROTONOSUPPORT
2335 @item EPROTONOSUPPORT
/glibc-2.36/ChangeLog.old/
DChangeLog.3353 rather than EPROTONOSUPPORT because it's the entire protocol
375 ENOENT, we return EPROTONOSUPPORT.
DChangeLog.1874038 [POSIX] (EPROTONOSUPPORT): Likewise.
83979 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.