Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c169 ok_mode(testname, NULL, mode); in try_directory_open()
173 ok_mode(testname, NULL, mode); in try_directory_open()
220 ok_mode(testname, NULL, mode); in check_dup()
246 ok_mode(testname, NULL, mode); in check_dup2()
271 ok_mode(testname, NULL, mode); in check_fchdir()
295 ok_mode(testname, NULL, mode); in check_fchflags()
319 ok_mode(testname, NULL, mode); in check_fchmod()
343 ok_mode(testname, NULL, mode); in check_fchown()
367 ok_mode(testname, NULL, mode); in check_flock()
393 ok_mode(testname, NULL, mode); in check_fpathconf()
[all …]
/freebsd-12.1/tools/regression/sockets/sigpipe/
H A Dsigpipe.c79 signal_setup(const char *testname) in signal_setup() argument
98 err(-1, "%s: send", testname); in test_send()
114 err(-1, "%s: write", testname); in test_write()
125 signal_setup(testname); in test_send_wantsignal()
126 test_send(testname, sock2); in test_send_wantsignal()
144 signal_setup(testname); in test_send_dontsignal()
145 test_send(testname, sock2); in test_send_dontsignal()
159 signal_setup(testname); in test_write_wantsignal()
160 test_write(testname, sock2); in test_write_wantsignal()
178 signal_setup(testname); in test_write_dontsignal()
[all …]
/freebsd-12.1/tests/sys/fifo/
H A Dfifo_create.c96 const char *testname; in fifo_create_test() local
101 testname = "mkfifo"; in fifo_create_test()
103 testname = "mknod"; in fifo_create_test()
133 testname); in fifo_create_test()
139 testname); in fifo_create_test()
143 testname); in fifo_create_test()
148 testname); in fifo_create_test()
175 testname); in fifo_create_test()
178 testname); in fifo_create_test()
207 const char *testname; in fifo_permission_test() local
[all …]
H A Dfifo_io.c176 warn("%s: fcntl(fd, F_GETFL)", testname); in set_nonblocking()
191 set_blocking(int fd, const char *testname) in set_blocking() argument
216 drain_fd(int fd, const char *testname) in drain_fd() argument
221 if (set_nonblocking(fd, testname) < 0) in drain_fd()
230 warn("%s: drain_fd: read", testname); in drain_fd()
865 const char *testname) in poll_status() argument
874 warn("%s: poll", testname); in poll_status()
885 const char *testname) in select_status() argument
899 warn("%s: select", testname); in select_status()
990 warn("%s: ioctl(FIONREAD)", testname); in fionread_status()
[all …]
H A Dfifo_misc.c64 makefifo(const char *fifoname, const char *testname) in makefifo() argument
68 err(-1, "%s: makefifo: mkfifo: %s", testname, fifoname); in makefifo()
153 test_ioctl_setclearflag(int fd, unsigned long flag, const char *testname, in test_ioctl_setclearflag() argument
160 warn("%s:%s: ioctl(%s, %s, 1)", testname, __func__, fdname, in test_ioctl_setclearflag()
168 warn("%s:%s: ioctl(%s, %s, 0)", testname, __func__, fdname, in test_ioctl_setclearflag()
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dtest-mem.c67 char *testname; variable
78 (void)write(fd, testname, strlen(testname)); in segv_handler()
86 if (testname) \
87 errx(1, "test %s run recursively on %s", name, testname); \
88 testname = strdup(name); \
89 if (testname == NULL) \
184 if (testname == NULL) in rk_test_mem_free()
188 errx(1, "%s: %s underrun %x\n", testname, map_name, p[0]); in rk_test_mem_free()
195 if (testname == NULL) in rk_test_mem_free()
204 free(testname); in rk_test_mem_free()
[all …]
/freebsd-12.1/contrib/sendmail/libsm/
H A Dtest.c60 sm_test_begin(argc, argv, testname) in sm_test_begin() argument
63 char *testname;
83 (void) fprintf(stdout, Help, argv[0], testname);
/freebsd-12.1/contrib/expat/tests/
H A Dminicheck.h34 #define START_TEST(testname) static void testname(void) { \ argument
/freebsd-12.1/contrib/libucl/python/tests/
H A Dtest_validation.py46 testname = os.path.splitext(os.path.basename(jsonfile))[0]
47 setattr(cls, 'test_%s' % testname, test_gen(jsonfile))
/freebsd-12.1/contrib/apr-util/test/
H A Dabts.c31 static int find_test_name(const char *testname) { in find_test_name() argument
34 if (!strcmp(testlist[i], testname)) { in find_test_name()
42 static int should_test_run(const char *testname) { in should_test_run() argument
50 found = find_test_name(testname); in should_test_run()
/freebsd-12.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() argument
309 printf("%s\n", testname); in twosome_drop_work()
310 test = testname; in twosome_drop_work()
451 fivesome_drop_work(const char *testname, int close_spare_after_send, in fivesome_drop_work() argument
457 printf("%s\n", testname); in fivesome_drop_work()
458 test = testname; in fivesome_drop_work()
/freebsd-12.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
58 extract_reference_file(testname); in test_pax_filename_encoding_1()
63 archive_read_open_filename(a, testname, 10240)); in test_pax_filename_encoding_1()
/freebsd-12.1/tools/regression/sockets/kqueue/
H A Dkqueue.c58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ argument
/freebsd-12.1/crypto/openssh/regress/
H A DREADME.regress89 - run the individual test via ./test-exec.sh `pwd` [testname]
/freebsd-12.1/contrib/gcc/doc/
H A Dsourcebuild.texi1427 @item @var{testname}_main.@var{suffix}
1429 @file{@var{testname}_x.@var{suffix}}.
1431 @item @var{testname}_x.@var{suffix}
1433 @file{@var{testname}_y.@var{suffix}}.
1435 @item @var{testname}_y.@var{suffix}
1437 @file{@var{testname}_x.@var{suffix}}.
1505 These commands can be used in @file{@var{testname}_main.@var{suffix}}
1511 command appears in @file{@var{testname}_main.@var{suffix}} the options
/freebsd-12.1/contrib/flex/
H A DChangeLog813 instead of just the testname for the executable
3708 Added top_builddir to -I path. Changed $(srcdir)/$(testname) to
3709 ./$(testname) in 'make test' rule.