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

1 2 3

  /src/external/bsd/elftosb/
Makefile.inc 23 -Wno-bitwise-op-parentheses -Wno-parentheses \
  /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-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
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
cond-op.mk 9 # cond-op-parentheses.mk
28 # does not need parentheses.
directive-include-guard.exp 31 Parse_PushInput: variable-name-parentheses.tmp:1
32 Parse_PushInput: variable-name-parentheses.tmp:1
moderrs.mk 57 # In ParseModifierPart, braces and parentheses don't have to be balanced.
58 # This is contrary to the :M, :N modifiers, where both parentheses and
61 # used delimiter (either braces or parentheses) must be balanced.
cond-func-empty.mk 6 # Note that the argument in the parentheses is a variable name, not an
153 # There may be spaces outside the parentheses.
154 # Spaces inside the parentheses are interpreted as part of the variable name.
cond-token-string.mk 89 # if it contains expressions. The parentheses are not necessary for
  /src/regress/lib/libc/divrem/
Makefile 6 COPTS+= -Wall -Wno-format -Wno-parentheses -Wno-uninitialized
  /src/usr.sbin/zdump/
Makefile 17 CWARNFLAGS.clang+= -Wno-error=bitwise-conditional-parentheses
  /src/external/bsd/ntp/
Makefile.inc 10 -Wno-parentheses -Wno-constant-logical-operand \
  /src/external/gpl2/lvm2/sbin/dmsetup/
Makefile 5 CWARNFLAGS.clang+= -Wno-parentheses -Wno-unused-value
  /src/external/cddl/osnet/lib/libzpool/
Makefile 27 CWARNFLAGS+= -Wno-parentheses
  /src/external/gpl3/gcc.old/lib/libsupc++/
Makefile 8 CWARNFLAGS.clang+= -Wno-parentheses
  /src/external/cddl/osnet/lib/libzfs/
Makefile 64 CWARNFLAGS+= -Wno-parentheses
  /src/external/gpl2/lvm2/lib/libdevmapper/
Makefile 11 CWARNFLAGS.clang+= -Wno-comment -Wno-parentheses -Wno-switch
  /src/external/gpl2/lvm2/sbin/lvm/
Makefile 5 CWARNFLAGS.clang+= -Wno-parentheses
  /src/external/cddl/osnet/lib/libdtrace/
Makefile 91 COPTS.dt_consume.c += -Wno-parentheses
93 COPTS.dt_options.c += -Wno-parentheses
104 COPTS.dis_tables.c += -Wno-parentheses
  /src/sys/modules/dtrace/dtrace/
Makefile 58 -Wno-parentheses \
  /src/tests/usr.bin/indent/
t_errors.sh 362 error: code.c:3: Unbalanced parentheses
382 error: code.c:4: Unbalanced parentheses
  /src/external/gpl2/lvm2/lib/liblvm/
Makefile 14 CWARNFLAGS+= -Wno-parentheses

Completed in 44 milliseconds

1 2 3