HomeSort by: relevance | last modified time | path
    Searched refs:bare (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cond-token-plain.exp 31 CondParser_Eval: bare
32 make: cond-token-plain.mk:106: A bare word is treated like defined(...), and the variable 'bare' is not defined.
34 make: cond-token-plain.mk:113: A bare word is treated like defined(...).
38 make: cond-token-plain.mk:130: Undefined variables in bare words expand to an empty string.
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.
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(...)
    [all...]
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.
directive-ifndef.mk 54 # The negation from the 'if-not-defined' directive only applies to bare words,
cond-op-and.mk 94 # of the preceding bare word. The condition starts with a digit and is thus
cond-op-or.mk 94 # of the preceding bare word. The condition starts with a digit and is thus
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.
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'
cond-token-string.mk 7 # Covers string literals without quotes (called "bare words").
cond-op.mk 55 # Surprisingly, the ampersand and pipe are allowed in bare strings.
cond-func-empty.mk 216 # ordinary bare word. This bare word is interpreted as 'defined(empty)', and
varmod-ifelse.mk 16 # bare words == "literal"
18 # This confuses the parser, which expects an operator instead of the bare
directive-include-guard.mk 51 # differently from bare words.
61 # differently from bare words.
  /src/tests/kernel/
t_fcntl.c 95 const char *bare; member in struct:__anon13e2839a0208
110 fd = memfd_create(memfd_names[i].bare, 0);
117 memfd_names[i].bare, strerror(errno));
  /src/sys/dev/marvell/
gtpci.c 264 int bare; /* Bits of Base Address Registers Enable */ member in struct:gtpci_barinit::__anon7898e6f30108
315 uint32_t size, bare; local in function:gtpci_barinit
319 bare = GTPCI_BARE_ALLDISABLE;
329 bare &= ~maps[map].bare;
350 GTPCI_WRITE(sc, GTPCI_BARE, bare);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-base.dtsi 509 /* The SMMU is only really of interest to bare-metal hypervisors */
  /src/share/terminfo/
terminfo 524 # ansi-mini is a bare minimum ANSI terminal. This should work on anything, but
13987 # We use \212 to program the ^J because a bare ^J will get translated by
23127 ims950-b|bare ims950 no init string,
    [all...]

Completed in 40 milliseconds