Searched refs:skip_atoi (Results 1 – 4 of 4) sorted by relevance
26 static int skip_atoi(const char **s) in skip_atoi() function149 field_width = skip_atoi(&fmt); in vsprintf()165 precision = skip_atoi(&fmt); in vsprintf()
17 static int skip_atoi(const char **s) in skip_atoi() function170 field_width = skip_atoi(&fmt); in guest_vsnprintf()186 precision = skip_atoi(&fmt); in guest_vsnprintf()
62 static int skip_atoi(const char **s) in skip_atoi() function185 field_width = skip_atoi(&fmt); in vsprintf()201 precision = skip_atoi(&fmt); in vsprintf()
23 int skip_atoi(const char **s) in skip_atoi() function185 return skip_atoi(fmt); in get_int()