Searched refs:fmt_pos (Results 1 – 4 of 4) sorted by relevance
925 ctx->fmt_pos = 0; in lws_lec_init()1307 if (ctx->fmt_pos >= fl) { in lws_lec_vsprintf()1312 c = fmt[ctx->fmt_pos]; in lws_lec_vsprintf()1321 n = format_scan(&fmt[ctx->fmt_pos]); in lws_lec_vsprintf()1328 n = format_scan(&fmt[ctx->fmt_pos]); in lws_lec_vsprintf()1369 n = format_scan(&fmt[ctx->fmt_pos]); in lws_lec_vsprintf()1493 ctx->fmt_pos++; in lws_lec_vsprintf()1505 ctx->fmt_pos++; in lws_lec_vsprintf()1523 ctx->fmt_pos++; in lws_lec_vsprintf()1524 if (ctx->fmt_pos >= fl) in lws_lec_vsprintf()[all …]
64 size_t fmt_pos = 0; in print_formatted() local66 const size_t spec_pos = util_printf_next_spec_pos(format.c_str(), fmt_pos); in print_formatted()165 fmt_pos = spec_pos; in print_formatted()
817 size_t fmt_pos = 0; in handle_printf() local823 fmt_pos = util_printf_next_spec_pos(info->strings, fmt_pos); in handle_printf()824 if (fmt_pos != -1 && info->strings[fmt_pos] == 's') { in handle_printf()
344 unsigned int fmt_pos; member