HomeSort by: relevance | last modified time | path
    Searched refs:parentheses (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/usr.bin/make/unit-tests/
cond-op-parentheses.exp 1 make: cond-op-parentheses.mk:22: Comparison with ">" requires both operands "3" and "(2" to be numeric
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-op-parentheses.exp 1 make: cond-op-parentheses.mk:22: Comparison with ">" requires both operands "3" and "(2" to be numeric
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-op-parentheses.exp 1 make: cond-op-parentheses.mk:22: Comparison with ">" requires both operands "3" and "(2" to be numeric
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-func.mk 13 ${:UVAR(value)}= variable name with parentheses
61 # Even parentheses may appear in variable names.
78 # There may be spaces around the operators and parentheses, and even
79 # inside the parentheses. The spaces inside the parentheses are not
var-op-assign.mk 62 # But if the whitespace appears inside parentheses or braces, everything is
66 # neither contain parentheses nor braces. This is only a side-effect from
68 # name. It only counts parentheses and braces instead of properly parsing
71 VAR(spaces in parentheses)= ()
78 VARNAME_PAREN= VAR(spaces in parentheses)
cond-func.mk 13 ${:UVAR(value)}= variable name with parentheses
61 # Even parentheses may appear in variable names.
78 # There may be spaces around the operators and parentheses, and even
79 # inside the parentheses. The spaces inside the parentheses are not
var-op-assign.mk 62 # But if the whitespace appears inside parentheses or braces, everything is
66 # neither contain parentheses nor braces. This is only a side-effect from
68 # name. It only counts parentheses and braces instead of properly parsing
71 VAR(spaces in parentheses)= ()
78 VARNAME_PAREN= VAR(spaces in parentheses)
cond-func.mk 13 ${:UVAR(value)}= variable name with parentheses
61 # Even parentheses may appear in variable names.
78 # There may be spaces around the operators and parentheses, and even
79 # inside the parentheses. The spaces inside the parentheses are not
var-op-assign.mk 62 # But if the whitespace appears inside parentheses or braces, everything is
66 # neither contain parentheses nor braces. This is only a side-effect from
68 # name. It only counts parentheses and braces instead of properly parsing
71 VAR(spaces in parentheses)= ()
78 VARNAME_PAREN= VAR(spaces in parentheses)
var-op-sunsh.mk 97 # Since the parser just counts braces and parentheses instead of properly
100 # be enclosed in braces or parentheses.
104 VAR :sh(Put a comment here)= comment in parentheses
105 .if ${VAR} != "comment in parentheses"
110 # parentheses. Braces and parentheses are interchangeable, that is, a '(' can
111 # be closed by either ')' or '}'. These braces and parentheses are only
var-op-sunsh.mk 97 # Since the parser just counts braces and parentheses instead of properly
100 # be enclosed in braces or parentheses.
104 VAR :sh(Put a comment here)= comment in parentheses
105 .if ${VAR} != "comment in parentheses"
110 # parentheses. Braces and parentheses are interchangeable, that is, a '(' can
111 # be closed by either ')' or '}'. These braces and parentheses are only
var-op-sunsh.mk 97 # Since the parser just counts braces and parentheses instead of properly
100 # be enclosed in braces or parentheses.
104 VAR :sh(Put a comment here)= comment in parentheses
105 .if ${VAR} != "comment in parentheses"
110 # parentheses. Braces and parentheses are interchangeable, that is, a '(' can
111 # be closed by either ')' or '}'. These braces and parentheses are only
varmod-edge.mk 13 INP= (parentheses) {braces} (opening closing) ()
15 EXP= (parentheses) ()
50 # parentheses and braces are counted. This leads to a parse error since
56 INP= (parentheses)
58 EXP= (parentheses)}
65 # In contrast to parentheses and braces, the brackets are not counted
varmod-edge.mk 13 INP= (parentheses) {braces} (opening closing) ()
15 EXP= (parentheses) ()
50 # parentheses and braces are counted. This leads to a parse error since
56 INP= (parentheses)
58 EXP= (parentheses)}
65 # In contrast to parentheses and braces, the brackets are not counted
varmod-edge.mk 13 INP= (parentheses) {braces} (opening closing) ()
15 EXP= (parentheses) ()
50 # parentheses and braces are counted. This leads to a parse error since
56 INP= (parentheses)
58 EXP= (parentheses)}
65 # In contrast to parentheses and braces, the brackets are not counted
varname.mk 8 # must be balanced. Parentheses and braces may be mixed.
15 # braces and parentheses equally, therefore the first closing brace already
18 ${VARNAME}= 3 open parentheses
19 .if "${VAR(((}}}}" != "3 open parentheses}}}"
26 # This is not a variable assignment since the parentheses and braces are not
33 # as an escape character, therefore the parentheses still count to the nesting
varname.mk 8 # must be balanced. Parentheses and braces may be mixed.
15 # braces and parentheses equally, therefore the first closing brace already
18 ${VARNAME}= 3 open parentheses
19 .if "${VAR(((}}}}" != "3 open parentheses}}}"
26 # This is not a variable assignment since the parentheses and braces are not
33 # as an escape character, therefore the parentheses still count to the nesting
varname.mk 8 # must be balanced. Parentheses and braces may be mixed.
15 # braces and parentheses equally, therefore the first closing brace already
18 ${VARNAME}= 3 open parentheses
19 .if "${VAR(((}}}}" != "3 open parentheses}}}"
26 # This is not a variable assignment since the parentheses and braces are not
33 # as an escape character, therefore the parentheses still count to the nesting
  /src/regress/lib/libc/divrem/
Makefile 6 COPTS+= -Wall -Wno-format -Wno-parentheses -Wno-uninitialized
Makefile 6 COPTS+= -Wall -Wno-format -Wno-parentheses -Wno-uninitialized
Makefile 6 COPTS+= -Wall -Wno-format -Wno-parentheses -Wno-uninitialized
  /src/usr.sbin/zdump/
Makefile 17 CWARNFLAGS.clang+= -Wno-error=bitwise-conditional-parentheses
Makefile 17 CWARNFLAGS.clang+= -Wno-error=bitwise-conditional-parentheses
Makefile 17 CWARNFLAGS.clang+= -Wno-error=bitwise-conditional-parentheses
  /src/sys/modules/dtrace/dtrace/
Makefile 58 -Wno-parentheses \

Completed in 47 milliseconds

1 2 3 4