Home
last modified time | relevance | path

Searched refs:tmpbuf (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/inet/
Dnsap_addr.c100 char *tmpbuf = inet_nsap_ntoa_tmpbuf; in inet_nsap_ntoa() local
108 ascii = tmpbuf; in inet_nsap_ntoa()
109 start = tmpbuf; in inet_nsap_ntoa()
/bionic/libc/dns/
Dgethnamaddr.c1037 char *tmpbuf, *ptr, **cp; in _gethtbyname2() local
1045 ptr = tmpbuf = NULL; in _gethtbyname2()
1067 if ((tmpbuf = malloc(bufsize)) == NULL) { in _gethtbyname2()
1072 ptr = tmpbuf; in _gethtbyname2()
1091 len = ptr - tmpbuf; in _gethtbyname2()
1093 free(tmpbuf); in _gethtbyname2()
1098 ptr = memcpy((void *)ALIGN(rs->hostbuf), tmpbuf, len); in _gethtbyname2()
1099 free(tmpbuf); in _gethtbyname2()
/bionic/libc/dns/resolv/
Dres_debug.c1034 static char tmpbuf[sizeof in loc_ntoa() local
1055 ascii = tmpbuf; in loc_ntoa()