| /freebsd/usr.bin/m4/tests/ |
| H A D | regress.quotes.out | 2 quoted string 3 [quoted STRING] 5 half quoted string 9 `quoted STRING' 10 [quoted STRING] 12 `half quoted STRING 16 `quoted STRING' 17 quoted string 19 `half quoted STRING 23 `quoted STRING' [all …]
|
| H A D | quotes.m4 | 5 `quoted string' 6 [quoted string] 8 `half quoted string 13 `quoted string' 14 [quoted string] 16 `half quoted string 21 `quoted string' 22 [quoted string] 24 `half quoted string 29 `quoted string' [all …]
|
| /freebsd/contrib/dialog/ |
| H A D | dialog.pl | 62 sub quoted($) { subroutine 90 . "ed($message) 107 . "ed($title) 123 . "ed($title) 125 . "ed($message) 145 . "ed($title) 147 . "ed($message) 161 . "ed($title) 163 . "ed($message) 187 . "ed($title) [all …]
|
| H A D | argv.c | 62 bool quoted = FALSE; in dlg_string_to_argv() local 67 if (quoted && blob[n] == '"') { in dlg_string_to_argv() 68 quoted = FALSE; in dlg_string_to_argv() 70 quoted = TRUE; in dlg_string_to_argv() 78 } else if (!quoted && isspace(UCH(blob[n]))) { in dlg_string_to_argv()
|
| H A D | version.c | 25 #define quoted(a) #a macro 26 #define concat(a,b) a "-" quoted(b)
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | fileio.c | 22 bool quoted = false; in pkgconf_fgetline() local 27 if (c == '\\' && !quoted) in pkgconf_fgetline() 29 quoted = true; in pkgconf_fgetline() 34 if (!quoted) { in pkgconf_fgetline() 45 quoted = false; in pkgconf_fgetline() 50 if (quoted) in pkgconf_fgetline() 59 quoted = false; in pkgconf_fgetline() 75 if (quoted) in pkgconf_fgetline() 77 quoted = false; in pkgconf_fgetline() 86 if (quoted) in pkgconf_fgetline() [all …]
|
| H A D | fragment.c | 539 char *quoted = fragment_quote(frag); in pkgconf_fragment_len() local 540 len += strlen(quoted); in pkgconf_fragment_len() 541 free(quoted); in pkgconf_fragment_len() 576 char *quoted = fragment_quote(frag); in fragment_render_item() local 577 if (quoted == NULL) in fragment_render_item() 580 if (strlen(quoted) > bufremain) in fragment_render_item() 582 free(quoted); in fragment_render_item() 592 if (quoted != NULL) in fragment_render_item() 594 bptr += pkgconf_strlcpy(bptr, quoted, bufremain - (bptr - base)); in fragment_render_item() 595 free(quoted); in fragment_render_item()
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | operations.cpp | 50 std::ostringstream quoted; in escape_xml() local 56 quoted << """; in escape_xml() 58 quoted << "&"; in escape_xml() 60 quoted << "<"; in escape_xml() 62 quoted << ">"; in escape_xml() 64 quoted << "'"; in escape_xml() 74 quoted << "&#" << static_cast< std::string::size_type >(*it) in escape_xml() 77 quoted << *it; in escape_xml() 80 return quoted.str(); in escape_xml() 93 std::ostringstream quoted; in quote() local [all …]
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | parse.c | 37 int com, quoted, only_blank; in sldns_fget_token_l() local 54 quoted = 0; in sldns_fget_token_l() 59 quoted = 1; in sldns_fget_token_l() 64 if (c == '(' && prev_c != '\\' && !quoted) { in sldns_fget_token_l() 73 if (c == ')' && prev_c != '\\' && !quoted) { in sldns_fget_token_l() 89 if (c == ';' && quoted == 0) { in sldns_fget_token_l() 95 quoted = 1 - quoted; in sldns_fget_token_l() 291 int com, quoted; in sldns_bget_token_par() local 308 quoted = 0; in sldns_bget_token_par() 312 quoted = 1; in sldns_bget_token_par() [all …]
|
| /freebsd/contrib/ldns/ |
| H A D | parse.c | 41 int com, quoted; in ldns_fget_token_l_st_file_type() local 71 quoted = 0; in ldns_fget_token_l_st_file_type() 75 quoted = 1; in ldns_fget_token_l_st_file_type() 80 if (c == '(' && prev_c != '\\' && !quoted) { in ldns_fget_token_l_st_file_type() 89 if (c == ')' && prev_c != '\\' && !quoted) { in ldns_fget_token_l_st_file_type() 108 && quoted == 0) { in ldns_fget_token_l_st_file_type() 114 quoted = 1 - quoted; in ldns_fget_token_l_st_file_type() 305 int com, quoted; in ldns_bget_token() local 322 quoted = 0; in ldns_bget_token() 326 quoted = 1; in ldns_bget_token() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Args.cpp | 23 static llvm::StringRef ParseDoubleQuotes(llvm::StringRef quoted, in ParseDoubleQuotes() argument 29 size_t regular = quoted.find_first_of(k_escapable_characters); in ParseDoubleQuotes() 30 result += quoted.substr(0, regular); in ParseDoubleQuotes() 31 quoted = quoted.substr(regular); in ParseDoubleQuotes() 34 if (quoted.empty() || quoted.front() == '"') in ParseDoubleQuotes() 38 quoted = quoted.drop_front(); in ParseDoubleQuotes() 40 if (quoted.empty()) { in ParseDoubleQuotes() 48 if (strchr(k_escapable_characters, quoted.front()) == nullptr) in ParseDoubleQuotes() 51 result += quoted.front(); in ParseDoubleQuotes() 52 quoted = quoted.drop_front(); in ParseDoubleQuotes() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-token-string.exp | 17 CondParser_Eval: "quoted" == quoted 18 Comparing "quoted" == "quoted"
|
| H A D | opt-debug-file.exp | 6 make: Unterminated quoted string [make 'This goes to stdout only, once.] 7 make: Unterminated quoted string [make 'This goes to stderr only, once.] 8 make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | util.c | 266 bool quoted; local 268 quoted = false; 272 if ((*ip & 0377) == METAQUOTE && !quoted) 274 quoted = true; 282 quoted = false;
|
| H A D | uxtext_unquote.c | 96 uxtext_unquote(quoted, unquoted, olen) in uxtext_unquote() argument 97 const char *quoted; in uxtext_unquote() 114 SM_REQUIRE(NULL != quoted); 116 for (cp = (const unsigned char *) quoted; (ch = *cp) != 0; cp++)
|
| /freebsd/bin/sh/ |
| H A D | expand.c | 416 int quoted; in expari() local 419 quoted = *p++ == '"'; in expari() 441 if (quoted ? in expari() 444 reprocess(expdest - adj - stackblock(), flag, VSNORMAL, quoted, in expari() 454 expbackq(union node *cmd, int quoted, int flag, struct worddest *dst) in expbackq() argument 462 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; in expbackq() 476 if (!quoted && flag & EXP_SPLIT) in expbackq() 868 strtodest(const char *p, int flag, int subtype, int quoted, in strtodest() argument 875 else if (flag & EXP_SPLIT && !quoted && dst != NULL) in strtodest() 878 STPUTS_QUOTES(p, quoted ? DQSYNTAX : BASESYNTAX, expdest); in strtodest() [all …]
|
| /freebsd/contrib/bmake/ |
| H A D | cond.c | 380 bool doEval, bool quoted, in CondParser_StringExpr() argument 387 emode = doEval && quoted ? VARE_EVAL in CondParser_StringExpr() 423 bool quoted; in CondParser_Leaf() local 428 *out_quoted = quoted = par->p[0] == '"'; in CondParser_Leaf() 430 if (quoted) in CondParser_Leaf() 446 if (quoted) in CondParser_Leaf() 457 if (!quoted) in CondParser_Leaf() 464 start, doEval, quoted, &buf, &str)) in CondParser_Leaf() 468 if (!unquotedOK && !quoted && *start != '$' && in CondParser_Leaf() 478 if (quoted) in CondParser_Leaf() [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | t.null0 | 9 $1 == "0" {print "$1 = quoted 0"} 12 $5 == "0" {print "$5 = quoted 0"}
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | trim6.0 | 18 [ "$yq" = @ ] || echo "error when quoted in non-splitting context" 19 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context"
|
| /freebsd/crypto/openssh/ |
| H A D | authfile.c | 466 int quoted = 0; in sshkey_advance_past_options() local 468 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in sshkey_advance_past_options() 472 quoted = !quoted; in sshkey_advance_past_options() 476 return (*cp == '\0' && quoted) ? -1 : 0; in sshkey_advance_past_options()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | util.c | 166 bool quoted = false; local 183 quoted = !quoted; 184 else if (!quoted) 204 return !quoted && commentlev == 0; 232 bool quoted = false; local 258 if (!quoted) 269 quoted = !quoted; 275 (quoted ? 1 : 0))) 280 else if (*ptr == '(' && !quoted) 283 quoted = false; [all …]
|
| /freebsd/contrib/sendmail/praliases/ |
| H A D | praliases.c | 183 bool quoted = false; local 193 quoted = !quoted; 194 else if (*p == ',' && !quoted)
|
| /freebsd/tools/tools/notescheck/ |
| H A D | notescheck.py | 232 quoted = False 235 if quoted: 237 quoted = False 241 quoted = True
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 264 int idx = 0, quoted; in prepend_cpp() local 278 quoted = 0; in prepend_cpp() 281 switch (quoted) { in prepend_cpp() 297 quoted = 1; in prepend_cpp() 302 quoted = 2; in prepend_cpp() 328 quoted = 0; in prepend_cpp() 340 quoted = 0; in prepend_cpp() 366 if (quoted) in prepend_cpp() 368 quoted == 1 ? '\'' : '"'); in prepend_cpp()
|
| /freebsd/contrib/mandoc/ |
| H A D | eqn.c | 381 int diff, i, newlen, quoted; in eqn_next() local 392 quoted = mode == MODE_QUOTED; in eqn_next() 399 quoted = 1; in eqn_next() 405 if (quoted) in eqn_next() 412 if (quoted) { in eqn_next() 426 if (quoted && *ep->end != '\0') in eqn_next() 430 if (quoted) /* Cannot return, may have to strndup. */ in eqn_next() 459 return quoted ? EQN_TOK_QUOTED : EQN_TOK__MAX; in eqn_next() 460 if (quoted) { in eqn_next()
|