Searched refs:_fmt_flags (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | _conv.h | 72 #define CONV_XWORD_64TEST(_value, _fmt_flags, _inv_buf) \ argument 74 return (conv_invalid_val(_inv_buf, _value, _fmt_flags)) 76 #define CONV_XWORD_64TEST(_value, _fmt_flags, _inv_buf)
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | conv.h | 1126 #define conv_expn_field(_arg, _vdp, _fmt_flags) \ argument 1127 _conv_expn_field(_arg, _vdp, _fmt_flags, MSG_SGS_LOCAL_ARRAY) 1129 #define conv_expn_field2(_arg, _osabi, _mach, _vdp, _fmt_flags) \ argument 1130 _conv_expn_field2(_arg, _osabi, _mach, _vdp, _fmt_flags, \ 1142 #define conv_map_ds(_osabi, _mach, _value, _dsp, _fmt_flags, _inv_buf) \ argument 1143 _conv_map_ds(_osabi, _mach, _value, _dsp, _fmt_flags, _inv_buf, \
|