Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c699 static const char str_normal[] = "-1011 This stopped it"; in ZTEST() local
728 ret = strtol(str_normal, &stop, 10); in ZTEST()
786 static const char str_normal[] = "-1011 This stopped it"; in ZTEST() local
815 ret = strtoul(str_normal, &stop, 10); in ZTEST()
868 static const char str_normal[] = "-1011 This stopped it"; in test_strtoll() local
897 ret = strtoll(str_normal, &stop, 10); in test_strtoll()
948 static const char str_normal[] = "-1011 This stopped it"; in test_strtoull() local
977 ret = strtoull(str_normal, &stop, 10); in test_strtoull()