Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dglobals_machelf.c53 if (fmt_flags & CONV_FMT_SPACE) in conv_invalid_val()
58 if (fmt_flags & CONV_FMT_SPACE) in conv_invalid_val()
/titanic_50/usr/src/cmd/sgs/include/
H A Dconv.h497 #define CONV_FMT_SPACE 0x0200 /* conv_invalid_val() should append */ macro