Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c700 static const char str_abnormal[] = "ABCDEFGH"; in ZTEST() local
732 ret = strtol(str_abnormal, &stop, 0); in ZTEST()
787 static const char str_abnormal[] = "ABCDEFGH"; in ZTEST() local
819 ret = strtoul(str_abnormal, &stop, 0); in ZTEST()
869 static const char str_abnormal[] = "ABCDEFGH"; in test_strtoll() local
901 ret = strtoll(str_abnormal, &stop, 0); in test_strtoll()
949 static const char str_abnormal[] = "ABCDEFGH"; in test_strtoull() local
982 ret = strtoull(str_abnormal, &stop, 0); in test_strtoull()