Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c110 int trim = (flags & CONV_SPEXV_F_NOTRIM) == 0; in conv_strproc_extract_value()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h75 #define CONV_SPEXV_F_NOTRIM 0x0001 /* Do not trim whitespace around '=' */ macro