Searched refs:quotes (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/usr.bin/xargs/tests/
H A Dregress.sh22 REGRESSION_TEST(`quotes', `xargs -n1 echo <${SRCDIR}/regress.quotes.in')
H A DMakefile24 ${PACKAGE}FILES+= regress.quotes.in
25 ${PACKAGE}FILES+= regress.quotes.out
/freebsd-11-stable/usr.bin/m4/tests/
H A Dregress.sh27 REGRESSION_TEST(`quotes', `test_m4 ${SRCDIR}/quotes.m4 2>&1')
H A DMakefile23 ${PACKAGE}FILES+= quotes.m4
41 ${PACKAGE}FILES+= regress.quotes.out
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c150 /* If we don't escape with quotes, signal we need quotes */
194 int type, unsigned char flags, char *quotes, char_io *io_ch,
270 quotes, io_ch, arg);
277 do_esc_char(c, (unsigned char)(flags | orflags), quotes,
378 char quotes; local
380 quotes = 0;
435 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
439 if (quotes)
443 if (quotes
193 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in7 base : The LDAP search base. Do not forget the quotes!
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl164 my %quotes = ( "\"" => "\"", "'" => "'" );
202 if ($quotes{$ch}) {
203 $quote = $quotes{$ch};
248 # Nukes quotes
338 "no-quotes" => "n",
339 "quotes" => "q",
/freebsd-11-stable/usr.bin/m4/
H A Dmain.c150 } quotes[MAXRECORD], paren[MAXRECORD]; variable in typeref:struct:position
339 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */
341 record(quotes, nlpar++);
353 record(quotes, nlpar++);
359 warnx("%d unclosed quotes:", nlpar);
360 dump_stack(quotes, nlpar);
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_xml.h312 * @param quotes If quotes is true, then replace '&quot;' with '\&quot;'.
318 int quotes);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp134 // double quotes like: ['<key>'] ["<key>"]
141 // Strip the quotes
146 // square brackets, no quotes
151 // No square brackets or quotes
157 "surrounded by brackets with optional quotes: [<key>] or "
225 "single or double quotes",
244 "is a string that doesn't contain quotes and the quote"
/freebsd-11-stable/bin/sh/
H A Dexpand.c269 int quotes = flag & (EXP_GLOB | EXP_CASE); /* do CTLESC */ local
306 if (quotes)
454 int quotes = flag & (EXP_GLOB | EXP_CASE); local
504 if (quotes && syntax[(int)lastc] == CCTL)
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c583 ** If quotes is true, then replace '"' with '&quot;'.
585 ** quotes is typically set to true for XML strings that will occur within
586 ** double quotes -- attribute values.
589 int quotes)
603 else if (quotes && c == '"')
632 else if (quotes && c == '"') {
588 apr_xml_quote_string(apr_pool_t *p, const char *s, int quotes) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlinespec.c422 int quoted = 0; /* zero if we're not in quotes;
650 /* We allow single quotes in various places. This is a hideous
652 lack of single quotes. FIXME: write a linespec_completer which we
669 completer_quotes (i.e. with single quotes). */
671 /* Is part of *ARGPTR is enclosed in double quotes? */
969 enclosed in double quotes; if so, set is_quote_enclosed, advance
1028 space. But if enclosed in double quotes we do not break on
1358 up. The quotes are important if copy is empty. */
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl59 the quotes, naturally)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2349 const bool quotes = isa<VarDecl>(DR->getDecl()); local
2350 if (quotes) {
2367 if (quotes)
2369 return quotes;
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh593 # which are still active within double quotes backslashified.
967 # also don't use non-portable quotes within backquotes within
968 # quotes we have to do it in 2 steps:
4957 delimiters if they are surrounded by double quotes: "...".
4958 - Unescaped double quotes are removed from the input. Their only effect is
4959 that within double quotes, space and tab are treated like normal
4961 - Backslashes not followed by double quotes are not special.
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh593 # which are still active within double quotes backslashified.
967 # also don't use non-portable quotes within backquotes within
968 # quotes we have to do it in 2 steps:
4990 delimiters if they are surrounded by double quotes: "...".
4991 - Unescaped double quotes are removed from the input. Their only effect is
4992 that within double quotes, space and tab are treated like normal
4994 - Backslashes not followed by double quotes are not special.
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh597 # which are still active within double quotes backslashified.
971 # also don't use non-portable quotes within backquotes within
972 # quotes we have to do it in 2 steps:
4951 delimiters if they are surrounded by double quotes: "...".
4952 - Unescaped double quotes are removed from the input. Their only effect is
4953 that within double quotes, space and tab are treated like normal
4955 - Backslashes not followed by double quotes are not special.
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh651 # 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.
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh651 # 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.
/freebsd-11-stable/contrib/file/
H A Dltmain.sh654 # forking. Hide the definitions single quotes in case the shell chokes
1105 # quotes backslashified.
2208 # also don't use non-portable quotes within backquotes within
2209 # quotes we have to do it in 2 steps:
6338 delimiters if they are surrounded by double quotes: "...".
6339 - Unescaped double quotes are removed from the input. Their only effect is
6340 that within double quotes, space and tab are treated like normal
6342 - Backslashes not followed by double quotes are not special.
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh651 # 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.
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh651 # 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.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2254 % Markup style setup for left and right quotes.
2450 % @indicateurl is \samp, that is, with quotes.
2544 % For @command, @env, @file, @option quotes seem unnecessary,
3146 % quotes to documents typeset with CM, where we lose kerning), so
4711 % ignore left quotes in the sort term.
6632 % Don't do the quotes -- if we do, @set txicodequoteundirected and
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1970 % For @indicateurl, @env, @command quotes seem unnecessary, so use \code.

Completed in 349 milliseconds

12