Home
last modified time | relevance | path

Searched defs:testname (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c131 ok_mode(const char *testname, const char *comment, int mode) in ok_mode()
143 notok_mode(const char *testname, const char *comment, int mode) in notok_mode()
159 try_directory_open(const char *testname, const char *directory, in try_directory_open()
203 check_dup(const char *testname, const char *path, const int *modes, in check_dup()
229 check_dup2(const char *testname, const char *path, const int *modes, in check_dup2()
303 check_fchmod(const char *testname, const char *path, int setmode, in check_fchmod()
636 check_getdents(const char *testname, const char *path, int isdir, in check_getdents()
676 check_sendfile(const char *testname, const char *path, int isdir, in check_sendfile()
772 check_write(const char *testname, write_fn fn, const char *path, in check_write()
858 check_read(const char *testname, read_fn fn, const char *path, in check_read()
[all …]
/freebsd-13.1/tools/regression/sockets/sigpipe/
H A Dsigpipe.c79 signal_setup(const char *testname) in signal_setup()
88 test_send(const char *testname, int sock) in test_send()
104 test_write(const char *testname, int sock) in test_write()
120 test_send_wantsignal(const char *testname, int sock1, int sock2) in test_send_wantsignal()
135 test_send_dontsignal(const char *testname, int sock1, int sock2) in test_send_dontsignal()
154 test_write_wantsignal(const char *testname, int sock1, int sock2) in test_write_wantsignal()
169 test_write_dontsignal(const char *testname, int sock1, int sock2) in test_write_dontsignal()
/freebsd-13.1/tests/sys/fifo/
H A Dfifo_io.c101 makefifo(const char *fifoname, const char *testname) in makefifo()
170 set_nonblocking(int fd, const char *testname) in set_nonblocking()
191 set_blocking(int fd, const char *testname) in set_blocking()
216 drain_fd(int fd, const char *testname) in drain_fd()
316 int timeout, int *timedoutp, const char *testname) in timed_write()
356 int timeout, int *timedoutp, const char *testname) in timed_read()
865 const char *testname) in poll_status()
885 const char *testname) in select_status()
914 kqueue_setup(int kqueue_fd, int fd, const char *testname) in kqueue_setup()
954 int *exception, const char *testname) in kqueue_status()
[all …]
H A Dfifo_create.c96 const char *testname; in fifo_create_test() local
207 const char *testname; in fifo_permission_test() local
H A Dfifo_misc.c64 makefifo(const char *fifoname, const char *testname) in makefifo()
153 test_ioctl_setclearflag(int fd, unsigned long flag, const char *testname, in test_ioctl_setclearflag()
/freebsd-13.1/contrib/sendmail/libsm/
H A Dtest.c60 sm_test_begin(argc, argv, testname) in sm_test_begin() argument
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dtest-mem.c67 char *testname; variable
/freebsd-13.1/contrib/apr-util/test/
H A Dabts.c31 static int find_test_name(const char *testname) { in find_test_name()
42 static int should_test_run(const char *testname) { in should_test_run()
/freebsd-13.1/tools/regression/sockets/kqueue/
H A Dkqueue.c58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ argument
/freebsd-13.1/contrib/expat/tests/
H A Dminicheck.h59 #define START_TEST(testname) \ argument
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/nvlist_to_lua/
H A Dnvlist_to_lua.c86 test(const char *testname, boolean_t expect_success, boolean_t expect_match) in test()
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_pax_filename_encoding.c46 static const char testname[] = "test_pax_filename_encoding.tar"; in test_pax_filename_encoding_1() local
/freebsd-13.1/tools/regression/sockets/unix_gc/
H A Dunix_gc.c304 twosome_drop_work(const char *testname, int sendvia, int tosend, int closefirst) in twosome_drop_work()
451 fivesome_drop_work(const char *testname, int close_spare_after_send, in fivesome_drop_work()
/freebsd-13.1/lib/libcasper/services/cap_net/
H A Dcap_net.c713 const char *testname, *testsrvname; in net_allowed_hosts() local