Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/include/
H A Drdn_parser.h75 #define OPTIONAL_SPACE(c) \ macro
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c110 while (bp < endptr && OPTIONAL_SPACE(*bp)) { in skipSpace()
136 while (bp < endptr && !OPTIONAL_SPACE(*bp) && (*bp != C_EQUAL)) { in scanTag()
228 while ((valBufp > valBuf) && OPTIONAL_SPACE(*valBufp)) { in scanVal()