Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c345 char *abuf = NULL, *abuf_start = NULL, *abuf_end; local
457 abuf_start = abuf;
458 abuf_end = abuf_start + args->buf.buflen;
648 hp->h_aliases = _nss_netdb_aliases(abuf_start,
649 abuf - abuf_start, args->buf.buffer,
673 if (abuf_start)
674 free(abuf_start);