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

1 2 3

  /src/external/gpl3/gcc.old/dist/contrib/
check-internal-format-escaping.py 61 messages use a variety of placeholders like %qs, %<quotes%> and
110 'option-outside-quotes',
111 'command line option outside %<quotes%>')
115 'builtin-outside-quotes',
116 'builtin function outside %<quotes%>')
138 An underscore outside of quotes is used in several contexts,
149 'underscore-outside-quotes',
150 'underscore outside of %<quotes%>')
168 'unbalanced-quotes',
169 'unbalanced %< and %> quotes')
    [all...]
  /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
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-sh-5 11 echo "$(gettext 'Simple string inside double-quotes')"
13 echo "$(gettext 'Simple decorated string: "x" \"y\" inside double-quotes')"
15 echo "$(gettext "Simple dstring inside double-quotes")"
17 echo "$(gettext "Simple decorated dstring: \"x\" \\\"y\\\" inside double-quotes")"
30 msgid "Simple string inside double-quotes"
36 msgid "Simple decorated string: \"x\" \\\"y\\\" inside double-quotes"
42 msgid "Simple dstring inside double-quotes"
48 msgid "Simple decorated dstring: \"x\" \\\"y\\\" inside double-quotes"
  /src/external/gpl2/xcvs/dist/src/
subr.h 58 char quotes; /* quotes we are currently between, if any */ member in struct:format_cmdline_walklist_closure
66 char *cmdlinequote (char quotes, char *s);
67 char *cmdlineescape (char quotes, char *s);
subr.c 880 * assume s is a literal argument and put it between quotes,
886 cmdlinequote (char quotes, char *s)
888 char *quoted = cmdlineescape (quotes, s);
889 char *buf = Xasprintf ("%c%s%c", quotes, quoted, quotes);
897 /* read quotes as the type of quotes we are between (if any) and then make our
899 * inside the quotes (if any).
910 cmdlineescape (char quotes, char *s)
921 /* FIXME: Single quotes only require other single quotes to be escape
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
scanner.h 44 uint64_t quotes,
52 uint64_t delimiters, starts = quotes | semicolons;
55 assert(!(quotes & semicolons));
58 end = (newlines & in_comment) | (quotes & in_quoted);
67 const uint64_t quote = quotes & start;
71 end = (newlines & -semicolon) | (quotes & (-quote - quote));
78 *quoted_ = delimiters & quotes;
79 *comment = delimiters & ~quotes;
  /src/external/bsd/am-utils/dist/scripts/
amd2ldif.in 7 base : The LDAP search base. Do not forget the quotes!
  /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/external/apache2/llvm/dist/clang/utils/check_cfc/
check_cfc.py 193 quotes = ('"', "'")
194 while testarg.endswith(quotes):
  /src/external/bsd/kyua-cli/dist/utils/text/
operations_test.cpp 92 ATF_REQUIRE_EQ("'Multiple quotes \\'\\'\\' together'",
93 text::quote("Multiple quotes ''' together", '\''));
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
constraint.c 159 int quotes = 0, numeric = 0; local
185 quotes = 1;
189 quotes = 1;
193 quotes = 1;
197 quotes = 1;
204 bv.bv_len += cp->val.bv_len + 2*quotes;
232 if ( quotes ) *s++ = '"';
234 if ( quotes ) *s++ = '"';

Completed in 55 milliseconds

1 2 3