Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c693 static const char buf5[] = "0X10379aegi"; in ZTEST() local
715 ret = strtol(buf5, NULL, 0); in ZTEST()
780 static const char buf5[] = "0X10379aegi"; in ZTEST() local
802 ret = strtoul(buf5, NULL, 0); in ZTEST()
862 static const char buf5[] = "0X10379aegi"; in test_strtoll() local
884 ret = strtoll(buf5, NULL, 0); in test_strtoll()
942 static const char buf5[] = "0X10379aegi"; in test_strtoull() local
964 ret = strtoull(buf5, NULL, 0); in test_strtoull()