Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 171) sorted by relevance

1234567

/freebsd/contrib/diff/lib/
H A Dquotesys.c34 char *quoted; in quote_system_arg()
74 if (quoted)
85 if (quoted)
86 quoted[len] = c;
94 if (quoted)
102 if (quoted)
110 if (quoted)
111 quoted[len] = c;
115 if (quoted)
121 if (quoted)
[all …]
/freebsd/usr.bin/m4/tests/
H A Dregress.quotes.out4 quoted string
5 [quoted STRING]
7 half quoted string
11 `quoted STRING'
12 [quoted STRING]
18 `quoted STRING'
19 quoted string
25 `quoted STRING'
26 [quoted STRING]
32 quoted string'[quoted STRING]
[all …]
H A Dquotes.m45 `quoted string'
6 [quoted string]
13 `quoted string'
14 [quoted string]
21 `quoted string'
22 [quoted string]
29 `quoted string'
30 [quoted string]
37 `quoted string'
38 [quoted string]
[all …]
/freebsd/contrib/dialog/
H A Ddialog.pl62 sub quoted($) { subroutine
90 . &quoted($message)
107 . &quoted($title)
123 . &quoted($title)
145 . &quoted($title)
161 . &quoted($title)
187 . &quoted($title)
221 . &quoted($title)
262 . &quoted($title)
301 . &quoted($title)
[all …]
H A Dargv.c62 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 Dversion.c25 #define quoted(a) #a macro
26 #define concat(a,b) a "-" quoted(b)
/freebsd/contrib/kyua/utils/text/
H A Doperations.cpp50 std::ostringstream quoted; in escape_xml() local
56 quoted << "&quot;"; in escape_xml()
58 quoted << "&amp;"; in escape_xml()
60 quoted << "&lt;"; in escape_xml()
62 quoted << "&gt;"; in escape_xml()
77 quoted << *it; in escape_xml()
80 return quoted.str(); in escape_xml()
93 std::ostringstream quoted; in quote() local
94 quoted << quote; in quote()
105 quoted << quote; in quote()
[all …]
/freebsd/contrib/unbound/sldns/
H A Dparse.c37 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()
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()
318 if (c == '(' && lc != '\\' && !quoted) { in sldns_bget_token_par()
345 if (c == ';' && quoted == 0) { in sldns_bget_token_par()
[all …]
H A Dstr2wire.c549 int* quoted, int* parens, size_t* pre_data_pos, in sldns_parse_rdf_token() argument
563 token_len, parens, (*quoted)?NULL:" \t") == -1) { in sldns_parse_rdf_token()
568 if(!*quoted && sldns_rdf_type_maybe_quoted(rdftype) && in sldns_parse_rdf_token()
576 *quoted = 1; in sldns_parse_rdf_token()
585 *quoted = 1; in sldns_parse_rdf_token()
606 int* quoted, int* parens, size_t* pre_data_pos, in sldns_affix_token() argument
784 !quoted && (token_strlen == 2 || token[2]==' ' || in rrinternal_parse_rdata()
791 } else if(token_strlen > 0 || quoted) { in rrinternal_parse_rdata()
795 &token_len, &quoted, &parens, in rrinternal_parse_rdata()
800 &token_len, &quoted, &parens, in rrinternal_parse_rdata()
[all …]
/freebsd/contrib/ldns/
H A Dparse.c41 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()
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()
332 if (c == '(' && lc != '\\' && !quoted) { in ldns_bget_token()
357 if (c == ';' && quoted == 0) { in ldns_bget_token()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp30 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()
51 result += quoted.front(); in ParseDoubleQuotes()
52 quoted = quoted.drop_front(); in ParseDoubleQuotes()
55 return quoted; in ParseDoubleQuotes()
143 size_t quoted = command.find(special); in ParseSingleArgument() local
144 arg += command.substr(0, quoted); in ParseSingleArgument()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcond-token-string.exp17 CondParser_Eval: "quoted" == quoted
18 Comparing "quoted" == "quoted"
/freebsd/contrib/sendmail/libsm/
H A Dutil.c266 bool quoted; local
268 quoted = false;
272 if ((*ip & 0377) == METAQUOTE && !quoted)
274 quoted = true;
282 quoted = false;
H A Duxtext_unquote.c96 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 Dexpand.c414 int quoted; in expari() local
417 quoted = *p++ == '"'; in expari()
439 if (quoted ? in expari()
474 if (!quoted && flag & EXP_SPLIT) in expbackq()
961 strtodest(buf, flag, subtype, quoted, dst); in varvalue()
964 if (flag & EXP_SPLIT && quoted) { in varvalue()
966 strtodest(p, flag, subtype, quoted, dst); in varvalue()
987 strtodest(p, flag, subtype, quoted, dst); in varvalue()
991 strtodest(sep, flag, subtype, quoted, dst); in varvalue()
1009 strtodest(p, flag, subtype, quoted, dst); in varvalue()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dt.null09 $1 == "0" {print "$1 = quoted 0"}
12 $5 == "0" {print "$5 = quoted 0"}
/freebsd/contrib/bmake/
H A Dcond.c392 bool doEval, bool quoted, in CondParser_StringExpr() argument
399 emode = doEval && quoted ? VARE_WANTRES in CondParser_StringExpr()
436 bool quoted; in CondParser_Leaf() local
441 *out_quoted = quoted = par->p[0] == '"'; in CondParser_Leaf()
443 if (quoted) in CondParser_Leaf()
457 if (quoted) in CondParser_Leaf()
468 if (!quoted) in CondParser_Leaf()
475 start, doEval, quoted, &buf, &str)) in CondParser_Leaf()
479 if (!unquotedOK && !quoted && *start != '$' && in CondParser_Leaf()
502 EvalTruthy(CondParser *par, const char *value, bool quoted) in EvalTruthy() argument
[all …]
/freebsd/bin/sh/tests/expansion/
H A Dtrim6.018 [ "$yq" = @ ] || echo "error when quoted in non-splitting context"
19 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context"
/freebsd/crypto/openssh/
H A Dauthfile.c480 int quoted = 0; in sshkey_advance_past_options() local
482 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) { in sshkey_advance_past_options()
486 quoted = !quoted; in sshkey_advance_past_options()
490 return (*cp == '\0' && quoted) ? -1 : 0; in sshkey_advance_past_options()
/freebsd/contrib/sendmail/src/
H A Dutil.c166 bool quoted = false; local
183 quoted = !quoted;
184 else if (!quoted)
232 bool quoted = false; local
258 if (!quoted)
269 quoted = !quoted;
283 quoted = false;
299 if (quoted)
337 bool quoted = false; local
357 if (!quoted)
[all …]
/freebsd/contrib/sendmail/praliases/
H A Dpraliases.c183 bool quoted = false; local
193 quoted = !quoted;
194 else if (*p == ',' && !quoted)
/freebsd/tools/tools/notescheck/
H A Dnotescheck.py232 quoted = False
235 if quoted:
237 quoted = False
241 quoted = True
/freebsd/usr.bin/rpcgen/
H A Drpc_main.c264 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 Deqn.c382 int diff, i, quoted; in eqn_next() local
393 quoted = mode == MODE_QUOTED; in eqn_next()
400 quoted = 1; in eqn_next()
406 if (quoted) in eqn_next()
413 if (quoted) { in eqn_next()
427 if (quoted && *ep->end != '\0') in eqn_next()
431 if (quoted) /* Cannot return, may have to strndup. */ in eqn_next()
457 return quoted ? EQN_TOK_QUOTED : EQN_TOK__MAX; in eqn_next()
458 if (quoted) { in eqn_next()
/freebsd/contrib/dma/
H A DTODO1 - unquote/handle quoted local recipients

1234567