Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c134 if (((flags & CONV_SPEXV_F_NULLOK) == 0) && (*str == '\0')) in conv_strproc_extract_value()
/titanic_41/usr/src/cmd/sgs/include/
H A Dconv.h70 #define CONV_SPEXV_F_NULLOK 0x0004 /* Empty ("") value is OK */ macro