Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 502) 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()
69 post = print_otag(p, TAG_MTABLE, ""); in eqn_box()
98 post = print_otag(p, TAG_MOVER, ""); in eqn_box()
101 post = print_otag(p, TAG_MSUP, ""); in eqn_box()
104 post = print_otag(p, TAG_MUNDER, ""); in eqn_box()
107 post = print_otag(p, TAG_MSUB, ""); in eqn_box()
110 post = print_otag(p, TAG_MFRAC, ""); in eqn_box()
113 post = print_otag(p, TAG_MUNDEROVER, ""); in eqn_box()
116 post = print_otag(p, TAG_MSUBSUP, ""); 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
14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake
15 test-10 = 10-client-auth-TLSv1.3-noroot-post-handshake
16 test-11 = 11-client-auth-TLSv1.3-request-force-client-post-handshake
17 test-12 = 12-client-auth-TLSv1.3-request-force-server-post-handshake
18 test-13 = 13-client-auth-TLSv1.3-request-force-both-post-handshake
210 [6-client-auth-TLSv1.3-request-post-handshake]
211 ssl_conf = 6-client-auth-TLSv1.3-request-post-handshake-ssl
[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/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/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/
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/sys/kern/
H A Dvnode_if.src47 # Lines starting with %! specify a pre or post-condition function
88 %! create post vop_create_post
100 %! whiteout post vop_whiteout_post
112 %! mknod post vop_mknod_post
123 %! open post vop_open_post
135 %! close post vop_close_post
206 %! setattr post vop_setattr_post
223 %! read post vop_read_post
234 %! read_pgcache post vop_read_pgcache_post
246 %! write post VOP_WRITE_POST
[all …]
/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/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/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/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/sys/contrib/device-tree/Bindings/clock/
H A Dkeystone-pll.txt2 a divider and a post divider. The additional PLL IPs like ARMPLL, DDRPLL
16 - reg-names : control, multiplier and post-divider. The multiplier and
17 post-divider registers are applicable only for main pll clock
18 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits
27 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/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
H A Dzfs18.sh103 cat file file > file.post
112 if ! cmp file file.post; then
115 od -t x8 file.post | head -1000 > /tmp/$prog.file2
/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/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in422 pre=None, pre_user=None, post=None, post_user=None, argument
427 self.post = post or ''
452 self.pre, pre_user, self.post, post_user, self.failsafe,
460 files = [self.pre, self.pathname, self.post, self.failsafe]
493 odir = os.path.join(self.outputdir, os.path.basename(self.post))
494 posttest = Cmd(self.post, identifier=self.identifier, outputdir=odir,
545 self.timeout, self.user, self.pre, pre_user, self.post, post_user,
561 if len(self.post) and not os.path.isabs(self.post):
562 self.post = os.path.join(self.pathname, self.post)
564 self.post = os.path.join(self.pathname, self.post)
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl47 my($post,$ret);
61 else { $post=$addr; }
73 $ret .= "$post]";
H A Dx86nasm.pl44 my($post,$ret);
63 else { $post=$addr; }
74 $ret .= "$post]";

12345678910>>...21