Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c698 static const char buf10[] = "a1037aegi"; in ZTEST() local
725 ret = strtol(buf10, NULL, 10); in ZTEST()
785 static const char buf10[] = "a1037aegi"; in ZTEST() local
812 ret = strtoul(buf10, NULL, 10); in ZTEST()
867 static const char buf10[] = "a1037aegi"; in test_strtoll() local
894 ret = strtoll(buf10, NULL, 10); in test_strtoll()
947 static const char buf10[] = "a1037aegi"; in test_strtoull() local
974 ret = strtoull(buf10, NULL, 10); in test_strtoull()