/freebsd/contrib/mandoc/ |
H A D | eqn_html.c | 37 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 D | 26-tls13_client_auth.cnf | 11 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 D | 26-tls13_client_auth.cnf.in | 12 ## 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 D | archive.mk | 34 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 D | dir.mk | 63 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 D | sanity_test.c | 51 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 D | tst.post_chan.d | 40 sysevent:::post 47 sysevent:::post 55 sysevent:::post 63 sysevent:::post 70 sysevent:::post 77 sysevent:::post
|
H A D | tst.post.d | 40 sysevent:::post 48 sysevent:::post 56 sysevent:::post 64 sysevent:::post 71 sysevent:::post 78 sysevent:::post
|
/freebsd/contrib/bmake/ |
H A D | import.sh | 84 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.h | 50 #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 D | core_algorithm.c | 25 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 D | withlibctx.pl | 81 my $post = shift @rets; 85 print ')'.$post."\n"; 133 my $post = shift @rets; 135 $inline = $post;
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | 47 # 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 D | imx_spi.c | 169 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 D | stringtest.h | 32 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 D | zpool_upgrade_004_pos.ksh | 87 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 D | zpool_upgrade_004_pos.ksh | 75 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 D | keystone-pll.txt | 2 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 D | Makefile | 8 tst.post.d \ 15 tst.post.c \
|
/freebsd/tools/test/stress2/misc/ |
H A D | mmap42.sh | 86 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 D | zfs18.sh | 103 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 D | certctl.ucl | 2 # 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 D | test-runner.py.in | 422 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 D | x86masm.pl | 47 my($post,$ret); 61 else { $post=$addr; } 73 $ret .= "$post]";
|
H A D | x86nasm.pl | 44 my($post,$ret); 63 else { $post=$addr; } 74 $ret .= "$post]";
|