Home
last modified time | relevance | path

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

/NextBSD/tools/regression/security/open_to_operation/
HDopen_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()
255 check_fchdir(const char *testname, const char *path, const int *modes, in check_fchdir()
279 check_fchflags(const char *testname, const char *path, const int *modes, in check_fchflags()
303 check_fchmod(const char *testname, const char *path, int setmode, in check_fchmod()
327 check_fchown(const char *testname, const char *path, const int *modes, in check_fchown()
351 check_flock(const char *testname, const char *path, const int *modes, in check_flock()
[all …]
/NextBSD/tools/regression/sockets/sigpipe/
HDsigpipe.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()
/NextBSD/tests/sys/fifo/
HDfifo_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 …]
HDfifo_create.c96 const char *testname; in fifo_create_test() local
207 const char *testname; in fifo_permission_test() local
HDfifo_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()
/NextBSD/crypto/heimdal/lib/roken/
HDtest-mem.c67 char *testname; variable
/NextBSD/contrib/apr-util/test/
HDabts.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()
/NextBSD/tools/regression/sockets/kqueue/
HDkqueue.c58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ argument
/NextBSD/contrib/expat/tests/
HDminicheck.h29 #define START_TEST(testname) static void testname(void) { \ argument
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_pax_filename_encoding.c46 static const char testname[] = "test_pax_filename_encoding.tar"; in test_pax_filename_encoding_1() local
/NextBSD/tools/regression/sockets/unix_gc/
HDunix_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()