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

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c217 const char *type_hint; local
220 if ((type_hint = SLPGetProperty(SLP_CONFIG_TYPEHINT)) != NULL &&
221 *type_hint != 0) {
223 size_t hintlen = strlen(type_hint);
236 (void) strcat(predicate, type_hint);
240 type_hint = NULL;
258 if (type_hint) {

Completed in 21 milliseconds