Searched refs:ENTSZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dentry.c35 #define ENTSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
44 * ENTSZ is the real minimum size of the buffer required by conv_ent_flags().
46 * buffer size. We do things this way because the definition of ENTSZ uses
50 #if (CONV_ENT_FLAGS_BUFSIZE != ENTSZ) && !defined(__lint)
51 #define REPORT_BUFSIZE ENTSZ
53 #error "CONV_ENT_FLAGS_BUFSIZE does not match ENTSZ"
89 * ENTSZ is the real minimum size of the buffer required by conv_ent_flags().
91 * buffer size. We do things this way because the definition of ENTSZ uses

Completed in 55 milliseconds