| /src/external/gpl3/gcc/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/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/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/usr.bin/make/unit-tests/ |
| opt-debug-jobs.exp | 11 echo ": 'single' and \"double\" quotes" 12 { : 'single' and "double" quotes 23 : '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.
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_strex.c | 90 /* If we don't escape with quotes, signal we need quotes */ 134 int type, unsigned short flags, char *quotes, char_io *io_ch, 212 len = do_esc_char(utfbuf[i], flags | orflags, quotes, 219 len = do_esc_char(c, flags | orflags, quotes, 330 char quotes; local 332 quotes = 0; 389 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 393 if (quotes) 397 if (quotes && !io_ch(arg, "\"", 1) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_strex.c | 94 /* If we don't escape with quotes, signal we need quotes */ 140 int type, unsigned short flags, char *quotes, char_io *io_ch, 216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, 223 len = do_esc_char(c, flags | orflags, quotes, 337 char quotes; local 339 quotes = 0; 396 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 400 if (quotes) 404 if (quotes && !io_ch(arg, "\"", 1) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| a_strex.c | 93 /* If we don't escape with quotes, signal we need quotes */ 139 int type, unsigned short flags, char *quotes, char_io *io_ch, 215 len = do_esc_char(utfbuf[i], flags | orflags, quotes, 222 len = do_esc_char(c, flags | orflags, quotes, 336 char quotes; local 338 quotes = 0; 393 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); 397 if (quotes) 401 if (quotes && !io_ch(arg, "\"", 1) [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 | 254 const int quotes = flag & EXP_QNEEDED; /* do CTLESC */ local 265 showstr(p, -1), flag, quotes ? " EXP_QNEEDED" : "")); 320 if (quotes || ISCTL(*p)) 430 const int quotes = flag & EXP_QNEEDED; local 504 if ((quotes && NEEDESC(c)) || ISCTL(c)) 657 * Expand stuff in backwards quotes (these days, any command substitution). 672 const int quotes = flag & EXP_QNEEDED; local 744 if ((quotes && quoted && NEEDESC(lastc)) || 813 int varflags, int quotes) 836 p, strloc, subtype, startloc, varflags, quotes)); 942 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/gpl3/gdb.old/dist/gdb/ |
| reverse.c | 212 error (_("Unbalanced quotes: %s"), args);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| reverse.c | 212 error (_("Unbalanced quotes: %s"), args);
|
| /src/external/apache2/llvm/dist/clang/utils/check_cfc/ |
| check_cfc.py | 193 quotes = ('"', "'") 194 while testarg.endswith(quotes):
|