Searched refs:PASSED (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/tests/sys/capsicum/
H A Dfunctional.sh42 atf_check -s exit:0 -o match:PASSED -e ignore \
54 atf_check -s exit:0 -o match:PASSED -e ignore \
/freebsd-13-stable/tools/regression/security/cap_test/
H A Dcap_test_pdkill.c59 exit(PASSED);
65 int success = PASSED;
95 if ((success == PASSED) && WIFEXITED(status))
H A Dcap_test.h46 #define PASSED 0 macro
113 if ((success == PASSED) && (rights != max)) \
123 if ((success == PASSED) && (_rights != (rights))) \
130 * either PASSED or FAILED.
H A Dcap_test_sysctl.c58 int success = PASSED;
H A Dcap_test_pdfork.c62 int success = PASSED;
107 if ((success == PASSED) && WIFEXITED(status))
H A Dcap_test.c118 (result == PASSED) ? "ok" : "not ok",
H A Dcap_test_fcntl.c66 int success = PASSED;
H A Dcap_test_relative.c58 int success = PASSED;
H A Dcap_test_capabilities.c70 success = PASSED; \
96 success = PASSED; \
419 if (success == PASSED) \
436 int success = PASSED;
H A Dcap_test_capmode.c72 int success = PASSED;
/freebsd-13-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c39 #define PASSED 0 macro
221 printf("PASSED\n");
222 return (PASSED);
250 printf("PASSED\n");
252 return (PASSED);
278 printf("PASSED\n");
280 exit(PASSED);
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2057 WARNING: `uname -sr` HAS PASSED ITS END-OF-LIFE DATE.
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp15493 const char* passedString() { return "PASSED"; }
15807 passOrFail = "PASSED";

Completed in 249 milliseconds