Home
last modified time | relevance | path

Searched refs:buff (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dgethostname.c33 int gethostname(char* buff, size_t buflen) in gethostname() argument
47 memcpy( buff, name.nodename, namelen+1 ); in gethostname()
/bionic/libc/dns/resolv/
Dres_cache.c336 char buff[1024]; in XLOG_BYTES() local
337 char* p = buff, *end = p + sizeof(buff); in XLOG_BYTES()
340 XLOG("%s",buff); in XLOG_BYTES()
459 _dnsPacket_init( DnsPacket* packet, const uint8_t* buff, int bufflen ) in _dnsPacket_init() argument
461 packet->base = buff; in _dnsPacket_init()
462 packet->end = buff + bufflen; in _dnsPacket_init()
463 packet->cursor = buff; in _dnsPacket_init()