Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c80 errno = ENOSPC; in inet_ntop4()
152 errno = ENOSPC; in inet_ntop6()
162 errno = ENOSPC; in inet_ntop6()
177 errno = ENOSPC; in inet_ntop6()
185 errno = ENOSPC; in inet_ntop6()
191 errno = ENOSPC; in inet_ntop6()
200 errno = ENOSPC; in inet_ntop6()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h55 #define ENOSPC 28 macro
/bionic/libc/dns/net/
Dsethostent.c119 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname()
165 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname2()
236 errno = ENOSPC; in _hf_gethtbyname2()
268 if (errno == ENOSPC) { in _hf_gethtbyaddr()
Dnsdispatch.c138 if ((result & NS_UNAVAIL) != 0 && errno == ENOSPC) { in nsdispatch()
Dgethnamaddr.c504 errno = ENOSPC; in getanswer()
535 if (!*result && errno == ENOSPC) { in gethostbyname_r()
557 if (!*result && errno == ENOSPC) { in gethostbyname2_r()
694 errno = ENOSPC; in android_read_hostent()
790 errno = ENOSPC; in gethostbyname_internal_real()
856 if (!*result && errno == ENOSPC) { in gethostbyaddr_r()
1068 errno = ENOSPC; in netbsd_gethostent_r()
1335 errno = ENOSPC; in _dns_gethtbyaddr()
1463 errno = ENOSPC; in _yp_hostent()
/bionic/libc/include/sys/
D_errdefs.h67 __BIONIC_ERRDEF( ENOSPC , 28, "No space left on device" )
/bionic/libc/dns/nameser/
Dns_print.c1170 errno = ENOSPC; in charstr()
1215 errno = ENOSPC; in addname()
1231 errno = ENOSPC; in addstr()
/bionic/libc/dns/resolv/
Dres_debug.c248 if (errno == ENOSPC) { in do_section()