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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddwarf_ehe.c33 #define FLAGSZ MSG_GBL_OSQBRKT_SIZE + \ macro
41 * FLAGSZ is the real minimum size of the buffer required by conv_dwarf_ehe().
43 * buffer size. We do things this way because the definition of FLAGSZ uses
47 #if (CONV_DWARF_EHE_BUFSIZE != FLAGSZ) && !defined(__lint)
48 #define REPORT_BUFSIZE FLAGSZ
50 #error "CONV_DWARF_EHE_BUFSIZE does not match FLAGSZ"
59 (void) strncpy(buf, MSG_ORIG(MSG_GBL_OSQBRKT), FLAGSZ);
62 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_OMIT), FLAGSZ);
64 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_ABSPTR), FLAGSZ);
66 if (ret >= FLAGSZ)
[all...]
H A Ddl.c110 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
126 * FLAGSZ is the real minimum size of the buffer required by conv_dl_flag().
128 * buffer size. We do things this way because the definition of FLAGSZ uses
132 #if (CONV_DL_FLAG_BUFSIZE != FLAGSZ) && !defined(__lint)
133 #define REPORT_BUFSIZE FLAGSZ
135 #error "CONV_DL_FLAG_BUFSIZE does not match FLAGSZ"
H A Dconfig.c89 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
109 * FLAGSZ is the real minimum size of the buffer required by conv_config_obj().
111 * buffer size. We do things this way because the definition of FLAGSZ uses
115 #if (CONV_CONFIG_OBJ_BUFSIZE != FLAGSZ) && !defined(__lint)
116 #define REPORT_BUFSIZE FLAGSZ
118 #error "CONV_CONFIG_OBJ_BUFSIZE does not match FLAGSZ"
H A Dsyminfo.c39 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
55 * FLAGSZ is the real minimum size of the buffer required by
58 * this way because the definition of FLAGSZ uses information that
62 #if (CONV_SYMINFO_FLAGS_BUFSIZE != FLAGSZ) && !defined(__lint)
63 #define REPORT_BUFSIZE FLAGSZ
65 #error "CONV_SYMINFO_FLAGS_BUFSIZE does not match FLAGSZ"
H A Dsections.c401 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
420 * FLAGSZ is the real minimum size of the buffer required by
423 * way because the definition of FLAGSZ uses information that is not
427 #if (CONV_SEC_FLAGS_BUFSIZE != FLAGSZ) && !defined(__lint)
428 #define REPORT_BUFSIZE FLAGSZ
430 #error "CONV_SEC_FLAGS_BUFSIZE does not match FLAGSZ"
H A Ddynamic.c112 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
123 * FLAGSZ is the real minimum size of the buffer required by
126 * way because the definition of FLAGSZ uses information that is not
130 #if (CONV_DYN_FLAG_BUFSIZE != FLAGSZ) && !defined(__lint)
131 #define REPORT_BUFSIZE FLAGSZ
133 #error "CONV_DYN_FLAG_BUFSIZE does not match FLAGSZ"
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c36 #define FLAGSZ 16 macro
44 char flagstr[FLAGSZ], sndxstr[NDXSZ], dndxstr[NDXSZ];
110 (void) snprintf(&flagstr[flgndx], FLAGSZ - flgndx,
H A Dtls.c35 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
45 static char flagstr[FLAGSZ];

Completed in 74 milliseconds