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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Daudit.c76 #define SEARCHSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
88 * SEARCHSZ is the real minimum size of the buffer required by conv_la_search().
90 * buffer size. We do things this way because the definition of SEARCHSZ uses
94 #if (CONV_LA_SEARCH_BUFSIZE != SEARCHSZ) && !defined(__lint)
95 #define REPORT_BUFSIZE SEARCHSZ
97 #error "CONV_LA_SEARCH_BUFSIZE does not match SEARCHSZ"

Completed in 195 milliseconds