Searched refs:VAR (Results 1 - 25 of 183) sorted by relevance

12345678

/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-makeoverrides.exp2 make -f varname-dot-makeoverrides.mk stage_1 VAR=value
3 stage_1: overrides=< VAR>
4 make -f varname-dot-makeoverrides.mk stage_2 .VAR=too
5 stage_2: overrides=< VAR .VAR>
7 stage_3: overrides=< .VAR VAR>
H A Ddirective-elifndef.mk4 # more usual '.elif !defined(VAR)'.
6 # At this point, VAR is not yet defined, and due to the 'n' in 'elifndef' the
9 .elifndef VAR && VAR || VAR
14 VAR= # defined macro
16 # At this point, VAR is defined, and due to the 'n' in 'elifndef' the
19 .elifndef VAR && VAR || VAR
[all...]
H A Ddeptgt-end-jobs.exp1 : .BEGIN '${VAR}'
3 : all '${VAR}'
4 : .END '${VAR}'
5 : .END '${VAR}' deferred
H A Ddirective-elifdef.mk4 # '.elifdef VAR', the usual form is the more general '.elif defined(VAR)'.
6 # At this point, VAR is not defined, so the condition evaluates to false.
8 .elifdef VAR
12 VAR= # defined macro
14 # At this point, VAR is defined, so the condition evaluates to true.
16 .elifdef VAR
H A Ddeptgt-end.exp1 : .BEGIN '${VAR}'
2 : all '${VAR}'
3 : end-action '${VAR}'
4 : .END '${VAR}'
5 : .END '${VAR}' deferred
H A Ddeptgt-makeflags.exp3 Global: .MAKEOVERRIDES = VAR DOLLAR
7 Global: .MAKEFLAGS = -r -k -D VAR -D VAR -d cv -d
8 Global: .MAKEFLAGS = -r -k -D VAR -D VAR -d cv -d 0
9 make: Unterminated quoted string [make VAR=initial UNBALANCED=']
H A Dopt-var-expanded.mk5 .MAKEFLAGS: -v VAR -v VALUE
7 VAR= other ${VALUE} $$$$ macro
H A Dopt-var-literal.mk5 .MAKEFLAGS: -V VAR -V VALUE
7 VAR= other ${VALUE} $$$$ macro
H A Dvardebug.mk7 # expect: Global: VAR = added
8 VAR= added # VarAdd macro
9 # expect: Global: VAR = overwritten
10 VAR= overwritten # Var_Set macro
11 # expect: Global: delete VAR
12 .undef VAR
13 # expect: Global: ignoring delete 'VAR' as it is not found
14 .undef VAR
24 # expect: Global: VAR = 1
25 VAR macro
[all...]
H A Dvarname.exp1 Global: VAR{{{}}} = 3 braces
2 Var_Parse: ${VAR{{{}}}}" != "3 braces" (eval)
3 Global: VARNAME = VAR(((
5 Global: VAR((( = 3 open parentheses
6 Var_Parse: ${VAR(((}}}}" != "3 open parentheses}}}" (eval)
7 Global: .ALLTARGETS = VAR(((=)
9 make: "varname.mk" line 32: Error in archive specification: "VAR"
12 Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (eval-defined, defined)
13 Global: .ALLTARGETS = VAR(((=) VAR\(\(\(
[all...]
H A Dvarname-dot-make-save_dollars.mk24 VAR:= ${DOLLARS} macro
25 # The reduction from 8 '$' to 4 '$' happens when ${VAR} is evaluated in the
28 .if ${VAR} != "\$\$\$\$"
36 VAR:= ${DOLLARS} macro
37 .if ${VAR} != "\$\$"
43 VAR:= $$$$$$$$ macro
44 .if ${VAR} != "\$\$\$\$"
50 VAR:= $$$$$$$$ macro
51 .if ${VAR} != "\$\$"
58 VAR macro
68 VAR:= ${:U\\$\\$\\$\\$}-${.MAKE.SAVE_DOLLARS::=yes}-${:U\\$\\$\\$\\$} macro
77 VAR:= $$$$$$$\$ macro
86 VAR:= $$$$$$$\$ macro
99 VAR:= ${CMD:sh} macro
106 VAR:= ${CMD:sh} macro
117 VAR:= ${word:L:@word@$$$$$$$$-${DOLLARS}@} macro
124 VAR:= ${word:L:@word@$$$$$$$$-${DOLLARS}@} macro
[all...]
H A Dopt-define.mk9 .if ${VAR} != "1"
15 # as 'VAR=1' instead of '-DVAR'.
16 VAR= overwritten macro
17 .if ${VAR} != "overwritten"
24 .undef VAR
25 .if defined(VAR)
30 # behaves differently, it defines a variable with the name 'VAR=value' and the
33 .if defined(VAR)
36 .if ${VAR=value} != "1"
H A Dopt-debug-for.exp6 VAR.${:Ua}${inner}= value
10 VAR.${:Ua}${:U1}= value
12 VAR.${:Ua}${:U2}= value
15 VAR.${:Ub}${inner}= value
19 VAR.${:Ub}${:U1}= value
21 VAR.${:Ub}${:U2}= value
H A Dvarmod-loop-delete.mk15 VAR= ${:U:@VAR@@} rest of the value macro
17 # In an assignment, the scope is 'Global'. Since the variable 'VAR' is
19 # expect+1: while evaluating variable "VAR": while evaluating "${:U:@VAR@@} rest of the value": Cannot delete variable "VAR" while it is used
20 EVAL:= ${VAR}
25 VAR= ${:U:@VAR@@} rest of the value macro
32 # There is no variable named 'VAR' i
[all...]
H A Dcomment.mk25 VAR= # This comment makes the variable value empty. macro
28 .if ${VAR} != ""
34 VAR=# defined but empty macro
37 VAR= value macro
38 .if ${VAR} != "value"
45 VAR= not part of the comment macro
46 .if ${VAR} != "not part of the comment"
51 VAR= \# # Both in the assignment. macro
52 .if ${VAR} != "\#" # And in the comparison.
59 WORDS= ${VAR
68 VAR= no comment anymore macro
[all...]
H A Ddeptgt-end.mk6 VAR= Should not be expanded. macro
9 : $@ '$${VAR}'
11 : $@ '$${VAR}' deferred
17 : $@ '$${VAR}'
19 : $@ '$${VAR}' deferred
24 : $@ '$${VAR}'
26 : $@ '$${VAR}' deferred
29 : $@ '$${VAR}'
31 : $@ '$${VAR}' deferred
H A Dopt-debug.exp1 Global: VAR = value
H A Dcond-undef-lint.exp4 make: "cond-undef-lint.mk" line 43: Variable "VAR." is undefined
5 make: "cond-undef-lint.mk" line 43: Malformed conditional (${VAR.${UNDEF}})
6 make: "cond-undef-lint.mk" line 56: Variable "VAR.defined" is undefined
7 make: "cond-undef-lint.mk" line 56: Malformed conditional (${VAR.${DEF}})
H A Dvarname-dot-makeflags.exp6 make: "varname-dot-makeflags.mk" line 25: .MAKEOVERRIDES=< VAR>
7 runtime: MAKEFLAGS=< -r -k -D VARNAME -r VAR=value>
9 runtime: .MAKEOVERRIDES=< VAR>
H A Ddirective-export-gmake.mk8 VAR= before macro
9 export VAR=exported macro
10 .if ${VAR} != "before"
15 .if ${:!echo "\$VAR"!} != "exported"
20 # It only exports VAR and appends everything else as the variable value.
21 export VAR=exported VAR2=exported-as-well macro
22 .if ${:!echo "\$VAR"!} != "exported VAR2=exported-as-well"
23 . error ${:!echo "\$VAR"!}
29 export VAR= leading spaces macro
30 .if ${:!echo "\$VAR"!} !
41 export VAR =trailing space in varname macro
51 export VAR=${ONCE} macro
58 export VAR=an ${UNDEF} variable macro
71 export VAR=${value} macro
[all...]
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dlist.h283 #define list_for_each(VAR, HEAD) \
284 for ((VAR) = list_first((HEAD)); \
285 (VAR) != (HEAD); \
286 (VAR) = list_next((VAR)))
288 #define list_for_each_prev(VAR, HEAD) \
289 for ((VAR) = list_last((HEAD)); \
290 (VAR) != (HEAD); \
291 (VAR) = list_prev((VAR)))
[all...]
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dbitfield.h34 #define FIELD_GET(MASK, VAR) __SHIFTOUT(VAR, MASK)
H A Dmoduleparam.h56 #define module_param_named(NAME, VAR, TYPE, MODE) \
59 .name = # VAR, \
60 .ptr = & VAR, \
66 #define module_param(VAR, TYPE, MODE) module_param_named(VAR, VAR, TYPE, MODE)
69 #define module_param_string(VAR, TYPE, SIZE, MODE) \
H A Ddma-fence-chain.h62 #define dma_fence_chain_for_each(VAR, FENCE) \
63 for ((VAR) = dma_fence_get(FENCE); \
64 (VAR) != NULL; \
65 (VAR) = dma_fence_chain_walk(VAR))
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dextract.awk24 if ($1 ~ /VAR/) {
33 if ($1 ~ /^VAR/) {
42 if ($1 ~ /^VAR/) {
52 if ($1 ~ /^VAR/) {
61 if ($1 ~ /^VAR/) {
70 if ($1 ~ /^VAR/) {
79 if ($1 ~ /VAR/) {
88 if ($1 ~ /^VAR/) {
97 if ($1 ~ /VAR/) {

Completed in 474 milliseconds

12345678