Home
last modified time | relevance | path

Searched full:bare (Results 1 – 25 of 224) sorted by relevance

123456789

/freebsd/contrib/bmake/unit-tests/
H A Dcond-token-plain.mk4 # 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 Dcond-token-plain.exp29 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 Ddirective-ifdef.mk3 # 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 Ddirective-for-if.mk29 # 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 Ddirective-ifmake.mk97 # 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 Dcond-func.mk88 # 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 Dcond-func-empty.mk216 # ordinary bare word. This bare word is interpreted as 'defined(empty)', and
H A Ddirective-ifndef.mk54 # The negation from the 'if-not-defined' directive only applies to bare words,
H A Dcond-op-and.mk94 # of the preceding bare word. The condition starts with a digit and is thus
/freebsd/crypto/openssh/regress/
H A Dcfgmatchlisten.sh109 # 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 Daddrmatch.sh40 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 Doverhead.cc25 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 Dkldload.851 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 Dfreebsd-yeet.pl101 # 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 DAddressSpace.hpp75 // 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 Dskeleton.dtsi7 * Skeleton device tree; the bare minimum needed to boot; just include and
/freebsd/tests/sys/netpfil/pf/
H A Dutils.subr169 # Create a bare router jail.
223 # Create a bare router jail.
/freebsd/sys/powerpc/ps3/
H A Dps3-hv-header.awk3 # or a bare # for comments are copied to the output header so that
/freebsd/tools/tools/git/ghpr/
H A Dghpr-push.sh25 … git push $upstream HEAD:$upstream_branch --force || true # bare git push gives cut and paste line
/freebsd/sys/dev/isp/
H A DHardware.txt136 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 DT.getline13 cmp -s foo1 foo || echo 'BAD: T.getline (bare getline)'
/freebsd/share/man/man4/
H A Dhv_kvp.452 The driver is bare bones and merely forwards requests to its counterpart
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,integrator.yaml33 a compact form factor and mainly consists of the bare minimum
/freebsd/contrib/bmake/
H A Dcond.c145 /* 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 Dcnxt,cx92755-pinctrl.txt19 For example, the following is the bare minimum node:

123456789