Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c694 static const char buf6[] = "01037aegi"; in ZTEST() local
717 ret = strtol(buf6, NULL, 0); in ZTEST()
781 static const char buf6[] = "01037aegi"; in ZTEST() local
804 ret = strtoul(buf6, NULL, 0); in ZTEST()
863 static const char buf6[] = "01037aegi"; in test_strtoll() local
886 ret = strtoll(buf6, NULL, 0); in test_strtoll()
943 static const char buf6[] = "01037aegi"; in test_strtoull() local
966 ret = strtoull(buf6, NULL, 0); in test_strtoull()