Home
last modified time | relevance | path

Searched defs:EMSGSIZE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d226 enum EMSGSIZE = 115; in version() local
347 enum EMSGSIZE = 90; /// in version() local
450 enum EMSGSIZE = 90; /// in version() local
562 enum EMSGSIZE = 218; /// in version() local
658 enum EMSGSIZE = 97; /// in version() local
764 enum EMSGSIZE = 90; /// in version() local
867 enum EMSGSIZE = 90; /// in version() local
919 enum EMSGSIZE = 40; /// in version() local
1074 enum EMSGSIZE = 90; /// in version() local
1166 enum EMSGSIZE = 40; /// Message too long in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h130 #define EMSGSIZE 9913 macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h102 # define EMSGSIZE 115 macro
/netbsd-src/sys/sys/
H A Derrno.h89 #define EMSGSIZE 40 /* Message too long */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d119 inline int EMSGSIZE = 40; variable