Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/freebsd/contrib/mandoc/
H A Deqn_html.c37 struct tag *post, *row, *cell, *t; in eqn_box() local
47 post = NULL; in eqn_box()
126 assert(NULL == post); in eqn_box()
136 assert(NULL == post); in eqn_box()
143 assert(NULL == post); in eqn_box()
149 assert(post == NULL); in eqn_box()
184 post = print_otag(p, tag, ""); in eqn_box()
200 } else if (NULL == post) { in eqn_box()
205 if (NULL == post) in eqn_box()
225 if (NULL != post) in eqn_box()
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D26-tls13_client_auth.cnf11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake
12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake
13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake
15 test-10 = 10-client-auth-TLSv1.3-noroot-post-handshake
210 [6-client-auth-TLSv1.3-request-post-handshake]
213 [6-client-auth-TLSv1.3-request-post-handshake-ssl]
239 [7-client-auth-TLSv1.3-require-fail-post-handshake]
269 [8-client-auth-TLSv1.3-require-post-handshake]
272 [8-client-auth-TLSv1.3-require-post-handshake-ssl]
352 [10-client-auth-TLSv1.3-noroot-post-handshake]
[all …]
H A D26-tls13_client_auth.cnf.in12 ## TLSv1.3 and post-handshake authentication
133 name => "client-auth-TLSv1.3-request-post-handshake",
149 name => "client-auth-TLSv1.3-require-fail-post-handshake",
166 name => "client-auth-TLSv1.3-require-post-handshake",
193 name => "client-auth-TLSv1.3-require-non-empty-names-post-handshake",
221 name => "client-auth-TLSv1.3-noroot-post-handshake",
243 name => "client-auth-TLSv1.3-request-force-client-post-handshake",
262 name => "client-auth-TLSv1.3-request-force-server-post-handshake",
281 name => "client-auth-TLSv1.3-request-force-both-post-handshake",
/freebsd/contrib/atf/atf-c/detail/
H A Dsanity_test.c51 enum type { inv, pre, post, unreachable }; enumerator
75 case post: in do_test_child()
134 case post: in do_test()
192 ATF_TC(post);
193 ATF_TC_HEAD(post, tc) in ATF_TC_HEAD() argument
197 ATF_TC_BODY(post, tc) in ATF_TC_BODY() argument
201 do_test(post, false); in ATF_TC_BODY()
202 do_test(post, true); in ATF_TC_BODY()
226 ATF_TP_ADD_TC(tp, post); in ATF_TP_ADD_TCS()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.d40 sysevent:::post
47 sysevent:::post
55 sysevent:::post
63 sysevent:::post
70 sysevent:::post
77 sysevent:::post
H A Dtst.post.d40 sysevent:::post
48 sysevent:::post
56 sysevent:::post
64 sysevent:::post
71 sysevent:::post
78 sysevent:::post
/freebsd/contrib/bmake/unit-tests/
H A Darchive.mk34 create-archive: ${ARCHIVE} pre post
40 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
44 list-archive: ${ARCHIVE} pre post
51 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
54 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
57 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
60 remove-archive: pre post
65 post: .USE
H A Ddir.mk63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post:
94 .PHONY: fetch fetch-post extract extract-post
/freebsd/contrib/bmake/
H A Dimport.sh84 post=$SB/tmp/bmake-post.sh
91 if [ -s $post ]; then
92 last=`sed -n '/ tag/s,.*/,bmake-,p' $post`
117 } > $post
120 echo "After you commit, run $post"
H A D_strtol.h50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME()
51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
/freebsd/crypto/openssl/crypto/
H A Dcore_algorithm.c25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member
81 if (data->post == NULL) { in algorithm_do_map()
84 } else if (!data->post(provider, cur_operation, no_store, data->data, in algorithm_do_map()
146 int (*post)(OSSL_PROVIDER *, int operation_id, in ossl_algorithm_do_all()
158 cbdata.post = post; in ossl_algorithm_do_all()
/freebsd/crypto/openssl/util/
H A Dwithlibctx.pl81 my $post = shift @rets;
85 print ')'.$post."\n";
133 my $post = shift @rets;
135 $inline = $post;
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dstringtest.h32 const char *post = "\""; in quoteat() local
43 post = "\"..."; in quoteat()
48 printf ("%s\n", post); in quoteat()
/freebsd/sys/kern/
H A Dvnode_if.src88 %! create post vop_create_post
112 %! mknod post vop_mknod_post
123 %! open post vop_open_post
135 %! close post vop_close_post
223 %! read post vop_read_post
246 %! write post VOP_WRITE_POST
308 %! remove post vop_remove_post
320 %! link post vop_link_post
330 %! rename post vop_rename_post
345 %! mkdir post vop_mkdir_post
[all …]
/freebsd/sys/contrib/openzfs/.github/
H A Dcodecov.yml3 require_ci_to_pass: false # always post
22 behavior: once # update if exists; post new; skip if deleted
23 require_changes: yes # only post when coverage changes
/freebsd/sys/arm/freescale/imx/
H A Dimx_spi.c169 u_int post, pre; in spi_calc_clockdiv() local
179 for (post = 0; post < 16; ++post) { in spi_calc_clockdiv()
180 pre = ((sc->basefreq >> post) / busfreq) - 1; in spi_calc_clockdiv()
184 if (post == 16) { in spi_calc_clockdiv()
187 post = 15; in spi_calc_clockdiv()
193 sc->basefreq, busfreq, pre, post, in spi_calc_clockdiv()
194 (sc->basefreq / (pre + 1)) / (1 << post)); in spi_calc_clockdiv()
197 return (pre << CTLREG_PREDIV_SHIFT) | (post << CTLREG_POSTDIV_SHIFT); in spi_calc_clockdiv()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh75 check_pool $pool_name post > /dev/null
77 $TEST_BASE_DIR/pool-checksums.$pool_name.post
79 $TEST_BASE_DIR/pool-checksums.$pool_name.post
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh87 check_pool $POOL_NAME post > /dev/null
92 $TMPDIR/pool-checksums.$POOL_NAME.post
94 $RM $TMPDIR/pool-checksums.$POOL_NAME.pre $TMPDIR/pool-checksums.$POOL_NAME.post
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dkeystone-pll.txt4 a divider and a post divider. The additional PLL IPs like ARMPLL, DDRPLL
18 - reg-names : control, multiplier and post-divider. The multiplier and
19 post-divider registers are applicable only for main pll clock
20 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits
29 reg-names = "control", "multiplier", "post-divider";
/freebsd/cddl/usr.sbin/dtrace/tests/common/sysevent/
H A DMakefile8 tst.post.d \
15 tst.post.c \
/freebsd/release/packages/
H A Dcertctl.ucl2 # XXX If pkg picks up a mechanism to detect in the post-install script
5 post-install = <<EOD
/freebsd/tools/test/stress2/misc/
H A Dmmap42.sh86 cat $mntpoint/file $mntpoint/file > $mntpoint/file.post
92 if ! cmp $mntpoint/file $mntpoint/file.post; then
94 ls -l $mntpoint/file $mntpoint/file.post
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl44 my($post,$ret);
63 else { $post=$addr; }
74 $ret .= "$post]";
H A Dx86masm.pl47 my($post,$ret);
61 else { $post=$addr; }
73 $ret .= "$post]";
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in410 pre=None, pre_user=None, post=None, post_user=None, argument
415 self.post = post or ''
440 self.pre, pre_user, self.post, post_user, self.failsafe,
448 files = [self.pre, self.pathname, self.post, self.failsafe]
481 odir = os.path.join(self.outputdir, os.path.basename(self.post))
549 if len(self.post) and not os.path.isabs(self.post):
550 self.post = os.path.join(self.pathname, self.post)
552 self.post = os.path.join(self.pathname, self.post)
554 auxfiles = [self.pre, self.post, self.failsafe]
599 odir = os.path.join(self.outputdir, os.path.basename(self.post))
[all …]

12345678910>>...21