/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 26-tls13_client_auth.cnf | 5 test-0 = 0-server-auth-TLSv1.3 6 test-1 = 1-client-auth-TLSv1.3-request 7 test-2 = 2-client-auth-TLSv1.3-require-fail 8 test-3 = 3-client-auth-TLSv1.3-require 9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names 10 test-5 = 5-client-auth-TLSv1.3-noroot 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 [all …]
|
H A D | 26-tls13_client_auth.cnf.in | 1 # -*- mode: perl; -*- 2 # Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. 11 ## Similar to 04-client_auth.cnf.in output, but specific for 12 ## TLSv1.3 and post-handshake authentication 22 name => "server-auth-TLSv1.3", 36 name => "client-auth-TLSv1.3-request", 51 name => "client-auth-TLSv1.3-require-fail", 55 "VerifyCAFile" => test_pem("root-cert.pem"), 68 name => "client-auth-TLSv1.3-require", 73 "VerifyCAFile" => test_pem("root-cert.pem"), [all …]
|
/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() 51 * column order, but must be printed in row-order. in eqn_box() 53 if (EQN_MATRIX == bp->type) { in eqn_box() 54 if (NULL == bp->first) in eqn_box() 56 if (bp->first->type != EQN_LIST || in eqn_box() 57 bp->first->expectargs == 1) { in eqn_box() 58 eqn_box(p, bp->first); in eqn_box() 61 if (NULL == (parent = bp->first->first)) in eqn_box() 64 if (NULL == (child = parent->first)) in eqn_box() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | dir.exp | 10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure 11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure 12 pre-patch pre-configure patch configure 13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post 14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post 15 fetch fetch-post extract extract-post 16 Expanding "dup-{1,1,1,1,1,1,1}"... dup-1 dup-1 dup-1 dup-1 dup-1 dup-1 dup-1 17 …-word}}}}}}}}}}"... Expanding "{{{{{{{{{single-word}}}}}}}}}"... Expanding "{{{{{{{{single-word}}}… 18 single-word 19 single-word [all …]
|
H A D | archive.mk | 11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk 19 # targets is run in its separate sub-make. 20 @${MAKE} -f ${MAKEFILE} remove-archive 21 @${MAKE} -f ${MAKEFILE} create-archive 22 @${MAKE} -f ${MAKEFILE} list-archive 23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard 24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$?" 26 @${MAKE} -f ${MAKEFILE} list-archive-undef-member || echo "exit $$?" 28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member 29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member [all …]
|
H A D | dir.mk | 16 # on the left-hand side of a dependency operator. However, it is listed 45 # Nested braces work as expected since 2020-07-31 19:06 UTC. 46 # They had been broken at least since 2003-01-01, probably even longer. 57 all: {pre-,}{patch,configure} 59 pre-patch patch pre-configure configure: 63 all: {fetch,extract}{,-post} 65 fetch fetch-post extract extract-post: 71 all: dup-{1,1,1,1,1,1,1} 73 dup-1: 77 all: {{{{{{{{{{single-word}}}}}}}}}} [all …]
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | 1 #- 41 # -: not applicable. vnode does not yet (or no longer) exists. 45 # indirection (**vpp) and that name is hard-coded in vnode_if.awk ! 47 # Lines starting with %! specify a pre or post-condition function 60 %% lookup vpp - L - 62 # XXX - the lookup locking protocol defies simple description and depends 74 %% cachedlookup vpp - L - 86 %% create vpp - L - 88 %! create post vop_create_post 100 %! whiteout post vop_whiteout_post [all …]
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_cm.7 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_CM" 7 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_cm \- RDMA communication manager. 35 rdma_reg_msgs - register an array of buffers for sending and receiving 37 rdma_reg_read - registers a buffer for RDMA read operations 39 rdma_reg_write - registers a buffer for RDMA write operations 41 rdma_dereg_mr - deregisters a memory region 43 rdma_post_recv - post a buffer to receive a message 45 rdma_post_send - post a buffer to send a message 47 rdma_post_read - post an RDMA to read data into a buffer [all …]
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | sanity_test.c | 26 #include "atf-c/detail/sanity.h" 41 #include <atf-c.h> 43 #include "atf-c/detail/dynstr.h" 44 #include "atf-c/detail/process.h" 45 #include "atf-c/detail/test_helpers.h" 47 /* --------------------------------------------------------------------- 49 * --------------------------------------------------------------------- */ 51 enum type { inv, pre, post, unreachable }; enumerator 66 switch (td->m_type) { in do_test_child() 68 INV(td->m_cond); in do_test_child() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PostCoalescerPass.cpp | 1 //===- AArch64PostCoalescerPass.cpp - AArch64 Post Coalescer pass ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 18 #define DEBUG_TYPE "aarch64-post-coalescer-pass" 35 return "AArch64 Post Coalescer pass"; in getPassName() 49 INITIALIZE_PASS_BEGIN(AArch64PostCoalescer, "aarch64-post-coalescer-pass", 50 "AArch64 Post Coalescer Pass", false, false) 52 INITIALIZE_PASS_END(AArch64PostCoalescer, "aarch64-post-coalescer-pass", in INITIALIZE_PASS_DEPENDENCY() 53 "AArch64 Post Coalescer Pass", false, false) in INITIALIZE_PASS_DEPENDENCY() [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | core_algorithm.c | 2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member 35 * if 0, temporary if 1) and other data in |data->data|. 38 * -1 to quit adding algorithm implementations immediately 48 if (!data->reserve_store(no_store, data->data)) in algorithm_do_map() 50 return -1; in algorithm_do_map() 52 /* Do we fulfill pre-conditions? */ in algorithm_do_map() 53 if (data->pre == NULL) { in algorithm_do_map() 54 /* If there is no pre-condition function, assume "yes" */ in algorithm_do_map() 56 } else if (!data->pre(provider, cur_operation, no_store, data->data, in algorithm_do_map() [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/ |
H A D | tst.post.d | 40 sysevent:::post 41 /args[0]->ec_name != NULL/ 43 printf("channel name is non-NULL (%s)\n", 44 args[0]->ec_name); 48 sysevent:::post 49 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/ 52 args[1]->se_publisher); 56 sysevent:::post 57 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/ 60 args[1]->se_publisher); [all …]
|
H A D | tst.post_chan.d | 40 sysevent:::post 41 /args[0]->ec_name != "channel_dtest"/ 43 printf("unexpected channel name (%s)\n", args[0]->ec_name); 47 sysevent:::post 48 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/ 51 args[1]->se_publisher); 55 sysevent:::post 56 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/ 59 args[1]->se_publisher); 63 sysevent:::post [all …]
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 68 return t.tv_sec + t.tv_nsec * 1e-9 89 m, s = divmod(monotonic_time() - self.starttime, 60) 167 The timeout for tests is measured in wall-clock time 194 signal = '-TERM' 207 If this is not a user-initiated kill and the test has not been 213 runtime = monotonic_time() - self.result.starttime 249 ret = '%s -E -u %s %s %s' % (SUDO, user, tmpdirarg, cmd) 300 kp = Popen([SUDO, "sh", "-c", 312 kp = Popen([SUDO, "sh", "-c", 321 cmd = f'{SUDO} sh -c "echo clear > {KMEMLEAK_FILE}"' [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionNormalization.h | 1 //===- llvm/Analysis/ScalarEvolutionNormalization.h - See below -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 // The following example illustrates post-increment uses and how normalized 26 // "pre-incremented" value, and uses after the loop using the 27 // "post-incremented" value. 29 // Expressions for post-incremented uses are represented as an expression 30 // paired with a set of loops for which the expression is in "post-increment" 33 //===----------------------------------------------------------------------===// 52 /// Normalize \p S to be post-increment for all loops present in \p [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
H A D | zfs_unmount_nested.ksh | 1 #!/bin/ksh -p 39 log_must zfs destroy -fR $TESTPOOL/a 40 log_must zfs destroy -fR $TESTPOOL/b 41 log_must zfs destroy -fR $TESTPOOL/c 42 log_must zfs destroy -fR $TESTPOOL/d 47 set -A test_depths 30 16 3 51 log_must zfs create -p $TESTPOOL/$dsA32 54 log_must zfs create -o mountpoint=none -p $TESTPOOL/$dsB32 57 log_mustnot mount -t zfs $TESTPOOL/$dsB32 /mnt 61 log_must zfs create -o mountpoint=legacy -p $TESTPOOL/$dsC32 [all …]
|
/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 9 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 12 - #clock-cells : from common clock binding; shall be set to 0. 13 - compatible : shall be "ti,keystone,main-pll-clock" or "ti,keystone,pll-clock" 14 - clocks : parent clock phandle 15 - reg - pll control0 and pll multiplier registers 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 23 #clock-cells = <0>; [all …]
|
/freebsd/contrib/bmake/ |
H A D | import.sh | 6 GIT=${GIT:-git} 7 PAGER=${PAGER:-${LESS:-${MORE:-more}}} 16 [ $# -eq 1 ] || Error "Cd() takes a single parameter." 28 --) shift; break;; 29 -a) TARBALL=$2; shift 2;; 30 -d) RM=echo; shift;; 31 - [all...] |
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 1 //===- ThreadSafetyTIL.cpp ------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 21 case UOP_Minus: return "-"; in getUnaryOpcodeString() 34 case BOP_Sub: return "-"; in getBinaryOpcodeString() 64 Ph->values().reserveCheck(1, Arena); in addPredecessor() 65 Ph->values().push_back(nullptr); in addPredecessor() 75 Ph->values().reserve(NumPreds, Arena); in reservePredecessors() 85 if (V->kind() == Variable::VK_Let) { in getCanonicalVal() 86 E = V->definition(); in getCanonicalVal() [all …]
|
/freebsd/crypto/heimdal/appl/push/ |
H A D | push.8 | 14 .Op Fl l | -leave 16 .Op Fl c | -count 18 .Oo Fl p Ar port-spec \*(Ba Xo 19 .Fl Fl port Ns = Ns Ar port-spec 22 .Ar po-box 26 retrieves mail from the post office box 27 .Ar po-box , 31 .Ar po-box 33 .Bl -hang -compact -offset indent 51 .Bl -tag -width Ds [all …]
|
/freebsd/sys/contrib/openzfs/man/man1/ |
H A D | test-runner.1 | 102 The exception is options pertaining to pre and post scripts, which act on all 109 Tests that exit zero and non-zero are marked 114 When a pre script fails for a test group, only the post script is executed, 155 is an INI-style configuration file that describes a test run. 167 .Bl -tag -width "tests = ['filename', …]" 177 .It Sy post No = Ar script 182 Execute the post script as 206 .Bl -tag -width "-o outputdir" 252 Execute the post script as 257 .Bl -tag -width "-h" [all …]
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | lua_module.cpp | 73 if (!state.is_string(-1)) in qualify_path() 76 return fs::path(state.to_string(-1)) / path; in qualify_path() 102 /// \pre stack(-1) The input path. 103 /// \post stack(-1) The basename of the input path. 113 const fs::path path = to_path(state, -1); in lua_fs_basename() 122 /// \pre stack(-1) The input path. 123 /// \post stack(-1) The directory part of the input path. 133 const fs::path path = to_path(state, -1); in lua_fs_dirname() 142 /// \pre stack(-1) The input path. 143 /// \post stack(-1) Whether the input path exists or not. [all …]
|
/freebsd/sys/contrib/openzfs/tests/runfiles/ |
H A D | common.run | 15 # Approximate run time: 4-5 hours 25 post = cleanup 97 post = 163 post = 174 post = 186 [tests/functional/cli_root/zfs_change-key] 187 tests = ['zfs_change-key', 'zfs_change-key_child', 'zfs_change-key_format', 188 'zfs_change-key_inherit', 'zfs_change-key_load', 'zfs_change-key_location', 189 'zfs_change-key_pbkdf2iters', 'zfs_change-key_clones'] 190 tags = ['functional', 'cli_root', 'zfs_change-key'] [all …]
|
/freebsd/usr.bin/grep/ |
H A D | zgrep.sh | 26 set -u 42 grep_args="-E";; 44 grep_args="-F";; 47 catargs="-f" 51 catargs="-fq" 72 # with arguments, and if -e was supplied 74 while [ $# -gt 0 -a ${endofopts} -eq 0 ] 77 # from GNU grep-2.6.0 -- keep in sync! 78 --) 82 --file=*) [all …]
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | codecov.yml | 3 require_ci_to_pass: false # always post 9 range: "50...90" # red -> yellow -> green 22 behavior: once # update if exists; post new; skip if deleted 23 require_changes: yes # only post when coverage changes
|