HomeSort by: relevance | last modified time | path
    Searched refs:quotes (Results 1 - 25 of 26) 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
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
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.
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
cond-op.mk 47 # appear unquoted. If any, it must be enclosed in quotes.
directive-undef.mk 40 # contain spaces or unbalanced 'single' or "double" quotes from being
varparse-errors.mk 26 # In a conditional, an expression that is not enclosed in quotes is
directive-for-escape.mk 9 # Even though the .for loops take quotes into account when splitting the
10 # string into words, the quotes don't need to be balanced, as of 2020-12-31.
varmod-edge.mk 208 # variable name with quotes, leading to the rather confusing "Unfinished
varmod-sysv.mk 39 # It might be tempting to use this for enclosing a string in quotes for the
varmod-loop.mk 6 # word in angle quotes, resulting in '<1> <2> <3>'.
  /src/bin/sh/
expand.c 251 const int quotes = flag & EXP_QNEEDED; /* do CTLESC */ local
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
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
704 if ((quotes && quoted && NEEDESC(lastc)) ||
772 int varflags, int quotes)
901 const int quotes = flag & EXP_QNEEDED; local
    [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/build-aux/
ltmain.sh 651 # forking. Hide the definitions single quotes in case the shell chokes
1102 # quotes backslashified.
2205 # also don't use non-portable quotes within backquotes within
2206 # quotes we have to do it in 2 steps:
6335 delimiters if they are surrounded by double quotes: "...".
6336 - Unescaped double quotes are removed from the input. Their only effect is
6337 that within double quotes, space and tab are treated like normal
6339 - Backslashes not followed by double quotes are not special.

Completed in 45 milliseconds

1 2