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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dconfig.c34 #define FEATSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
49 * FEATSZ is the real minimum size of the buffer required by conv_config_feat().
51 * buffer size. We do things this way because the definition of FEATSZ uses
55 #if (CONV_CONFIG_FEAT_BUFSIZE != FEATSZ) && !defined(__lint)
56 #define REPORT_BUFSIZE FEATSZ
58 #error "CONV_CONFIG_FEAT_BUFSIZE does not match FEATSZ"
H A Ddynamic.c364 #define FEATSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
372 * FEATSZ is the real min size of the buffer required by
375 * this way because the definition of FEATSZ uses information that
379 #if (CONV_DYN_FEATURE1_BUFSIZE != FEATSZ) && !defined(__lint)
380 #define REPORT_BUFSIZE FEATSZ
382 #error "CONV_DYN_FEATURE1_BUFSIZE does not match FEATSZ"

Completed in 69 milliseconds