Lines Matching refs:bptr
395 char *bptr; in _nss_dns_gethost_withttl() local
440 bptr = (char *)buffer + pbuf->data_off; in _nss_dns_gethost_withttl()
724 (void) strlcpy(bptr, np, bsize - blen); in _nss_dns_gethost_withttl()
726 bptr += iplen; in _nss_dns_gethost_withttl()
727 *bptr++ = ' '; in _nss_dns_gethost_withttl()
729 (void) strlcpy(bptr, host, bsize - blen); in _nss_dns_gethost_withttl()
731 bptr += hlen; in _nss_dns_gethost_withttl()
733 *bptr++ = ' '; in _nss_dns_gethost_withttl()
735 (void) strlcpy(bptr, ap, bsize - blen); in _nss_dns_gethost_withttl()
737 bptr += alen; in _nss_dns_gethost_withttl()
739 *bptr++ = '\n'; in _nss_dns_gethost_withttl()