Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/clib/
H A DSLPUtils.c434 #define isBadTagChar(c) ((c) == '*' || (c) == '_' || \ macro
466 if (isTag && isBadTagChar(*pin)) in SLPEscape()
524 if (isTag && isBadTagChar(*pout)) in slp_unescape()