Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_set_filter_option.c29 #define should( global() macro
H A Dtest_archive_read_set_options.c29 #define should( global() macro
[all...]
H A Dtest_archive_write_set_filter_option.c29 #define should( global() macro
H A Dtest_archive_write_set_options.c29 #define should( global() macro
[all...]
H A Dtest_archive_read_set_format_option.c29 #define should( global() macro
[all...]
H A Dtest_archive_read_set_option.c29 #define should( global() macro
[all...]
H A Dtest_archive_write_set_format_option.c29 #define should( global() macro
[all...]
H A Dtest_archive_write_set_option.c29 #define should( global() macro
[all...]
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c238 char *should[NSHOULD]; in try() local
425 check(char *str, regmatch_t sub, char *should) in check()
/freebsd/lib/libc/regex/grot/
H A Dmain.c209 char *should[NSHOULD]; in try() local
391 check(char *str, regmatch_t sub, char *should) in check()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h770 void set_should_run(bool should) { should_run_ = should; } in set_should_run()