Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c484 char *fulltype = NULL; in find_all_contexts() local
492 fulltype = malloc(strlen(ABSTYPE) + strlen(type) + 2); in find_all_contexts()
493 if (!fulltype) { in find_all_contexts()
497 (void) sprintf(fulltype, "%s:%s", ABSTYPE, type); in find_all_contexts()
501 cookie->type = fulltype; in find_all_contexts()
523 err = SLPFindAttrs(h, fulltype, scope, cookie->context_attr, in find_all_contexts()
536 if (fulltype) free(fulltype); in find_all_contexts()