Searched refs:quoted (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-current/contrib/diff/lib/
H A Dquotesys.c28 /* Place into QUOTED a quoted version of ARG suitable for `system'.
33 quote_system_arg (quoted, arg)
34 char *quoted;
74 if (quoted)
76 quoted[len] = '-';
77 quoted[len + 1] = c;
85 if (quoted)
86 quoted[len] = c;
94 if (quoted)
95 quoted[le
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Doperations.cpp46 /// \return A quoted string without any XML special characters.
50 std::ostringstream quoted; local
56 quoted << "&quot;";
58 quoted << "&amp;";
60 quoted << "&lt;";
62 quoted << "&gt;";
64 quoted << "&apos;";
74 quoted << "&amp;#" << static_cast< std::string::size_type >(*it)
77 quoted << *it;
80 return quoted
93 std::ostringstream quoted; local
[all...]
/freebsd-current/contrib/dialog/
H A Dversion.c25 #define quoted(a) #a macro
26 #define concat(a,b) a "-" quoted(b)
H A Ddialog.pl62 sub quoted($) { subroutine
90 . &quoted($message)
107 . &quoted($title)
123 . &quoted($title)
125 . &quoted($message)
145 . &quoted($title)
147 . &quoted($message)
161 . &quoted($title)
163 . &quoted($message)
187 . &quoted(
[all...]
H A Dargv.c62 bool quoted = FALSE; local
67 if (quoted && blob[n] == '"') {
68 quoted = FALSE;
70 quoted = TRUE;
78 } else if (!quoted && isspace(UCH(blob[n]))) {
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-string.exp17 CondParser_Eval: "quoted" == quoted
18 Comparing "quoted" == "quoted"
H A Dvarmod-order-string.mk15 QUOTED_WORDS= none "double quoted" 'single quoted' `in backticks`
16 .if ${QUOTED_WORDS:O} != "\"double quoted\" 'single quoted' `in backticks` none"
H A Ddeptgt-makeflags.exp9 make: Unterminated quoted string [make VAR=initial UNBALANCED=']
H A Dcond-token-string.mk3 # Tests for quoted string literals in .if conditions.
30 # quoted string literal or a number that starts with a digit.
39 # double-quoted string literals. See CondParser_String.
102 .if "quoted" == quoted
H A Dparse-var.mk52 # in a condition, only operand, quoted
54 # in a condition, left-hand side, quoted
56 # in a condition, right-hand side, quoted
/freebsd-current/contrib/unbound/sldns/
H A Dparse.c37 int com, quoted, only_blank; local
54 quoted = 0;
59 quoted = 1;
64 if (c == '(' && prev_c != '\\' && !quoted) {
73 if (c == ')' && prev_c != '\\' && !quoted) {
89 if (c == ';' && quoted == 0) {
95 quoted = 1 - quoted;
291 int com, quoted; local
308 quoted
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Diomanip.inc23 using std::quoted;
/freebsd-current/contrib/ldns/
H A Dparse.c41 int com, quoted; local
71 quoted = 0;
75 quoted = 1;
80 if (c == '(' && prev_c != '\\' && !quoted) {
89 if (c == ')' && prev_c != '\\' && !quoted) {
108 && quoted == 0) {
114 quoted = 1 - quoted;
305 int com, quoted; local
322 quoted
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp23 static llvm::StringRef ParseDoubleQuotes(llvm::StringRef quoted, argument
29 size_t regular = quoted.find_first_of(k_escapable_characters);
30 result += quoted.substr(0, regular);
31 quoted = quoted.substr(regular);
34 if (quoted.empty() || quoted.front() == '"')
38 quoted = quoted.drop_front();
40 if (quoted
143 size_t quoted = command.find(special); local
[all...]
/freebsd-current/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.c85 ** quoted -- original string [x]
96 uxtext_unquote(quoted, unquoted, olen)
97 const char *quoted;
114 SM_REQUIRE(NULL != quoted);
116 for (cp = (const unsigned char *) quoted; (ch = *cp) != 0; cp++)
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.lex595 ub_c_error("EOF inside quoted string");
600 <quotedstring>{NEWLINE} { ub_c_error("newline inside quoted string, no end \"");
616 ub_c_error("EOF inside quoted string");
621 <singlequotedstr>{NEWLINE} { ub_c_error("newline inside quoted string, no end '");
650 ub_c_error("EOF inside quoted string");
694 ub_c_error("EOF inside quoted string");
/freebsd-current/bin/sh/
H A Dexpand.c368 case CTLESC: /* This means CTL* are always considered quoted. */
414 int quoted; local
417 quoted = *p++ == '"';
436 * If this is quoted, a '-' must not indicate a range in [...].
437 * If this is not quoted, splitting may occur.
439 if (quoted ?
442 reprocess(expdest - adj - stackblock(), flag, VSNORMAL, quoted,
452 expbackq(union node *cmd, int quoted, int flag, struct worddest *dst) argument
460 char const *syntax = quoted? DQSYNTAX : BASESYNTAX;
474 if (!quoted
866 strtodest(const char *p, int flag, int subtype, int quoted, struct worddest *dst) argument
882 reprocess(int startloc, int flag, int subtype, int quoted, struct worddest *dst) argument
925 varvalue(const char *name, int quoted, int subtype, int flag, struct worddest *dst) argument
[all...]
/freebsd-current/contrib/sendmail/praliases/
H A Dpraliases.c183 bool quoted = false; local
188 ** Don't break into a quoted
193 quoted = !quoted;
194 else if (*p == ',' && !quoted)
/freebsd-current/tools/tools/notescheck/
H A Dnotescheck.py215 # Split a line into words on whitespace with the exception that quoted
231 # String split all the "odd" groups since they are not quoted strings.
232 quoted = False
235 if quoted:
237 quoted = False
241 quoted = True
/freebsd-current/crypto/openssh/
H A Dauthfile.c480 int quoted = 0; local
482 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {
486 quoted = !quoted;
490 return (*cp == '\0' && quoted) ? -1 : 0;
/freebsd-current/usr.sbin/makefs/
H A Dmtree.c194 int c, error, quoted, subst; local
205 quoted = (subst || c == '\'') ? 1 : 0;
208 res = estrdup(spec + quoted);
209 if (quoted)
400 mtree_warning("quoted word straddles "
/freebsd-current/contrib/bmake/
H A Dcond.c159 * either be an expression, a quoted string or a number.
383 * In a quoted or unquoted string literal or a number, parse an
392 bool doEval, bool quoted,
399 emode = doEval && quoted ? VARE_WANTRES
424 * Parse a string from an expression or an optionally quoted string,
428 * Sets out_quoted if the leaf was a quoted string literal.
436 bool quoted; local
441 *out_quoted = quoted = par->p[0] == '"';
443 if (quoted)
457 if (quoted)
391 CondParser_StringExpr(CondParser *par, const char *start, bool doEval, bool quoted, Buffer *buf, FStr *inout_str) argument
502 EvalTruthy(CondParser *par, const char *value, bool quoted) argument
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dutil.c74 ** pointer to quoted string.
89 /* Find length of quoted string */
149 ** are only found inside comments, quoted strings, or backslash
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)
337 bool quoted = false; local
[all...]
/freebsd-current/contrib/mandoc/
H A Deqn.c382 int diff, i, quoted; local
393 quoted = mode == MODE_QUOTED;
400 quoted = 1;
406 if (quoted)
413 if (quoted) {
427 if (quoted && *ep->end != '\0')
431 if (quoted) /* Cannot return, may have to strndup. */
457 return quoted ? EQN_TOK_QUOTED : EQN_TOK__MAX;
458 if (quoted) {

Completed in 182 milliseconds

123