Searched refs:next_tok (Results 1 – 3 of 3) sorted by relevance
45 size_t next_tok, spec_pos; in util_printf_next_spec_pos() local57 next_tok = s.find_first_of('%', pos + 1); in util_printf_next_spec_pos()60 if (spec_pos < next_tok) in util_printf_next_spec_pos()
69 const size_t next_tok = next_spec == std::string::npos ? std::string::npos : in print_formatted() local158 if (next_tok != spec_pos) { in print_formatted()160 next_tok - spec_pos - 1); in print_formatted()166 fmt_last_pos = next_tok; in print_formatted()
36 const char* next_tok = strchr(str, ' '); in parse_map() local38 if (const auto len = next_tok ? (next_tok - str) : strlen(str)) { in parse_map()