OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conditional
(Results
1 - 25
of
49
) sorted by relevancy
1
2
/src/usr.bin/make/unit-tests/
cond-eof.exp
1
make: cond-eof.mk:17: Malformed
conditional
"0 ${SIDE_EFFECT} ${SIDE_EFFECT2}"
2
make: cond-eof.mk:20: Malformed
conditional
"1 ${SIDE_EFFECT} ${SIDE_EFFECT2}"
3
make: cond-eof.mk:23: Malformed
conditional
"(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}"
cond-cmp-numeric-eq.exp
1
make: cond-cmp-numeric-eq.mk:68: Malformed
conditional
"!(12345 = 12345)"
2
make: cond-cmp-numeric-eq.mk:76: Malformed
conditional
"!(12345 === 12345)"
cond-token-number.exp
1
make: cond-token-number.mk:16: Malformed
conditional
"-0"
2
make: cond-token-number.mk:27: Malformed
conditional
"+0"
3
make: cond-token-number.mk:38: Malformed
conditional
"!-1"
4
make: cond-token-number.mk:49: Malformed
conditional
"!+1"
cond-op-parentheses.exp
2
make: cond-op-parentheses.mk:25: Malformed
conditional
"(3) > 2"
3
make: cond-op-parentheses.mk:44: Malformed
conditional
"("
4
make: cond-op-parentheses.mk:58: Malformed
conditional
")"
cond-cmp-string.exp
1
make: cond-cmp-string.mk:19: Malformed
conditional
"str != str"
2
make: cond-cmp-string.mk:44: Malformed
conditional
""string" != "str""ing""
3
make: cond-cmp-string.mk:52: Malformed
conditional
"!("value" = "value")"
4
make: cond-cmp-string.mk:60: Malformed
conditional
"!("value" === "value")"
cond-op.exp
1
make: cond-op.mk:51: Malformed
conditional
""!word" == !word"
2
make: cond-op.mk:72: Malformed
conditional
"0 ${ERR::=evaluated}"
4
make: cond-op.mk:82: Malformed
conditional
"1 ${ERR::=evaluated}"
15
make: cond-op.mk:120: Malformed
conditional
"1 &&"
16
make: cond-op.mk:129: Malformed
conditional
"0 &&"
17
make: cond-op.mk:138: Malformed
conditional
"1 ||"
18
make: cond-op.mk:148: Malformed
conditional
"0 ||"
cond-eof.mk
16
# expect+1: Malformed
conditional
"0 ${SIDE_EFFECT} ${SIDE_EFFECT2}"
19
# expect+1: Malformed
conditional
"1 ${SIDE_EFFECT} ${SIDE_EFFECT2}"
22
# expect+1: Malformed
conditional
"(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}"
directive-if.exp
4
make: directive-if.mk:45: This is not
conditional
.
6
make: directive-if.mk:49: This is not
conditional
.
8
make: directive-if.mk:55: Malformed
conditional
""
opt-debug-cond.mk
4
# evaluation of
conditional
expressions, such as in .if directives and
cond-op-not.exp
6
make: cond-op-not.mk:65: Malformed
conditional
"!"
cond-token-number.mk
15
# expect+1: Malformed
conditional
"-0"
26
# expect+1: Malformed
conditional
"+0"
37
# expect+1: Malformed
conditional
"!-1"
48
# expect+1: Malformed
conditional
"!+1"
cond-op-parentheses.mk
24
# expect+1: Malformed
conditional
"(3) > 2"
43
# expect+1: Malformed
conditional
"("
57
# expect+1: Malformed
conditional
")"
cond-token-var.exp
9
make: cond-token-var.mk:106: Malformed
conditional
"x${UNDEF1}y == "${UNDEF2}" || 0x${UNDEF3}"
11
make: cond-token-var.mk:111: Malformed
conditional
"x${DEF}y == "${UNDEF2}" || 0x${UNDEF3}"
13
make: cond-token-var.mk:116: Malformed
conditional
"x${DEF}y == "${DEF}" || 0x${UNDEF3}"
cond-op.mk
50
# expect+1: Malformed
conditional
""!word" == !word"
71
# expect+1: Malformed
conditional
"0 ${ERR::=evaluated}"
81
# expect+1: Malformed
conditional
"1 ${ERR::=evaluated}"
119
# expect+1: Malformed
conditional
"1 &&"
128
# expect+1: Malformed
conditional
"0 &&"
137
# expect+1: Malformed
conditional
"1 ||"
147
# expect+1: Malformed
conditional
"0 ||"
cond-cmp-numeric.exp
8
make: cond-cmp-numeric.mk:38: Malformed
conditional
"123 ! 123"
directive-elif.mk
6
# detected if the
conditional
branch directly above it is taken. In all other
9
#
conditional
directives. All other directives are silently ignored, as they
20
# As of 2020-12-19, the misspelling is not recognized as a
conditional
35
# As of 2020-12-19, the misspelling is not recognized as a
conditional
50
# doesn't recognize that it was meant to be a
conditional
directive.
cond-cmp-string.mk
18
# expect+1: Malformed
conditional
"str != str"
43
# expect+1: Malformed
conditional
""string" != "str""ing""
51
# expect+1: Malformed
conditional
"!("value" = "value")"
59
# expect+1: Malformed
conditional
"!("value" === "value")"
73
# resulted in a "Malformed
conditional
", even though the string was
opt-debug-lint.mk
10
# error message was "Malformed
conditional
" only, which was wrong and
14
# Since 2020-09-13, the "Malformed
conditional
" error message is not printed
40
# well-known "Malformed
conditional
" error message, even though the
41
#
conditional
was well-formed and the only error was an undefined variable.
varmod-ifelse.mk
41
# In a
conditional
directive, undefined variables are reported as such. In a
64
# malformed
conditional
"1 == == 2", which is reported as "Bad
conditional
66
#
conditional
therefore returns a parse error from Var_Parse, and this parse
67
# error propagates to CondEvalExpression, where the "Malformed
conditional
"
77
# error message "Malformed
conditional
" is not printed, leaving only the "Bad
120
# HAVE_GCC=no, the following
conditional
generated this error message:
122
# make: Bad
conditional
expression 'string == "literal" && no >= 10'
145
# therefore parsing stopped at the '>', producing the 'Bad
conditional
148
# Ideally, the
conditional
expression would not be expanded before parsin
[
all
...]
directive-for-if.mk
30
# make complained about a "Malformed
conditional
", which was surprising since
62
# .if line: Malformed
conditional
(VAR1 != "VAR2")
81
# of the comparison resulted in a "Malformed
conditional
". Since the .for
/src/usr.bin/tset/
map.c
63
int
conditional
; /* Baud rate conditionals bitmask. */
member in struct:map
93
mapp->
conditional
= 0;
111
if (mapp->
conditional
& GT)
113
mapp->
conditional
|= LT;
116
if (mapp->
conditional
& LT)
118
mapp->
conditional
|= GT;
122
mapp->
conditional
|= EQ;
125
mapp->
conditional
|= NOT;
132
if (mapp->
conditional
)
152
/* If a NOT
conditional
, reverse the test. *
[
all
...]
/src/usr.sbin/zdump/
Makefile
17
CWARNFLAGS.clang+= -Wno-error=bitwise-
conditional
-parentheses
/src/sys/external/isc/libsodium/dist/m4/
ld-output-def.m4
12
#
conditional
HAVE_LD_OUTPUT_DEF if it is.
/src/usr.bin/config/
scan.l
112
uint64_t in_ifdefstate; /*
conditional
level */
113
int in_ifdefshift; /*
conditional
level */
198
yyerror("too many levels of
conditional
");
215
yyerror("too many levels of
conditional
");
510
include(const char *fname, int ateof, int
conditional
, int direct)
531
if (
conditional
== 0)
535
cfgwarn("cannot open
conditional
include file %s: %s",
/src/tests/usr.bin/indent/
lsym_binary_op.c
174
* The ternary
conditional
operator is not a binary operator, but both its
178
int
conditional
= condition ? number : number;
variable in typeref:typename:int
Completed in 24 milliseconds
1
2
Indexes created Wed Oct 01 13:09:50 GMT 2025