OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VAR
(Results
1 - 25
of
194
) sorted by relevancy
1
2
3
4
5
6
7
8
/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} $$$$
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-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
...]
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
...]
cond-token-string.exp
16
CondParser_Eval: ("${
VAR
}")
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
/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
))
/src/external/gpl3/gdb.old/dist/gdb/
sym-domains.def
29
SYM_DOMAIN (
VAR
)
/src/external/gpl3/gdb/dist/gdb/
sym-domains.def
29
SYM_DOMAIN (
VAR
)
/src/external/ibm-public/postfix/dist/src/postconf/
extract.awk
24
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 20 milliseconds
1
2
3
4
5
6
7
8
Indexes created Fri Apr 03 00:24:04 UTC 2026