Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c57 static SLPError slp_unescape(const char *, char **, SLPBoolean, const char);
126 if ((err = slp_unescape(*ppcScopes, &unesc_reply, SLP_FALSE, '%')) in SLPFindScopes()
487 return (slp_unescape(pcInbuf, ppcOutBuf, isTag, '\\')); in SLPUnescape()
494 static SLPError slp_unescape(const char *pcInbuf, char **ppcOutBuf, in slp_unescape() function