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

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-ifelse.mk76 # XXX: The left-hand side is enclosed in quotes. This results in Var_Parse
H A Dvarmod-sysv.mk39 # It might be tempting to use this for enclosing a string in quotes for the
/freebsd-13-stable/bin/sh/
H A Dexpand.c277 int quotes = flag & (EXP_GLOB | EXP_CASE); /* do CTLESC */ local
314 if (quotes)
469 int quotes = flag & (EXP_GLOB | EXP_CASE); local
513 if (quotes && syntax[(int)lastc] == CCTL)
/freebsd-13-stable/contrib/apr-util/xml/
H A Dapr_xml.c583 ** If quotes is true, then replace '"' with '"'.
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-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2347 const bool quotes = isa<VarDecl>(DR->getDecl()); local
2348 if (quotes) {
2365 if (quotes)
2367 return quotes;
/freebsd-13-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-13-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-13-stable/contrib/ldns/
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-13-stable/contrib/libevent/
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-13-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-13-stable/contrib/openbsm/config/
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-13-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-13-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-13-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.

Completed in 492 milliseconds

12