Home
last modified time | relevance | path

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

/src/klibc/utest/
A DTC_rt_sscanf.c18 rt_sscanf(str, "%c %c", &a, &b); in TC_rt_sscanf_char()
21 rt_sscanf(str + 2, "%c", &b); in TC_rt_sscanf_char()
29 int result = rt_sscanf(str, "%d", &value); in TC_rt_sscanf_basic_int()
38 int result = rt_sscanf(str, "%f", &value); in TC_rt_sscanf_basic_float()
47 int result = rt_sscanf(str, "%s", buffer); in TC_rt_sscanf_basic_string()
56 rt_sscanf(str, "%*s %s", a); in TC_rt_sscanf_string_with_space()
64 int result = rt_sscanf(str, "%c", &value); in TC_rt_sscanf_basic_char()
73 int result = rt_sscanf(str, "%x", &value); in TC_rt_sscanf_hex_1()
82 rt_sscanf(str, "%x %x", &a, &b); in TC_rt_sscanf_hex_2()
99 rt_sscanf(str, "%o %o", &a, &b); in TC_rt_sscanf_oct_2()
[all …]
/src/klibc/
A Dkstdio.c105 int rt_sscanf(const char *str, const char *format, ...) in rt_sscanf() function
116 RTM_EXPORT(rt_sscanf);

Completed in 4 milliseconds