Home
last modified time | relevance | path

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

/onnv-gate/usr/src/head/
H A Dnss_dbdefs.h380 extern nss_XbyY_buf_t *_nss_XbyY_buf_alloc(int struct_size, int buffer_size);
383 extern nss_XbyY_buf_t *_nss_XbyY_buf_alloc();
389 ? (*bufpp) = _nss_XbyY_buf_alloc(str_size, buf_size) \
/onnv-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c543 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
561 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
641 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
661 ndbuf4switch = _nss_XbyY_buf_alloc( in _get_hostserv_inetnetdir_byname()
961 ndbuf4serv = _nss_XbyY_buf_alloc(sizeof (struct servent), in _get_hostserv_inetnetdir_byaddr()
995 ndbuf4host = _nss_XbyY_buf_alloc(sizeof (struct hostent), in _get_hostserv_inetnetdir_byaddr()
1057 ndbuf4serv = _nss_XbyY_buf_alloc(sizeof (struct servent), in _get_hostserv_inetnetdir_byaddr()
1089 ndbuf4host = _nss_XbyY_buf_alloc(sizeof (struct hostent), in _get_hostserv_inetnetdir_byaddr()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dgetgrnam_r.c431 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
/onnv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1634 _nss_XbyY_buf_alloc;