/src/usr.bin/make/unit-tests/ |
varname-dot-makeoverrides.exp | 2 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>
|
directive-elifndef.mk | 4 # 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 16 # At this point, VAR is defined, and due to the 'n' in 'elifndef' the 19 .elifndef VAR && VAR || VAR [all...] |
deptgt-end-jobs.exp | 1 : .BEGIN '${VAR}' 3 : all '${VAR}' 4 : .END '${VAR}' 5 : .END '${VAR}' deferred
|
vardebug.mk | 3 # Demonstrates the debugging output for var.c. 7 # expect: Global: VAR = added 8 VAR= added # VarAdd 9 # expect: Global: VAR = overwritten 10 VAR= overwritten # Var_Set 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 = [all...] |
posix-varassign.mk | 16 VAR= value 17 .if ${VAR} != "value" 23 # instead, the variable named "VAR:" is defined. 24 VAR= before 25 VAR::= posix-immediate-expansion 26 .if ${VAR} != "before" 34 # instead, the variable named "VAR::" is defined. 35 VAR:::= posix-delayed-expansion 36 .if ${VAR} != "before" 43 VAR!= echo from shell comman [all...] |
directive-elifdef.mk | 4 # '.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 14 # At this point, VAR is defined, so the condition evaluates to true. 16 .elifdef VAR
|
deptgt-end.exp | 1 : .BEGIN '${VAR}' 2 : all '${VAR}' 3 : end-action '${VAR}' 4 : .END '${VAR}' 5 : .END '${VAR}' deferred
|
deptgt-makeflags.exp | 3 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=']
|
opt-var-expanded.mk | 1 # $NetBSD: opt-var-expanded.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $ 5 .MAKEFLAGS: -v VAR -v VALUE 7 VAR= other ${VALUE} $$$$
|
opt-var-literal.mk | 1 # $NetBSD: opt-var-literal.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $ 5 .MAKEFLAGS: -V VAR -V VALUE 7 VAR= other ${VALUE} $$$$
|
varname-dot-make-save_dollars.mk | 8 # var-op-expand.mk for ':=' in general 24 VAR:= ${DOLLARS} 25 # The reduction from 8 '$' to 4 '$' happens when ${VAR} is evaluated in the 28 .if ${VAR} != "\$\$\$\$" 36 VAR:= ${DOLLARS} 37 .if ${VAR} != "\$\$" 43 VAR:= $$$$$$$$ 44 .if ${VAR} != "\$\$\$\$" 50 VAR:= $$$$$$$$ 51 .if ${VAR} != "\$\$ [all...] |
opt-define.mk | 9 .if ${VAR} != "1" 15 # as 'VAR=1' instead of '-DVAR'. 16 VAR= overwritten 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"
|
opt-debug-for.exp | 6 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
|
varmod.exp | 6 while evaluating variable "VAR" with value "VAR" 17 while evaluating variable "VAR" with value "value$" 19 while evaluating variable "VAR" with value "value$" 21 while evaluating variable "VAR" with value "value$ appended$" 27 while evaluating variable "VAR" with value "value$ appended$" 29 while evaluating variable "VAR" with value "value<space>appended" 43 while evaluating variable "VAR" with value "VAR"
|
varname.exp | 1 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:31: Error in archive specification: "VAR" 12 Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (eval, defined) 13 Global: .ALLTARGETS = VAR(((=) VAR\(\(\( [all...] |
comment.mk | 25 VAR= # This comment makes the variable value empty. 28 .if ${VAR} != "" 34 VAR=# defined but empty 37 VAR= value 38 .if ${VAR} != "value" 45 VAR= not part of the comment 46 .if ${VAR} != "not part of the comment" 51 VAR= \# # Both in the assignment. 52 .if ${VAR} != "\#" # And in the comparison. 59 WORDS= ${VAR:[#]} [ [all...] |
deptgt-end.mk | 6 VAR= Should not be expanded. 9 : $@ '$${VAR}' 11 : $@ '$${VAR}' deferred 17 : $@ '$${VAR}' 19 : $@ '$${VAR}' deferred 24 : $@ '$${VAR}' 26 : $@ '$${VAR}' deferred 29 : $@ '$${VAR}' 31 : $@ '$${VAR}' deferred
|
opt-debug.exp | 1 Global: VAR = value
|
varmod-loop-delete.mk | 8 # and at the end of the loop, this variable is deleted. Since var.c 1.204 9 # from 2016-02-18 and before var.c 1.963 from 2021-12-05, a variable could be 15 VAR= ${:U:@VAR@@} rest of the value 17 # In an assignment, the scope is 'Global'. Since the variable 'VAR' is 19 # expect+1: Cannot delete variable "VAR" while it is used 20 EVAL:= ${VAR} 25 VAR= ${:U:@VAR@@} rest of the value 32 # There is no variable named 'VAR' in the local scope, so nothin [all...] |
cond-token-string.exp | 16 CondParser_Eval: ("${VAR}")
|
opt-file.mk | 23 # printf '%s' 'VAR=value\' \ 26 # make-2014.01.01.00.00.00 -r -f - -V VAR -dA 2>&1 \ 32 # ParseReadLine (1): 'VAR=value\<A5><A5><A5><A5><A5><A5>' 33 # Global:VAR = value\<A5><A5><A5><A5><A5><A5>value\<A5><A5><A5><A5><A5><A5> 41 @printf '%s' 'VAR=value\' \ 42 | ${MAKE} -r -f - -V VAR 49 @printf '%s' 'VAR=value\' > opt-file-backslash 50 @${MAKE} -r -f opt-file-backslash -V VAR 57 @printf '%s' 'VAR=$@ ' > opt-file-trailing-whitespace 58 @${MAKE} -r -f opt-file-trailing-whitespace -V VAR [all...] |
/src/sys/external/bsd/common/include/linux/ |
list.h | 283 #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...] |
/src/sys/external/bsd/drm2/include/linux/ |
bitfield.h | 34 #define FIELD_GET(MASK, VAR) __SHIFTOUT(VAR, MASK)
|
moduleparam.h | 56 #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) \
|
dma-fence-chain.h | 62 #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))
|