Searched refs:ent2str (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.h79 extern int ent2str(struct hostent *, nss_XbyY_args_t *, int);
H A Dgethostent.c153 ret = ent2str(he, a, AF_INET);
227 ret = ent2str(he, a, argp->key.hostaddr.type);
H A Dgethostent6.c420 ret = ent2str(he, a, AF_INET6);
H A Ddns_common.c193 ent2str( function
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.h104 extern char *ent2str(entry_t *);
H A Dadm_kef_util.c268 * See ent2str(), the reverse of this function, for the format of
459 ent2str(entry_t *pent) function
974 if ((new_str = ent2str(pent)) == NULL) {
H A Dadm_kef.c736 if ((str = ent2str(pent)) == NULL) {

Completed in 70 milliseconds