Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h385 extern nss_XbyY_buf_t *_nss_XbyY_buf_alloc(int struct_size, int buffer_size);
390 ? (*bufpp) = _nss_XbyY_buf_alloc(str_size, buf_size) \
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c547 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
567 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
645 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
667 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
965 ndbuf4serv = _nss_XbyY_buf_alloc(sizeof (struct servent), in _get_hostserv_inetnetdir_byaddr()
999 ndbuf4host = _nss_XbyY_buf_alloc(sizeof (struct hostent), in _get_hostserv_inetnetdir_byaddr()
1061 ndbuf4serv = _nss_XbyY_buf_alloc(sizeof (struct servent), in _get_hostserv_inetnetdir_byaddr()
1093 ndbuf4host = _nss_XbyY_buf_alloc(sizeof (struct hostent), in _get_hostserv_inetnetdir_byaddr()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetgrnam_r.c432 buf = _nss_XbyY_buf_alloc(sizeof (struct group), NSS_BUFLEN_GROUP); in process_cstr()
H A Dnss_dbdefs.c60 _nss_XbyY_buf_alloc(int struct_size, int buffer_size) in _nss_XbyY_buf_alloc() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2231 _nss_XbyY_buf_alloc;