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

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

Completed in 55 milliseconds