Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c64 char *reply, *unesc_reply; in SLPFindScopes() local
126 if ((err = slp_unescape(*ppcScopes, &unesc_reply, SLP_FALSE, '%')) in SLPFindScopes()
129 *ppcScopes = unesc_reply; in SLPFindScopes()
131 free(unesc_reply); in SLPFindScopes()