Searched refs:str_abnormal (Results 1 – 1 of 1) sorted by relevance
700 static const char str_abnormal[] = "ABCDEFGH"; in ZTEST() local732 ret = strtol(str_abnormal, &stop, 0); in ZTEST()787 static const char str_abnormal[] = "ABCDEFGH"; in ZTEST() local819 ret = strtoul(str_abnormal, &stop, 0); in ZTEST()869 static const char str_abnormal[] = "ABCDEFGH"; in test_strtoll() local901 ret = strtoll(str_abnormal, &stop, 0); in test_strtoll()949 static const char str_abnormal[] = "ABCDEFGH"; in test_strtoull() local982 ret = strtoull(str_abnormal, &stop, 0); in test_strtoull()