Lines Matching defs:formatf
645 * formatf() - the general printf function.
660 static int formatf(
1068 retcode = formatf(&info, addbyter, format, ap_save);
1112 (void)formatf(&info, alloc_addbyter, format, ap_save);
1128 (void)formatf(&info, alloc_addbyter, format, ap_save);
1161 retcode = formatf(&buffer, storebuffer, format, ap_save);
1183 retcode = formatf(stdout, fputc_wrapper, format, ap_save);
1193 retcode = formatf(whereto, fputc_wrapper, format, ap_save);
1200 int retcode = formatf(&buffer, storebuffer, format, ap_save);
1207 return formatf(stdout, fputc_wrapper, format, ap_save);
1212 return formatf(whereto, fputc_wrapper, format, ap_save);