Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c86 #define ABSTYPE "service:naming-directory" macro
490 fulltype = malloc(strlen(ABSTYPE) + strlen(type) + 2); in find_all_contexts()
495 (void) sprintf(fulltype, "%s:%s", ABSTYPE, type); in find_all_contexts()