Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtest-strerrorlen_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-memset_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-strnlen_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-sprintf_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-strerror_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-memmove_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-memcpy_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-strcat_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-strcpy_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-strncpy_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
Dtest-strncat_s.c55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
56 if ((!(cond)) || (handler_res == 1)) { \
/picolibc-latest/newlib/libc/include/ssp/
Dssp.h62 #define __ssp_redirect_raw(rtype, fun, args, call, cond, bos) \ argument
65 if (cond) \
Dwchar.h11 #define __ssp_redirect_wc(rtype, fun, args, call, cond, bos) \ argument
14 if (cond) \
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h133 #define __builtin_expect(cond, exp) (cond) argument