Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgetnetbynis.c58 char *ypbuf; in _getnetbynis() local
77 ypbuf = alloca(resultlen + 2); in _getnetbynis()
78 bcopy(result, ypbuf, resultlen); in _getnetbynis()
79 ypbuf[resultlen] = '\0'; in _getnetbynis()
81 result = ypbuf; in _getnetbynis()
H A Dgethostbynis.c58 char *ypbuf; in _gethostbynis() local
88 ypbuf = alloca(resultlen + 2); in _gethostbynis()
89 bcopy(result, ypbuf, resultlen); in _gethostbynis()
90 ypbuf[resultlen] = '\0'; in _gethostbynis()
92 result = ypbuf; in _gethostbynis()
H A Dgetaddrinfo.c2613 char *ypbuf; in _yp_getaddrinfo() local
2630 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo()
2632 ai = _yphostent(ypbuf, pai); in _yp_getaddrinfo()
2638 free(ypbuf); in _yp_getaddrinfo()
2661 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo()
2668 ai = _yphostent(ypbuf, &ai4); in _yp_getaddrinfo()
2674 free(ypbuf); in _yp_getaddrinfo()