Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 10 of 10) 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/dns/net/
Dsethostent.c132 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname()
178 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname2()
248 errno = ENOSPC; in _hf_gethtbyname2()
280 if (errno == ENOSPC) return NS_UNAVAIL; // glibc compatibility. in _hf_gethtbyaddr()
Dnsdispatch.c138 if ((result & NS_UNAVAIL) != 0 && errno == ENOSPC) { in nsdispatch()
Dgethnamaddr.c175 if (*herrno_p == NETDB_INTERNAL && errno == ENOSPC) { in h_errno_to_result()
520 errno = ENOSPC; in getanswer()
670 errno = ENOSPC; in android_read_hostent()
766 errno = ENOSPC; in gethostbyname_internal_real()
1037 errno = ENOSPC; in netbsd_gethostent_r()
1302 errno = ENOSPC; in _dns_gethtbyaddr()
1430 errno = ENOSPC; in _yp_hostent()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h48 #define ENOSPC 28 macro
/bionic/tests/headers/posix/
Derrno_h.c86 MACRO(ENOSPC); in errno_h()
/bionic/libc/bionic/
Dstrerror.cpp75 [ENOSPC] = "No space left on device",
/bionic/libc/stdio/
Dfmemopen.cpp75 errno = ENOSPC; in fmemopen_write()
/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()