Home
last modified time | relevance | path

Searched defs:should (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_write_set_options.c28 #define should(__a, __code, __opts) \ macro
H A Dtest_archive_read_set_options.c28 #define should(__a, __code, __opts) \ macro
H A Dtest_archive_write_set_filter_option.c28 #define should(__a, __code, __m, __o, __v) \ macro
H A Dtest_archive_read_set_filter_option.c28 #define should(__a, __code, __m, __o, __v) \ macro
H A Dtest_archive_read_set_option.c28 #define should(__a, __code, __m, __o, __v) \ macro
H A Dtest_archive_read_set_format_option.c28 #define should(__a, __code, __m, __o, __v) \ macro
H A Dtest_archive_write_set_option.c28 #define should(__a, __code, __m, __o, __v) \ macro
H A Dtest_archive_write_set_format_option.c28 #define should(__a, __code, __m, __o, __v) \ macro
/netbsd-src/tests/lib/libc/regex/
H A Dmain.c250 char *should[NSHOULD]; in try() local
439 check(char *str, regmatch_t sub, char *should) in check()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h926 void set_should_run(bool should) { should_run_ = should; } in set_should_run()