Home
last modified time | relevance | path

Searched refs:cloneName (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent6.c91 cloneName(struct hostent *h, int *outerr) { in cloneName() function
309 v6Name = cloneName(he, &converr);
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.h60 char **cloneName(char **name, int numNames);
H A Dldap_ruleval.c142 rv[i].colName = cloneName(rvIn->colName, in growRuleValue()
153 rv[i].attrName = cloneName(rvIn->attrName, rv[i].numAttrs); in growRuleValue()
H A Dldap_val.c215 cloneName(char **name, int numNames) { in cloneName() function