Searched refs:tmpbuf (Results 1 – 3 of 3) sorted by relevance
93 static char tmpbuf[2+255*3]; in inet_nsap_ntoa() local101 ascii = tmpbuf; in inet_nsap_ntoa()102 start = tmpbuf; in inet_nsap_ntoa()
1027 char *tmpbuf, *ptr, **cp; in _gethtbyname2() local1035 ptr = tmpbuf = NULL; in _gethtbyname2()1057 if ((tmpbuf = malloc(bufsize)) == NULL) { in _gethtbyname2()1062 ptr = tmpbuf; in _gethtbyname2()1081 len = ptr - tmpbuf; in _gethtbyname2()1083 free(tmpbuf); in _gethtbyname2()1088 ptr = memcpy((void *)ALIGN(rs->hostbuf), tmpbuf, len); in _gethtbyname2()1089 free(tmpbuf); in _gethtbyname2()
977 static char tmpbuf[sizeof local998 ascii = tmpbuf;