Lines Matching refs:cb
220 printfCb cb, in PrintOutputdifFobpu() argument
230 cb(buf, count, schar, 1); in PrintOutputdifFobpu()
233 cb(buf, count, '0', (int)field_width - (int)vlen); in PrintOutputdifFobpu()
240 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu()
243 cb(buf, count, schar, 1); in PrintOutputdifFobpu()
251 cb(buf, count, schar, 1); in PrintOutputdifFobpu()
254 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu()
258 cb(buf, count, *vstrp--, 1); in PrintOutputdifFobpu()
263 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputdifFobpu()
273 printfCb cb, in PrintOutputxX() argument
283 cb(buf, count, '0', 1); in PrintOutputxX()
284 cb(buf, count, (use_caps ? 'X' : 'x'), 1); in PrintOutputxX()
287 cb(buf, count, '0', (int)field_width - (int)vlen); in PrintOutputxX()
298 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputxX()
301 cb(buf, count, '0', 1); in PrintOutputxX()
302 cb(buf, count, (use_caps ? 'X' : 'x'), 1); in PrintOutputxX()
310 cb(buf, count, '0', 1); in PrintOutputxX()
311 cb(buf, count, (use_caps ? 'X' : 'x'), 1); in PrintOutputxX()
315 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputxX()
319 cb(buf, count, *vstrp--, 1); in PrintOutputxX()
324 cb(buf, count, ' ', (int)field_width - (int)vlen); in PrintOutputxX()
863 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf() argument
914 cb(buf, &count, c, 1); in StrFormatPrintf()
961 … PrintOutputdifFobpu(flags_used, field_width, (unsigned int)vlen, schar, vstrp, cb, buf, &count); in StrFormatPrintf()
963 … PrintOutputdifFobpu(0U, field_width, (unsigned int)vlen, '\0', vstrp, cb, buf, &count); in StrFormatPrintf()
976 … PrintOutputdifFobpu(flags_used, field_width, (unsigned int)vlen, schar, vstrp, cb, buf, &count); in StrFormatPrintf()
978 … PrintOutputdifFobpu(0, field_width, (unsigned int)vlen, '\0', vstrp, cb, buf, &count); in StrFormatPrintf()
1000 … PrintOutputxX(flags_used, field_width, (unsigned int)vlen, use_caps, vstrp, cb, buf, &count); in StrFormatPrintf()
1002 PrintOutputxX(0U, field_width, (uint32_t)vlen, use_caps, vstrp, cb, buf, &count); in StrFormatPrintf()
1034 … PrintOutputdifFobpu(flags_used, field_width, (unsigned int)vlen, '\0', vstrp, cb, buf, &count); in StrFormatPrintf()
1036 PrintOutputdifFobpu(0U, field_width, (uint32_t)vlen, '\0', vstrp, cb, buf, &count); in StrFormatPrintf()
1042 cb(buf, &count, cval, 1); in StrFormatPrintf()
1058 cb(buf, &count, ' ', (int)field_width - (int)vlen); in StrFormatPrintf()
1066 cb(buf, &count, *sval++, 1); in StrFormatPrintf()
1077 cb(buf, &count, *sval++, 1); in StrFormatPrintf()
1086 cb(buf, &count, ' ', (int)field_width - vlen); in StrFormatPrintf()
1093 cb(buf, &count, c, 1); in StrFormatPrintf()