| /llvm-project-15.0.7/libc/AOR_v20.02/string/test/ |
| H A D | strlen.c | 38 static int test_status; variable 39 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 79 test_status = 0; in main() 87 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 88 if (test_status) in main()
|
| H A D | memchr.c | 35 static int test_status; variable 36 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 79 test_status = 0; in main() 89 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 90 if (test_status) in main()
|
| H A D | strnlen.c | 35 static int test_status; variable 36 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 77 test_status = 0; in main() 89 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 90 if (test_status) in main()
|
| H A D | strrchr.c | 33 static int test_status; variable 34 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 80 test_status = 0; in main() 93 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 94 if (test_status) in main()
|
| H A D | strchrnul.c | 35 static int test_status; variable 36 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 82 test_status = 0; in main() 95 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 96 if (test_status) in main()
|
| H A D | strchr.c | 34 static int test_status; variable 35 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 81 test_status = 0; in main() 94 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 95 if (test_status) in main()
|
| H A D | strcpy.c | 34 static int test_status; variable 35 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 86 test_status = 0; in main() 95 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 96 if (test_status) in main()
|
| H A D | memcmp.c | 32 static int test_status; variable 33 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 79 test_status = 0; in main() 92 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 93 if (test_status) in main()
|
| H A D | stpcpy.c | 33 static int test_status; variable 34 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 85 test_status = 0; in main() 94 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 95 if (test_status) in main()
|
| H A D | memcpy.c | 34 static int test_status; variable 35 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 85 test_status = 0; in main() 94 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 95 if (test_status) in main()
|
| H A D | strcmp.c | 38 static int test_status; variable 39 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 86 test_status = 0; in main() 99 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 100 if (test_status) in main()
|
| H A D | memset.c | 31 static int test_status; variable 32 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 93 test_status = 0; in main() 107 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 108 if (test_status) in main()
|
| H A D | strncmp.c | 32 static int test_status; variable 33 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 82 test_status = 0; in main() 99 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 100 if (test_status) in main()
|
| H A D | memmove.c | 32 static int test_status; variable 33 #define ERR(...) (test_status=1, printf(__VA_ARGS__)) 127 test_status = 0; in main() 140 printf("%s %s\n", test_status ? "FAIL" : "PASS", funtab[i].name); in main() 141 if (test_status) in main()
|
| /llvm-project-15.0.7/lldb/test/API/commands/platform/basic/ |
| H A D | TestPlatformCommand.py | 45 def test_status(self): member in PlatformCommandTestCase
|