Home
last modified time | relevance | path

Searched refs:str_found (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
Du_printf.c50 const char *str_found = str + pos; in util_printf_next_spec_pos() local
52 str_found = strchr(str_found, '%'); in util_printf_next_spec_pos()
53 if (str_found == NULL) in util_printf_next_spec_pos()
56 ++str_found; in util_printf_next_spec_pos()
57 if (*str_found == '%') { in util_printf_next_spec_pos()
58 ++str_found; in util_printf_next_spec_pos()
62 char *spec_pos = strpbrk(str_found, "cdieEfFgGaAosuxXp%"); in util_printf_next_spec_pos()
66 str_found = spec_pos; in util_printf_next_spec_pos()