Searched refs:EMSGSIZE (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_name.c | 104 errno = EMSGSIZE; in ns_name_ntop() 109 errno = EMSGSIZE; in ns_name_ntop() 115 errno = EMSGSIZE; in ns_name_ntop() 122 errno = EMSGSIZE; in ns_name_ntop() 129 errno = EMSGSIZE; in ns_name_ntop() 138 errno = EMSGSIZE; in ns_name_ntop() 147 errno = EMSGSIZE; in ns_name_ntop() 153 errno = EMSGSIZE; in ns_name_ntop() 188 errno = EMSGSIZE; in ns_name_pton() 194 errno = EMSGSIZE; in ns_name_pton() [all …]
|
D | ns_parse.c | 118 errno = EMSGSIZE; in skiprr() 160 errno = EMSGSIZE; in ns_initparse() 230 errno = EMSGSIZE; in ns_parserr()
|
D | inet_neta.c | 123 errno = EMSGSIZE; in inet_neta()
|
D | inet_net_ntop.c | 140 errno = EMSGSIZE; in inet_net_ntop_ipv4()
|
D | inet_net_pton.c | 250 errno = EMSGSIZE; in inet_net_pton_ipv4()
|
D | res_send.c | 504 terrno = EMSGSIZE; in res_send() 783 terrno = EMSGSIZE; in res_send()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/ |
D | errno.h | 101 #define EMSGSIZE 40 /* Message too long */ macro
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 99 #define EMSGSIZE __EMSGSIZE /* 40 Message too long */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | errnomodule.c | 195 #ifdef EMSGSIZE in initerrno() 196 inscode(d, ds, de, "EMSGSIZE", EMSGSIZE, "Message too long"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | errnomodule.c | 195 #ifdef EMSGSIZE in initerrno() 196 inscode(d, ds, de, "EMSGSIZE", EMSGSIZE, "Message too long"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | errnomodule.c | 194 #ifdef EMSGSIZE in initerrno() 195 inscode(d, ds, de, "EMSGSIZE", EMSGSIZE, "Message too long"); in initerrno()
|