/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-token-plain.mk | 4 # in .if conditions. These are also called bare words. 8 # The word 'value' after the '!=' is a bare word. 100 # A bare word may occur alone in a condition, without any comparison 101 # operator. It is interpreted as the function call 'defined(bare)'. 102 .if bare 105 # expect+1: A bare word is treated like defined(...), and the variable 'bare' is not defined. 106 . info A bare word is treated like defined(...), and the variable $\ 107 'bare' is not defined. 112 # expect+1: A bare word is treated like defined(...). 113 . info A bare word is treated like defined(...). [all …]
|
H A D | cond-token-plain.exp | 29 CondParser_Eval: bare 30 make: cond-token-plain.mk:106: A bare word is treated like defined(...), and the variable 'bare' is… 32 make: cond-token-plain.mk:113: A bare word is treated like defined(...). 36 make: cond-token-plain.mk:130: Undefined variables in bare words expand to an empty string.
|
H A D | directive-ifdef.mk | 3 # Tests for the .ifdef directive, which evaluates bare words by calling 20 # Since a bare word is an abbreviation for 'defined(word)', these can be 31 # possible. The '.ifdef' only affects bare words, not function calls.
|
H A D | directive-for-if.mk | 29 # Since bare words were not allowed at the left-hand side of a condition, 36 # workaround was implemented that allowed bare words when they are followed 39 # Since cond.c 1.68 from 2015-05-05, bare words are allowed on the left-hand 45 # expanded to their bare textual value.
|
H A D | directive-ifmake.mk | 97 # The '\!edge' in the following condition is parsed as a bare word. For such 98 # a bare word, there is no escaping mechanism so the backslash passes through.
|
H A D | cond-func.mk | 88 # default function that is called when a bare word is parsed. For the plain 110 # If a variable named 'defined' is actually defined, the bare word 'defined'
|
H A D | cond-func-empty.mk | 216 # ordinary bare word. This bare word is interpreted as 'defined(empty)', and
|
H A D | directive-ifndef.mk | 54 # The negation from the 'if-not-defined' directive only applies to bare words,
|
H A D | cond-op-and.mk | 94 # of the preceding bare word. The condition starts with a digit and is thus
|
/freebsd/crypto/openssh/regress/ |
H A D | cfgmatchlisten.sh | 109 # Test that a bare port number is accepted in PermitListen 112 trace "match permitlisten bare" 115 fail "match permitlisten bare" 118 # Test that an incorrect bare port number is denied as expected 121 trace "match permitlisten bare" 182 # key opts with bare port number 188 trace "match permitlisten 127.0.0.1 server config w/key opts (bare)" 191 fail "match 127.0.0.1 server config w/key opts (bare)" 194 # key opts with incorrect bare port number 200 trace "match permitlisten 127.0.0.1 server config w/key opts (wrong bare)" [all …]
|
H A D | addrmatch.sh | 40 run_trial user 1.1.1.1 somehost.example.com 1.2.3.4 1234 match2 "bare IP4 address" 45 run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address"
|
/freebsd/contrib/capsicum-test/ |
H A D | overhead.cc | 25 double bare = RepeatSyscall(count, nr, arg1, arg2, arg3); in CompareSyscall() local 28 if (verbose) fprintf(stderr, "%d iterations bare=%fs capmode=%fs ratio=%.2f%%\n", in CompareSyscall() 29 count, bare, capmode, 100.0*capmode/bare); in CompareSyscall() 30 if (bare==0.0) { in CompareSyscall() 34 return capmode/bare; in CompareSyscall()
|
/freebsd/sbin/kldload/ |
H A D | kldload.8 | 51 If a bare filename is requested it will only be loaded if it is found within 58 utility will warn if a module is requested as a bare filename and is present
|
/freebsd/tools/build/ |
H A D | freebsd-yeet.pl | 101 # 05248206f720 Remove $FreeBSD$: one-line bare tag 102 # 78d146160dc5 sys: Remove $FreeBSD$: one-line bare tag 140 do_one("one-line bare tag", '^\s*\$FreeBSD\$$\n', '', '78d146160dc5', '05248206f720');
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | AddressSpace.hpp | 75 // When statically linked on bare-metal, the symbols for the EH table are looked 107 // When statically linked on bare-metal, the symbols for the EH table are looked 522 // Bare metal is statically linked, so no need to ask the dynamic loader in findUnwindSections() 536 // Bare metal is statically linked, so no need to ask the dynamic loader in findUnwindSections()
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | skeleton.dtsi | 7 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | utils.subr | 169 # Create a bare router jail. 223 # Create a bare router jail.
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3-hv-header.awk | 3 # or a bare # for comments are copied to the output header so that
|
/freebsd/tools/tools/git/ghpr/ |
H A D | ghpr-push.sh | 25 … git push $upstream HEAD:$upstream_branch --force || true # bare git push gives cut and paste line
|
/freebsd/sys/dev/isp/ |
H A D | Hardware.txt | 136 to connect to bare drives: http://www.cinonic.com. 187 typically have had few problems with them. These are the bare
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.getline | 13 cmp -s foo1 foo || echo 'BAD: T.getline (bare getline)'
|
/freebsd/share/man/man4/ |
H A D | hv_kvp.4 | 52 The driver is bare bones and merely forwards requests to its counterpart
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,integrator.yaml | 33 a compact form factor and mainly consists of the bare minimum
|
/freebsd/contrib/bmake/ |
H A D | cond.c | 145 /* The function to apply on unquoted bare words. */ 199 * well as for bare words, which are then passed to the default function. 693 * unusual 'bare == right' or '3 == ${VAR}', or a simple leaf without 710 * Most likely we have a bare word to apply the default function to. in CondParser_ComparisonOrLeaf() 995 * comparisons, expressions, bare words, numbers and strings, and
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | cnxt,cx92755-pinctrl.txt | 19 For example, the following is the bare minimum node:
|