Searched refs:skip_test (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/bmake/tests/
H A Dcommon.sh43 if ! skip_test ${N} ; then
82 skip_test() function
267 if ! skip_test ${N} ; then
302 if ! skip_test ${N} ; then
332 if ! skip_test ${N} ; then
398 if ! skip_test ${N} ; then
443 if ! skip_test ${N} ; then
/freebsd-13-stable/contrib/diff/src/
H A Dio.c100 sip (struct file_data *current, bool skip_test)
116 if (! skip_test)
818 bool skip_test = text | pretend_binary;
819 bool appears_binary = pretend_binary | sip (&filevec[0], skip_test);
822 appears_binary |= sip (&filevec[1], skip_test | appears_binary);
97 sip(struct file_data *current, bool skip_test) argument
811 bool skip_test = text | pretend_binary; local

Completed in 98 milliseconds