Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dprintf.c18 static int skip_atoi(const char **s) in skip_atoi() function
159 field_width = skip_atoi(&fmt); in vsprintf()
175 precision = skip_atoi(&fmt); in vsprintf()
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dstdio.c26 static int skip_atoi(const char **s) in skip_atoi() function
149 field_width = skip_atoi(&fmt); in vsprintf()
165 precision = skip_atoi(&fmt); in vsprintf()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dstdio.c62 static int skip_atoi(const char **s) in skip_atoi() function
185 field_width = skip_atoi(&fmt); in vsprintf()
201 precision = skip_atoi(&fmt); in vsprintf()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dvsprintf.c23 int skip_atoi(const char **s) in skip_atoi() function
185 return skip_atoi(fmt); in get_int()
/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c30 static int skip_atoi(const char **s) in skip_atoi() function
531 field_width = skip_atoi(&fmt); in vsnprintf_internal()
547 precision = skip_atoi(&fmt); in vsnprintf_internal()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c160 int skip_atoi(const char **s) in skip_atoi() function
2453 spec->field_width = skip_atoi(&fmt); in format_decode()
2466 spec->precision = skip_atoi(&fmt); in format_decode()
3352 field_width = skip_atoi(&fmt); in vsscanf()