Symbol: quoted
bin/csh/dol.c
821
bool quoted;
bin/csh/dol.c
832
quoted = gflag;
bin/csh/dol.c
868
if (quoted || noexec) {
bin/csh/glob.c
620
int pvec[2], quoted;
bin/csh/glob.c
626
quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0;
bin/csh/glob.c
729
if (!quoted && (c == ' ' || c == '\t'))
bin/csh/glob.c
732
psave(c | quoted);
bin/ksh/tree.c
264
int c, quoted=0;
bin/ksh/tree.c
282
if (!quoted || (c == '"' || c == '`' || c == '$'))
bin/ksh/tree.c
305
quoted = 1;
bin/ksh/tree.c
309
quoted = 0;
lib/libcrypto/x509/x509_constraints.c
332
int quoted = 0;
lib/libcrypto/x509/x509_constraints.c
358
quoted = 1;
lib/libcrypto/x509/x509_constraints.c
390
if (quoted) {
lib/libcrypto/x509/x509_constraints.c
402
quoted = 0;
sbin/unwind/libunbound/sldns/parse.c
291
int com, quoted;
sbin/unwind/libunbound/sldns/parse.c
308
quoted = 0;
sbin/unwind/libunbound/sldns/parse.c
312
quoted = 1;
sbin/unwind/libunbound/sldns/parse.c
318
if (c == '(' && lc != '\\' && !quoted) {
sbin/unwind/libunbound/sldns/parse.c
328
if (c == ')' && lc != '\\' && !quoted) {
sbin/unwind/libunbound/sldns/parse.c
345
if (c == ';' && quoted == 0) {
sbin/unwind/libunbound/sldns/parse.c
351
quoted = 1 - quoted;
sbin/unwind/libunbound/sldns/parse.c
37
int com, quoted, only_blank;
sbin/unwind/libunbound/sldns/parse.c
384
if(skipw && i==0 && !com && !quoted && lc != '\\') {
sbin/unwind/libunbound/sldns/parse.c
54
quoted = 0;
sbin/unwind/libunbound/sldns/parse.c
59
quoted = 1;
sbin/unwind/libunbound/sldns/parse.c
64
if (c == '(' && prev_c != '\\' && !quoted) {
sbin/unwind/libunbound/sldns/parse.c
73
if (c == ')' && prev_c != '\\' && !quoted) {
sbin/unwind/libunbound/sldns/parse.c
89
if (c == ';' && quoted == 0) {
sbin/unwind/libunbound/sldns/parse.c
95
quoted = 1 - quoted;
sbin/unwind/libunbound/sldns/str2wire.c
550
int* quoted, int* parens, size_t* pre_data_pos,
sbin/unwind/libunbound/sldns/str2wire.c
556
while(sldns_buffer_remaining(strbuf) > 0 && !*quoted &&
sbin/unwind/libunbound/sldns/str2wire.c
563
if(sldns_bget_token_par(strbuf, token, (*quoted)?"\"":delimiters,
sbin/unwind/libunbound/sldns/str2wire.c
564
token_len, parens, (*quoted)?NULL:" \t") == -1) {
sbin/unwind/libunbound/sldns/str2wire.c
569
if(!*quoted && sldns_rdf_type_maybe_quoted(rdftype) &&
sbin/unwind/libunbound/sldns/str2wire.c
577
*quoted = 1;
sbin/unwind/libunbound/sldns/str2wire.c
578
} else if(!*quoted && sldns_rdf_type_maybe_quoted(rdftype) &&
sbin/unwind/libunbound/sldns/str2wire.c
586
*quoted = 1;
sbin/unwind/libunbound/sldns/str2wire.c
607
int* quoted, int* parens, size_t* pre_data_pos,
sbin/unwind/libunbound/sldns/str2wire.c
623
if(!sldns_parse_rdf_token(strbuf, token+*token_strlen, addlen, quoted,
sbin/unwind/libunbound/sldns/str2wire.c
755
int was_unknown_rr_format = 0, parens = 0, status, quoted;
sbin/unwind/libunbound/sldns/str2wire.c
772
quoted = rrinternal_get_quoted(strbuf, &delimiters, rdftype);
sbin/unwind/libunbound/sldns/str2wire.c
774
if(!sldns_parse_rdf_token(strbuf, token, token_len, &quoted,
sbin/unwind/libunbound/sldns/str2wire.c
785
!quoted && (token_strlen == 2 || token[2]==' ' ||
sbin/unwind/libunbound/sldns/str2wire.c
792
} else if(token_strlen > 0 || quoted) {
sbin/unwind/libunbound/sldns/str2wire.c
796
&token_len, &quoted, &parens,
sbin/unwind/libunbound/sldns/str2wire.c
801
&token_len, &quoted, &parens,
sbin/unwind/libunbound/sldns/str2wire.c
809
&token_len, &quoted, &parens,
sbin/unwind/libunbound/validator/val_anchor.c
648
int quoted = 0;
sbin/unwind/libunbound/validator/val_anchor.c
662
quoted = 1;
sbin/unwind/libunbound/validator/val_anchor.c
666
if(contnum > 0 && quoted) {
sbin/unwind/libunbound/validator/val_anchor.c
672
quoted = 0;
sbin/unwind/libunbound/validator/val_anchor.c
699
quoted = 0;
sbin/unwind/libunbound/validator/val_anchor.c
715
if(contnum == 1 && !quoted) {
usr.bin/awk/b.c
1301
rlxval = quoted(&prestr);
usr.bin/awk/b.c
438
c = quoted(&p);
usr.bin/awk/b.c
446
c2 = quoted(&p); /* BUG: sets p, has to be u8 size */
usr.bin/awk/proto.h
44
extern int quoted(const uschar **);
usr.bin/doas/parse.y
228
int c, quoted = 0, quotes = 0, qerr = 0, escape = 0, nonkw = 0;
usr.bin/doas/parse.y
306
quoted = 1;
usr.bin/doas/parse.y
336
else if (!quoted) /* accept, e.g., empty args: cmd foo args "" */
usr.bin/mandoc/eqn.c
379
int diff, i, newlen, quoted;
usr.bin/mandoc/eqn.c
390
quoted = mode == MODE_QUOTED;
usr.bin/mandoc/eqn.c
397
quoted = 1;
usr.bin/mandoc/eqn.c
403
if (quoted)
usr.bin/mandoc/eqn.c
410
if (quoted) {
usr.bin/mandoc/eqn.c
424
if (quoted && *ep->end != '\0')
usr.bin/mandoc/eqn.c
428
if (quoted) /* Cannot return, may have to strndup. */
usr.bin/mandoc/eqn.c
457
return quoted ? EQN_TOK_QUOTED : EQN_TOK__MAX;
usr.bin/mandoc/eqn.c
458
if (quoted) {
usr.bin/mandoc/roff.c
1623
int newesc, pairs, quoted, white;
usr.bin/mandoc/roff.c
1627
quoted = 0;
usr.bin/mandoc/roff.c
1629
quoted = 1;
usr.bin/mandoc/roff.c
1663
if (0 == quoted)
usr.bin/mandoc/roff.c
1669
} else if (0 == quoted) {
usr.bin/mandoc/roff.c
1682
quoted = 2;
usr.bin/mandoc/roff.c
1689
if (1 == quoted)
usr.bin/mandoc/roff.c
1700
*pos += (int)(cp - start) + (quoted ? 1 : 0);
usr.bin/pkgconf/libpkgconf/fileio.c
22
bool quoted = false;
usr.bin/pkgconf/libpkgconf/fileio.c
27
if (c == '\\' && !quoted)
usr.bin/pkgconf/libpkgconf/fileio.c
29
quoted = true;
usr.bin/pkgconf/libpkgconf/fileio.c
34
if (!quoted) {
usr.bin/pkgconf/libpkgconf/fileio.c
45
quoted = false;
usr.bin/pkgconf/libpkgconf/fileio.c
50
if (quoted)
usr.bin/pkgconf/libpkgconf/fileio.c
59
quoted = false;
usr.bin/pkgconf/libpkgconf/fileio.c
75
if (quoted)
usr.bin/pkgconf/libpkgconf/fileio.c
77
quoted = false;
usr.bin/pkgconf/libpkgconf/fileio.c
86
if (quoted)
usr.bin/pkgconf/libpkgconf/fileio.c
88
quoted = false;
usr.bin/pkgconf/libpkgconf/fileio.c
96
if (quoted) {
usr.bin/pkgconf/libpkgconf/fileio.c
98
quoted = false;
usr.bin/pkgconf/libpkgconf/fragment.c
526
char *quoted = fragment_quote(frag);
usr.bin/pkgconf/libpkgconf/fragment.c
527
len += strlen(quoted);
usr.bin/pkgconf/libpkgconf/fragment.c
528
free(quoted);
usr.bin/pkgconf/libpkgconf/fragment.c
561
char *quoted = fragment_quote(frag);
usr.bin/pkgconf/libpkgconf/fragment.c
564
if (strlen(quoted) > bufremain)
usr.bin/pkgconf/libpkgconf/fragment.c
566
free(quoted);
usr.bin/pkgconf/libpkgconf/fragment.c
576
if (quoted != NULL)
usr.bin/pkgconf/libpkgconf/fragment.c
578
bptr += pkgconf_strlcpy(bptr, quoted, bufremain - (bptr - base));
usr.bin/pkgconf/libpkgconf/fragment.c
579
free(quoted);
usr.bin/ssh/authfile.c
462
int quoted = 0;
usr.bin/ssh/authfile.c
464
for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {
usr.bin/ssh/authfile.c
468
quoted = !quoted;
usr.bin/ssh/authfile.c
472
return (*cp == '\0' && quoted) ? -1 : 0;
usr.bin/ssh/ssh-keygen.c
946
int quoted = 0;
usr.bin/ssh/ssh-keygen.c
949
for (; *cp && (quoted || (*cp != ' ' &&
usr.bin/ssh/ssh-keygen.c
954
quoted = !quoted;
usr.bin/tmux/cmd-source-file.c
148
char *quoted = xmalloc(2 * strlen(path) + 1), *q = quoted;
usr.bin/tmux/cmd-source-file.c
157
return (quoted);
usr.bin/tmux/cmd.c
844
int replaced, quoted;
usr.bin/tmux/cmd.c
866
quoted = (*ptr == '%');
usr.bin/tmux/cmd.c
867
if (quoted)
usr.bin/tmux/cmd.c
872
if (quoted && strchr(quote, *cp) != NULL)
usr.sbin/amd/amd/mntfs.c
272
int quoted;
usr.sbin/amd/amd/mntfs.c
278
quoted = strchr(mf->mf_info, ' ') != 0; /* cheap */
usr.sbin/amd/amd/mntfs.c
280
quoted ? "\"" : "",
usr.sbin/amd/amd/mntfs.c
282
quoted ? "\"" : "",
usr.sbin/amd/amd/util.c
317
int quoted;
usr.sbin/amd/amd/util.c
341
quoted = strchr(mf->mf_info, ' ') != 0;
usr.sbin/amd/amd/util.c
343
quoted ? "\"" : "",
usr.sbin/amd/amd/util.c
345
quoted ? "\"" : "",
usr.sbin/nsd/simdzone/src/generic/scanner.h
134
uint64_t quoted;
usr.sbin/nsd/simdzone/src/generic/scanner.h
155
block->quoted = simd_find_8x64(&block->input, '"') & ~block->escaped;
usr.sbin/nsd/simdzone/src/generic/scanner.h
163
block->quoted,
usr.sbin/nsd/simdzone/src/generic/scanner.h
168
&block->quoted,
usr.sbin/nsd/simdzone/src/generic/scanner.h
171
block->in_quoted ^= prefix_xor(block->quoted);
usr.sbin/nsd/simdzone/src/generic/scanner.h
176
block->in_quoted ^= prefix_xor(block->quoted);
usr.sbin/nsd/simdzone/src/generic/scanner.h
186
~(block->blank | block->special | block->quoted) & ~(block->in_quoted | block->in_comment);
usr.sbin/nsd/simdzone/src/generic/scanner.h
194
(block->quoted & block->in_quoted) |
usr.sbin/nsd/simdzone/src/generic/scanner.h
202
(block->quoted & ~block->in_quoted);
usr.sbin/pppd/chat/chat.c
1435
int base, len, neg, quoted;
usr.sbin/pppd/chat/chat.c
1527
quoted = c == 'q';
usr.sbin/pppd/chat/chat.c
1539
if (!quoted && c >= 0x80) {
usr.sbin/pppd/chat/chat.c
1544
if (quoted && (c == '"' || c == '\\'))
usr.sbin/pppd/chat/chat.c
1547
if (quoted) {
usr.sbin/pppd/main.c
1350
int base, len, neg, quoted;
usr.sbin/pppd/main.c
1451
quoted = c == 'q';
usr.sbin/pppd/main.c
1463
if (!quoted && c >= 0x80) {
usr.sbin/pppd/main.c
1468
if (quoted && (c == '"' || c == '\\'))
usr.sbin/pppd/main.c
1471
if (quoted) {
usr.sbin/pppd/options.c
723
int quoted, comment;
usr.sbin/pppd/options.c
793
quoted = c;
usr.sbin/pppd/options.c
796
quoted = 0;
usr.sbin/pppd/options.c
893
if (quoted) {
usr.sbin/pppd/options.c
894
if (c == quoted)
usr.sbin/unbound/sldns/parse.c
291
int com, quoted;
usr.sbin/unbound/sldns/parse.c
308
quoted = 0;
usr.sbin/unbound/sldns/parse.c
312
quoted = 1;
usr.sbin/unbound/sldns/parse.c
318
if (c == '(' && lc != '\\' && !quoted) {
usr.sbin/unbound/sldns/parse.c
328
if (c == ')' && lc != '\\' && !quoted) {
usr.sbin/unbound/sldns/parse.c
345
if (c == ';' && quoted == 0) {
usr.sbin/unbound/sldns/parse.c
351
quoted = 1 - quoted;
usr.sbin/unbound/sldns/parse.c
37
int com, quoted, only_blank;
usr.sbin/unbound/sldns/parse.c
384
if(skipw && i==0 && !com && !quoted && lc != '\\') {
usr.sbin/unbound/sldns/parse.c
54
quoted = 0;
usr.sbin/unbound/sldns/parse.c
59
quoted = 1;
usr.sbin/unbound/sldns/parse.c
64
if (c == '(' && prev_c != '\\' && !quoted) {
usr.sbin/unbound/sldns/parse.c
73
if (c == ')' && prev_c != '\\' && !quoted) {
usr.sbin/unbound/sldns/parse.c
89
if (c == ';' && quoted == 0) {
usr.sbin/unbound/sldns/parse.c
95
quoted = 1 - quoted;
usr.sbin/unbound/sldns/str2wire.c
550
int* quoted, int* parens, size_t* pre_data_pos,
usr.sbin/unbound/sldns/str2wire.c
556
while(sldns_buffer_remaining(strbuf) > 0 && !*quoted &&
usr.sbin/unbound/sldns/str2wire.c
563
if(sldns_bget_token_par(strbuf, token, (*quoted)?"\"":delimiters,
usr.sbin/unbound/sldns/str2wire.c
564
token_len, parens, (*quoted)?NULL:" \t") == -1) {
usr.sbin/unbound/sldns/str2wire.c
569
if(!*quoted && sldns_rdf_type_maybe_quoted(rdftype) &&
usr.sbin/unbound/sldns/str2wire.c
577
*quoted = 1;
usr.sbin/unbound/sldns/str2wire.c
578
} else if(!*quoted && sldns_rdf_type_maybe_quoted(rdftype) &&
usr.sbin/unbound/sldns/str2wire.c
586
*quoted = 1;
usr.sbin/unbound/sldns/str2wire.c
607
int* quoted, int* parens, size_t* pre_data_pos,
usr.sbin/unbound/sldns/str2wire.c
623
if(!sldns_parse_rdf_token(strbuf, token+*token_strlen, addlen, quoted,
usr.sbin/unbound/sldns/str2wire.c
755
int was_unknown_rr_format = 0, parens = 0, status, quoted;
usr.sbin/unbound/sldns/str2wire.c
772
quoted = rrinternal_get_quoted(strbuf, &delimiters, rdftype);
usr.sbin/unbound/sldns/str2wire.c
774
if(!sldns_parse_rdf_token(strbuf, token, token_len, &quoted,
usr.sbin/unbound/sldns/str2wire.c
785
!quoted && (token_strlen == 2 || token[2]==' ' ||
usr.sbin/unbound/sldns/str2wire.c
792
} else if(token_strlen > 0 || quoted) {
usr.sbin/unbound/sldns/str2wire.c
796
&token_len, &quoted, &parens,
usr.sbin/unbound/sldns/str2wire.c
801
&token_len, &quoted, &parens,
usr.sbin/unbound/sldns/str2wire.c
809
&token_len, &quoted, &parens,
usr.sbin/unbound/validator/val_anchor.c
648
int quoted = 0;
usr.sbin/unbound/validator/val_anchor.c
662
quoted = 1;
usr.sbin/unbound/validator/val_anchor.c
666
if(contnum > 0 && quoted) {
usr.sbin/unbound/validator/val_anchor.c
672
quoted = 0;
usr.sbin/unbound/validator/val_anchor.c
699
quoted = 0;
usr.sbin/unbound/validator/val_anchor.c
715
if(contnum == 1 && !quoted) {