Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c695 static const char buf7[] = "1037aegi"; in ZTEST() local
719 ret = strtol(buf7, NULL, 0); in ZTEST()
782 static const char buf7[] = "1037aegi"; in ZTEST() local
806 ret = strtoul(buf7, NULL, 0); in ZTEST()
864 static const char buf7[] = "1037aegi"; in test_strtoll() local
888 ret = strtoll(buf7, NULL, 0); in test_strtoll()
944 static const char buf7[] = "1037aegi"; in test_strtoull() local
968 ret = strtoull(buf7, NULL, 0); in test_strtoull()