/picolibc-latest/test/ |
D | test-strerrorlen_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-memset_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-strnlen_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-sprintf_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-strerror_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-memmove_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-memcpy_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-strcat_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-strcpy_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-strncpy_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
D | test-strncat_s.c | 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument 56 if ((!(cond)) || (handler_res == 1)) { \
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | ssp.h | 62 #define __ssp_redirect_raw(rtype, fun, args, call, cond, bos) \ argument 65 if (cond) \
|
D | wchar.h | 11 #define __ssp_redirect_wc(rtype, fun, args, call, cond, bos) \ argument 14 if (cond) \
|
/picolibc-latest/newlib/libc/include/sys/ |
D | cdefs.h | 133 #define __builtin_expect(cond, exp) (cond) argument
|