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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.c30 #define MODESZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
46 * MODESZ is the real minimum size of the buffer required by conv_dl_mode().
48 * buffer size. We do things this way because the definition of MODESZ uses
52 #if (CONV_DL_MODE_BUFSIZE != MODESZ) && !defined(__lint)
53 #define REPORT_BUFSIZE MODESZ
55 #error "CONV_DL_MODE_BUFSIZE does not match MODESZ"

Completed in 44 milliseconds