Searched refs:expect_val (Results 1 – 2 of 2) sorted by relevance
63 ulong expect_val, int expect_endp_offset, bool upper) in run_strtoul() argument74 ut_asserteq(expect_val, val); in run_strtoul()117 unsigned long long expect_val, int expect_endp_offset, in run_strtoull() argument129 ut_asserteq(expect_val, val); in run_strtoull()
550 def check_script(intext, expect_val): argument563 if expect_val is not None:564 expect = '#define CONFIG_EXTRA_ENV_TEXT "%s"\n' % expect_val
Completed in 9 milliseconds