Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbynis.c65 static char ypbuf[YPMAXRECORD + 2]; in _gethostbynis() local
84 bcopy((char *)result, (char *)&ypbuf, resultlen); in _gethostbynis()
85 ypbuf[resultlen] = '\0'; in _gethostbynis()
87 result = (char *)&ypbuf; in _gethostbynis()
Dgetnetbynis.c64 static char ypbuf[YPMAXRECORD + 2]; in _getnetbynis() local
82 bcopy((char *)result, (char *)&ypbuf, resultlen); in _getnetbynis()
83 ypbuf[resultlen] = '\0'; in _getnetbynis()
85 result = (char *)&ypbuf; in _getnetbynis()
Dgetaddrinfo.c1615 char *ypbuf; in _yp_getaddrinfo() local
1633 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo()
1639 ai = _yphostent(ypbuf, &ai4); in _yp_getaddrinfo()
1646 free(ypbuf); in _yp_getaddrinfo()
1651 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo()
1653 ai = _yphostent(ypbuf, pai); in _yp_getaddrinfo()
1656 free(ypbuf); in _yp_getaddrinfo()