Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c697 static const char buf9[] = "A1037aegi"; in ZTEST() local
723 ret = strtol(buf9, NULL, 10); in ZTEST()
784 static const char buf9[] = "A1037aegi"; in ZTEST() local
810 ret = strtoul(buf9, NULL, 10); in ZTEST()
866 static const char buf9[] = "A1037aegi"; in test_strtoll() local
892 ret = strtoll(buf9, NULL, 10); in test_strtoll()
946 static const char buf9[] = "A1037aegi"; in test_strtoull() local
972 ret = strtoull(buf9, NULL, 10); in test_strtoull()