Home
last modified time | relevance | path

Searched refs:skip_atoi (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c17 static int skip_atoi(const char **s) in skip_atoi() function
170 field_width = skip_atoi(&fmt); in guest_vsnprintf()
186 precision = skip_atoi(&fmt); in guest_vsnprintf()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/lib/
H A Dvsprintf.c156 int skip_atoi(const char **s) in skip_atoi() function
2420 spec->field_width = skip_atoi(&fmt); in format_decode()
2433 spec->precision = skip_atoi(&fmt); in format_decode()
3319 field_width = skip_atoi(&fmt); in vsscanf()
/kernel/linux/linux-6.6/lib/
H A Dvsprintf.c163 int skip_atoi(const char **s) in skip_atoi() function
2591 spec->field_width = skip_atoi(&fmt); in format_decode()
2604 spec->precision = skip_atoi(&fmt); in format_decode()
3493 field_width = skip_atoi(&fmt); in vsscanf()

Completed in 18 milliseconds