Symbol: quote
crypto/openssh/misc.c
2047
int argc = 0, quote, i, j;
crypto/openssh/misc.c
2060
quote = 0;
crypto/openssh/misc.c
2072
(quote == 0 && s[i + 1] == ' ')) {
crypto/openssh/misc.c
2079
} else if (quote == 0 && (s[i] == ' ' || s[i] == '\t'))
crypto/openssh/misc.c
2081
else if (quote == 0 && (s[i] == '\"' || s[i] == '\''))
crypto/openssh/misc.c
2082
quote = s[i]; /* quote start */
crypto/openssh/misc.c
2083
else if (quote != 0 && s[i] == quote)
crypto/openssh/misc.c
2084
quote = 0; /* quote end */
crypto/openssh/misc.c
2089
if (quote != 0) {
crypto/openssh/sftp.c
1904
complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote,
crypto/openssh/sftp.c
1961
argterm[y++] = quote;
crypto/openssh/sftp.c
2002
char *file, int remote, int lastarg, char quote, int terminated)
crypto/openssh/sftp.c
2092
if (quote == '\0' || tmp2[i] == quote) {
crypto/openssh/sftp.c
2110
if (!terminated && quote != '\0')
crypto/openssh/sftp.c
2111
ins[i++] = quote;
crypto/openssh/sftp.c
2130
char **argv, *line, quote;
crypto/openssh/sftp.c
2145
argv = makeargv(line, &carg, 1, &quote, &terminated);
crypto/openssh/sftp.c
2169
quote, terminated) != 0)
crypto/openssh/sftp.c
2198
remote, carg == argc, quote, terminated) != 0)
games/larn/io.c
451
int n = LINBUFSIZE, quote = 0;
games/larn/io.c
459
if ((n <= 1) || ((cc <= 32) && (quote == 0))) {
games/larn/io.c
466
quote ^= 1;
lib/libc/gen/wordexp.c
303
bool quote = false, dollar = false;
lib/libc/gen/wordexp.c
314
quote = !quote;
lib/libc/gen/wordexp.c
317
if (quote)
lib/libc/gen/wordexp.c
318
quote = false;
lib/libc/gen/wordexp.c
323
if (!quote && !have_sq && !have_dq)
lib/libc/gen/wordexp.c
330
if (!quote && !have_sq && !have_dq)
lib/libc/gen/wordexp.c
337
if (!quote && !have_sq && !have_cmd)
lib/libc/gen/wordexp.c
344
if (!quote && !dollar && !have_sq && !have_dq &&
lib/libc/gen/wordexp.c
348
if (!quote && !have_sq)
lib/libc/gen/wordexp.c
354
if (!quote && !have_sq && !have_dq && !have_par_begin &&
lib/libc/gen/wordexp.c
360
if (!quote && !dollar && !have_sq && !have_dq &&
lib/libc/gen/wordexp.c
364
if (!quote && !have_sq)
lib/libc/gen/wordexp.c
370
if (!quote && !have_sq && !have_dq && !have_cmd)
lib/libc/gen/wordexp.c
375
if (!quote && !have_sq && !have_dq && !have_cmd)
lib/libc/gen/wordexp.c
381
quote = dollar = false;
lib/libc/gen/wordexp.c
383
if (quote || dollar || need_sq || need_dq || need_par_end ||
libexec/dma/mail.c
155
int quote;
libexec/dma/mail.c
224
if (ps->quote) {
libexec/dma/mail.c
227
ps->quote = 0;
libexec/dma/mail.c
256
ps->quote = 1;
sbin/cryptdisks/cryptdisks.c
125
int quote = 0;
sbin/cryptdisks/cryptdisks.c
143
quote = !quote;
sbin/cryptdisks/cryptdisks.c
144
if (quote) {
sbin/cryptdisks/cryptdisks.c
167
if (quote) {
sbin/cryptdisks/cryptdisks.c
179
if (quote) {
sbin/devfsctl/devfsctl.c
608
int quote = 0;
sbin/devfsctl/devfsctl.c
632
quote = !quote;
sbin/devfsctl/devfsctl.c
633
if (quote) {
sbin/devfsctl/devfsctl.c
648
if (quote) {
sbin/devfsctl/devfsctl.c
665
if ((quote) || (n < 2) || (tokens[0][0] == '\0'))
sbin/restore/interactive.c
383
char quote;
sbin/restore/interactive.c
411
quote = *cp++;
sbin/restore/interactive.c
412
while (*cp != quote && *cp != '\0')
sbin/restore/interactive.c
415
fprintf(stderr, "missing %c\n", quote);
stand/boot/common/interp_parse.c
105
if (*p == '#' && quote == 0) {
stand/boot/common/interp_parse.c
118
quote = quote ? 0 : *p;
stand/boot/common/interp_parse.c
121
else if (isspace(*p) && !quote) {
stand/boot/common/interp_parse.c
84
char token, tmp, quote, *buf;
stand/boot/common/interp_parse.c
88
quote = 0;
tools/regression/lib/libc-regex/testregex.c
1116
quote(re, -1, test);
tools/regression/lib/libc-regex/testregex.c
1118
quote(s, -1, test);
tools/regression/lib/libc-regex/testregex.c
1913
quote(re, -1, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
1915
quote(s, nstr, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
1999
quote(ans, -1, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2001
quote(buf, -1, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2217
quote(ans, -1, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2219
quote(p, -1, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
662
quote(re, -1, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
666
quote(s, len, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
905
quote(p, -1, test);
tools/regression/lib/libc-regex/testregex.c
907
quote(x, -1, test);
usr.bin/chat/chat.c
321
char *sp, *arg, quote;
usr.bin/chat/chat.c
352
quote = *sp++;
usr.bin/chat/chat.c
354
while (*sp != quote) {
usr.bin/dfregress/parser.c
105
quote = !quote;
usr.bin/dfregress/parser.c
106
if (quote) {
usr.bin/dfregress/parser.c
129
if (quote) {
usr.bin/dfregress/parser.c
141
if (quote) {
usr.bin/dfregress/parser.c
87
int quote = 0;
usr.bin/gencat/gencat.c
311
getmsg(int fd, char *cptr, char quote)
usr.bin/gencat/gencat.c
318
if (quote && *cptr == quote) {
usr.bin/gencat/gencat.c
333
if (quote && *cptr == quote) {
usr.bin/gencat/gencat.c
372
if (quote && *cptr == quote) {
usr.bin/gencat/gencat.c
403
char quote = 0;
usr.bin/gencat/gencat.c
424
quote = 0;
usr.bin/gencat/gencat.c
428
quote = 0;
usr.bin/gencat/gencat.c
430
quote = *cptr;
usr.bin/gencat/gencat.c
468
str = getmsg(fd, cptr, quote);
usr.bin/indent/indent.c
1072
char quote = 0;
usr.bin/indent/indent.c
1094
if (*buf_ptr == '*' && !in_comment && !quote) {
usr.bin/indent/indent.c
1101
if (quote == '"')
usr.bin/indent/indent.c
1102
quote = 0;
usr.bin/indent/indent.c
1105
if (quote == '\'')
usr.bin/indent/indent.c
1106
quote = 0;
usr.bin/mail/names.c
500
goto quote;
usr.bin/mail/names.c
502
goto quote;
usr.bin/mail/names.c
507
quote:
usr.sbin/config/main.c
344
int quote = ch;
usr.sbin/config/main.c
347
if (ch == quote)
usr.sbin/inetd/inetd.c
1813
char quote = '\0';
usr.sbin/inetd/inetd.c
1830
quote = *cp++;
usr.sbin/inetd/inetd.c
1832
if (quote)
usr.sbin/inetd/inetd.c
1833
while (*cp && *cp != quote)
usr.sbin/pw/pw_conf.c
394
int quote = 1;
usr.sbin/pw/pw_conf.c
410
quote = 0;
usr.sbin/pw/pw_conf.c
426
quote = 0;
usr.sbin/pw/pw_conf.c
442
quote = 0;
usr.sbin/pw/pw_conf.c
462
quote = 0;
usr.sbin/pw/pw_conf.c
469
quote = 0;
usr.sbin/pw/pw_conf.c
473
quote = 0;
usr.sbin/pw/pw_conf.c
477
quote = 0;
usr.sbin/pw/pw_conf.c
481
quote = 0;
usr.sbin/pw/pw_conf.c
485
quote = 0;
usr.sbin/pw/pw_conf.c
489
quote = 0;
usr.sbin/pw/pw_conf.c
499
if (quote)