Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dscanf_kunit.c47 #define _check_numbers_template(arg_fmt, expect, str, fmt, n_args, ap) \ macro
65 _check_numbers_template("%llu", pval, string, fmt, n_args, ap); in check_ull()
73 _check_numbers_template("%lld", pval, string, fmt, n_args, ap); in check_ll()
82 _check_numbers_template("%lu", pval, string, fmt, n_args, ap); in check_ulong()
90 _check_numbers_template("%ld", pval, string, fmt, n_args, ap); in check_long()
98 _check_numbers_template("%u", pval, string, fmt, n_args, ap); in check_uint()
106 _check_numbers_template("%d", pval, string, fmt, n_args, ap); in check_int()
115 _check_numbers_template("%hu", pval, string, fmt, n_args, ap); in check_ushort()
124 _check_numbers_template("%hd", pval, string, fmt, n_args, ap); in check_short()
133 _check_numbers_template("%hhu", pval, string, fmt, n_args, ap); in check_uchar()
[all …]