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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Daudit.c31 #define BINDSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
39 * BINDSZ is the real minimum size of the buffer required by conv_la_bind().
41 * buffer size. We do things this way because the definition of BINDSZ uses
45 #if (CONV_LA_BIND_BUFSIZE != BINDSZ) && !defined(__lint)
46 #define REPORT_BUFSIZE BINDSZ
48 #error "CONV_LA_BIND_BUFSIZE does not match BINDSZ"

Completed in 70 milliseconds