Searched defs:POSSZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c41 #define POSSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
50 * POSSZ is the real minimum size of the buffer required by
53 * this way because the definition of POSSZ uses
57 #if (CONV_DYN_POSFLAG1_BUFSIZE != POSSZ) && !defined(__lint)
58 #define REPORT_BUFSIZE POSSZ
60 #error "CONV_DYN_POSFLAG1_BUFSIZE does not match POSSZ"

Completed in 69 milliseconds