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

1 2

  /src/usr.bin/make/unit-tests/
opt-debug-jobs.exp 10 echo ": 'single' and \"double\" quotes"
11 { : 'single' and "double" quotes
22 : 'single' and "double" quotes
cond-token-string.mk 7 # Covers string literals without quotes (called "bare words").
48 # A string in quotes is checked whether it is not empty.
69 # expect+1: An undefined variable in quotes expands to an empty string, which then evaluates to false.
70 . info An undefined variable in quotes expands to an empty string, which $\
99 # be enclosed in quotes. The right-hand side does not need to be enclosed in
100 # quotes.
varmod-order-string.mk 12 # Double quotes and single quotes delimit words, while backticks are just
deptgt-error.mk 19 # Use single quotes to demonstrate that the output is only informational, it
varmod-quote-dollar.mk 3 # Tests for the :q variable modifier, which quotes the string for the shell
opt-debug-jobs.mk 22 # In the debug output, single quotes are not escaped, even though
23 # the whole command is enclosed in single quotes as well.
26 : 'single' and "double" quotes
cond-func-exists.mk 9 # The argument to the function must not be enclosed in quotes.
10 # Neither double quotes nor single quotes are allowed.
varmod-quote.mk 3 # Tests for the :Q variable modifier, which quotes the variable value
cond-cmp-string.mk 11 # The right-hand side of the comparison may be written without quotes.
16 # The left-hand side of the comparison must be enclosed in quotes.
17 # This one is not enclosed in quotes and thus generates an error message.
66 # An expression can be enclosed in double quotes.
directive-include.mk 38 # Expressions in double quotes or angle quotes are first parsed naively, to
68 # XXX: trailing whitespace in diagnostic, missing quotes around filename
74 # In the second case, the error message is "Could not find ", without quotes
cond-late.mk 12 # should not contain double-quotes, or the parser will probably fail.
deptgt-makeflags.mk 31 # quotes and escape sequences from the backslash.
109 # Unbalanced quotes produce an error message. If they occur anywhere in the
cond-cmp-unary.mk 35 # An expression that is not surrounded by quotes is interpreted
comment.mk 78 # would have unbalanced quotes.
varmod-ifelse.mk 80 # XXX: The left-hand side is enclosed in quotes. This results in Var_Parse
141 # literal, not enclosed in quotes, which is OK, even on the left-hand side of
191 # evaluated, it is common practice to enclose expressions in quotes, to avoid
193 # works if the expanded values neither contain quotes nor backslashes. For
194 # strings containing quotes or backslashes, the '?:' modifier should not be
cond-token-plain.mk 3 # Tests for plain tokens (that is, string literals without quotes)
188 # Strangely, a bare word may contain double quotes inside. Nobody should ever
221 # in "quotes".
varmod-undefined.mk 59 # An expression enclosed in quotes may be based on an undefined variable.
varmod-range.mk 15 # To preserve spaces in a word, they can be enclosed in quotes, just like
cond-short.mk 198 # Enclosing the expression in double quotes changes how that expression is
199 # evaluated. In irrelevant expressions that are enclosed in double quotes,
227 # Due to the quotes around the left-hand side of the '<', the operand is
directive-for.mk 37 # The .for loop splits the items at whitespace, taking quotes into account,
41 # without taking the quotes into account. This had resulted in 10 words.
130 # taking quotes into account. This made it possible to have variable values
directive-for-if.mk 79 # Surrounding ${var} with quotes disabled the check for typos though. For
directive-undef.mk 40 # contain spaces or unbalanced 'single' or "double" quotes from being
  /src/bin/sh/
expand.c 251 const int quotes = flag & EXP_QNEEDED; /* do CTLESC */ local in function:argstr
261 CTRACE(DBG_EXPAND, ("argstr(\"%s\", %#x) quotes=%#x\n", p,flag,quotes));
314 if (quotes || ISCTL(*p))
395 const int quotes = flag & EXP_QNEEDED; local in function:exptilde
470 if ((quotes && NEEDESC(c)) || ISCTL(c))
618 * Expand stuff in backwards quotes (these days, any command substitution).
633 const int quotes = flag & EXP_QNEEDED; local in function:expbackq
704 if ((quotes && quoted && NEEDESC(lastc)) ||
772 int varflags, int quotes)
901 const int quotes = flag & EXP_QNEEDED; local in function:evalvar
    [all...]
  /src/usr.bin/m4/
main.c 163 } quotes[MAXRECORD], paren[MAXRECORD]; variable in typeref:struct:position[]
465 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */
467 record(quotes, nlpar++);
479 record(quotes, nlpar++);
487 "%d unclosed quotes:",
489 dump_stack(quotes, nlpar);
  /src/sys/external/isc/libsodium/dist/m4/
ltsugar.m4 37 # Autoconf-2.59, which quotes differently.

Completed in 47 milliseconds

1 2