| /src/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 …]
|
| /src/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 145 name => "client-auth-TLSv1.3-request-post-handshake", 161 name => "client-auth-TLSv1.3-require-fail-post-handshake", 178 name => "client-auth-TLSv1.3-require-post-handshake", 205 name => "client-auth-TLSv1.3-require-non-empty-names-post-handshake", 233 name => "client-auth-TLSv1.3-noroot-post-handshake", 255 name => "client-auth-TLSv1.3-request-force-client-post-handshake", 274 name => "client-auth-TLSv1.3-request-force-server-post-handshake", 293 name => "client-auth-TLSv1.3-request-force-both-post-handshake",
|
| /src/contrib/bmake/unit-tests/ |
| H A D | archive.mk | 38 create-archive: ${ARCHIVE} pre post 44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post 48 list-archive: ${ARCHIVE} pre post 55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post 61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post 68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post 72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post 75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post 78 remove-archive: pre post 83 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
|
| /src/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()
|
| /src/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
|
| /src/contrib/sqlite3/tea/ |
| H A D | Makefile.in | 245 .PHONY: test-pre test-prepre test-core test test-post test-extension 266 test-post: test-core 267 test: test-post 277 clean-post: clean-core 278 clean: clean-post 280 .PHONY: distclean-pre distclean-core distclean-post clean-extension 302 distclean-post: distclean-core 303 distclean: distclean-post 322 .PHONY: install-pre install-core install-post install-test install-prepre install-extension 369 install-post: install-test [all …]
|
| /src/usr.bin/grep/ |
| H A D | zgrep.sh | 107 post="${1#-?}" 108 pre=${1%${post}} 112 set -- "-${post}" "$@" 140 post="${1#-e}" 146 pattern="${post}" 157 grep_args="${grep_args} ${post}"
|
| /src/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()
|
| /src/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() 160 cbdata.post = post; in ossl_algorithm_do_all()
|
| /src/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 …]
|
| /src/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;
|
| /src/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()
|
| /src/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()
|
| /src/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
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade_004_pos.ksh | 76 check_pool $pool_name post > /dev/null 78 $TEST_BASE_DIR/pool-checksums.$pool_name.post 80 $TEST_BASE_DIR/pool-checksums.$pool_name.post
|
| /src/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";
|
| /src/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a779a0-falcon-ethernet.dtsi | 29 reset-post-delay-us = <4000>; 50 reset-post-delay-us = <4000>; 71 reset-post-delay-us = <4000>; 92 reset-post-delay-us = <4000>; 113 reset-post-delay-us = <4000>;
|
| /src/cddl/usr.sbin/dtrace/tests/common/sysevent/ |
| H A D | Makefile | 8 tst.post.d \ 15 tst.post.c \
|
| /src/release/packages/ucl/ |
| H A D | caroot.ucl | 7 post-install = "/usr/sbin/certctl -D${PKG_ROOTDIR}/ ${PKG_METALOG:+-U -M $PKG_METALOG} rehash" 8 post-uninstall = "/usr/sbin/certctl -D${PKG_ROOTDIR}/ ${PKG_METALOG:+-U -M $PKG_METALOG} rehash"
|
| /src/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
|
| /src/crypto/openssl/crypto/perlasm/ |
| H A D | x86nasm.pl | 44 my($post,$ret); 63 else { $post=$addr; } 74 $ret .= "$post]";
|