Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c482 char *fulltype = NULL; in find_all_contexts() local
490 fulltype = malloc(strlen(ABSTYPE) + strlen(type) + 2); in find_all_contexts()
491 if (!fulltype) { in find_all_contexts()
495 (void) sprintf(fulltype, "%s:%s", ABSTYPE, type); in find_all_contexts()
499 cookie->type = fulltype; in find_all_contexts()
521 err = SLPFindAttrs(h, fulltype, scope, cookie->context_attr, in find_all_contexts()
534 if (fulltype) free(fulltype); in find_all_contexts()