crypto/heimdal/appl/ftp/ftp/cmdtab.c
165
{ "quote", quotehelp, 1, 1, 1, quote },
crypto/heimdal/appl/ftp/ftp/extern.h
109
void quote (int, char **);
crypto/heimdal/appl/telnet/telnet/utilities.c
252
qprintf(int quote, FILE *f, const char *fmt, ...)
crypto/heimdal/appl/telnet/telnet/utilities.c
256
if (quote)
crypto/heimdal/appl/telnet/telnet/utilities.c
743
int quote = 0;
crypto/heimdal/appl/telnet/telnet/utilities.c
747
qprintf(quote, NetTrace, "VAR ");
crypto/heimdal/appl/telnet/telnet/utilities.c
748
quote = 0;
crypto/heimdal/appl/telnet/telnet/utilities.c
752
qprintf(quote, NetTrace, "VALUE");
crypto/heimdal/appl/telnet/telnet/utilities.c
753
quote = 0;
crypto/heimdal/appl/telnet/telnet/utilities.c
757
qprintf(quote, NetTrace, "ESC ");
crypto/heimdal/appl/telnet/telnet/utilities.c
758
quote = 0;
crypto/heimdal/appl/telnet/telnet/utilities.c
762
qprintf(quote, NetTrace, "USERVAR ");
crypto/heimdal/appl/telnet/telnet/utilities.c
763
quote = 0;
crypto/heimdal/appl/telnet/telnet/utilities.c
768
if (!quote) {
crypto/heimdal/appl/telnet/telnet/utilities.c
770
quote = 1;
crypto/heimdal/appl/telnet/telnet/utilities.c
774
qprintf(quote, NetTrace, "%03o ", pointer[i]);
crypto/heimdal/appl/telnet/telnet/utilities.c
775
quote = 0;
crypto/heimdal/appl/telnet/telnet/utilities.c
780
if (quote)
crypto/heimdal/appl/telnet/telnetd/utility.c
916
int quote = 0;
crypto/heimdal/appl/telnet/telnetd/utility.c
920
if (quote)
crypto/heimdal/appl/telnet/telnetd/utility.c
923
quote = 0;
crypto/heimdal/appl/telnet/telnetd/utility.c
927
if (quote)
crypto/heimdal/appl/telnet/telnetd/utility.c
930
quote = 0;
crypto/heimdal/appl/telnet/telnetd/utility.c
934
if (quote)
crypto/heimdal/appl/telnet/telnetd/utility.c
937
quote = 0;
crypto/heimdal/appl/telnet/telnetd/utility.c
941
if (quote)
crypto/heimdal/appl/telnet/telnetd/utility.c
944
quote = 0;
crypto/heimdal/appl/telnet/telnetd/utility.c
949
if (!quote) {
crypto/heimdal/appl/telnet/telnetd/utility.c
951
quote = 1;
crypto/heimdal/appl/telnet/telnetd/utility.c
956
quote = 0;
crypto/heimdal/appl/telnet/telnetd/utility.c
961
if (quote)
crypto/heimdal/kadmin/util.c
489
int quote = 0;
crypto/heimdal/kadmin/util.c
492
if(quote) {
crypto/heimdal/kadmin/util.c
493
quote = 0;
crypto/heimdal/kadmin/util.c
497
quote++;
crypto/heimdal/lib/com_err/lex.c
1853
int quote = 0;
crypto/heimdal/lib/com_err/lex.c
1855
if(quote) {
crypto/heimdal/lib/com_err/lex.c
1857
quote = 0;
crypto/heimdal/lib/com_err/lex.c
1866
quote++;
crypto/heimdal/lib/hdb/hdb-ldap.c
843
char *quote, *filter = NULL;
crypto/heimdal/lib/hdb/hdb-ldap.c
854
ret = escape_value(context, princname, "e);
crypto/heimdal/lib/hdb/hdb-ldap.c
860
quote);
crypto/heimdal/lib/hdb/hdb-ldap.c
861
free(quote);
crypto/heimdal/lib/hdb/hdb-ldap.c
892
ret = escape_value(context, userid, "e);
crypto/heimdal/lib/hdb/hdb-ldap.c
898
structural_object, quote);
crypto/heimdal/lib/hdb/hdb-ldap.c
899
free(quote);
crypto/heimdal/lib/hx509/name.c
123
size_t len, int quote)
crypto/heimdal/lib/hx509/name.c
127
if (quote)
crypto/heimdal/lib/krb5/transited.c
210
int quote = 0;
crypto/heimdal/lib/krb5/transited.c
224
if(quote){
crypto/heimdal/lib/krb5/transited.c
226
quote = 0;
crypto/heimdal/lib/krb5/transited.c
230
quote = 1;
crypto/heimdal/lib/krb5/transited.c
262
int quote = 0;
crypto/heimdal/lib/krb5/transited.c
267
if(quote){
crypto/heimdal/lib/krb5/transited.c
268
quote = 0;
crypto/heimdal/lib/krb5/transited.c
272
quote = 1;
crypto/heimdal/lib/sl/sl.c
223
int quote = 0;
crypto/heimdal/lib/sl/sl.c
241
quote = !quote;
crypto/heimdal/lib/sl/sl.c
250
} else if (quote || !isspace((unsigned char)*p)) {
crypto/heimdal/lib/sl/sl.c
255
if (quote)
crypto/heimdal/lib/sl/slc-lex.c
1837
int quote = 0;
crypto/heimdal/lib/sl/slc-lex.c
1839
if(quote) {
crypto/heimdal/lib/sl/slc-lex.c
1842
quote = 0;
crypto/heimdal/lib/sl/slc-lex.c
1851
quote++;
crypto/openssh/misc.c
2068
int argc = 0, quote, i, j;
crypto/openssh/misc.c
2081
quote = 0;
crypto/openssh/misc.c
2093
(quote == 0 && s[i + 1] == ' ')) {
crypto/openssh/misc.c
2100
} else if (quote == 0 && (s[i] == ' ' || s[i] == '\t'))
crypto/openssh/misc.c
2102
else if (quote == 0 && (s[i] == '\"' || s[i] == '\''))
crypto/openssh/misc.c
2103
quote = s[i]; /* quote start */
crypto/openssh/misc.c
2104
else if (quote != 0 && s[i] == quote)
crypto/openssh/misc.c
2105
quote = 0; /* quote end */
crypto/openssh/misc.c
2110
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, "e, &terminated);
crypto/openssh/sftp.c
2169
quote, terminated) != 0)
crypto/openssh/sftp.c
2198
remote, carg == argc, quote, terminated) != 0)
crypto/openssl/crypto/property/property_parse.c
622
char quote = '\0';
crypto/openssl/crypto/property/property_parse.c
636
if (quote == '\0')
crypto/openssl/crypto/property/property_parse.c
637
quote = '\'';
crypto/openssl/crypto/property/property_parse.c
640
quote = '"';
crypto/openssl/crypto/property/property_parse.c
643
quotes = quote != '\0';
crypto/openssl/crypto/property/property_parse.c
650
put_char(quote, buf, remain, needed);
crypto/openssl/crypto/property/property_parse.c
662
put_char(quote, buf, remain, needed);
crypto/openssl/ssl/quic/json_enc.c
539
int quote = !noquote && in_ijson(json) && v > (uint64_t)(POW_53 - 1);
crypto/openssl/ssl/quic/json_enc.c
544
if (quote)
crypto/openssl/ssl/quic/json_enc.c
555
if (quote)
crypto/openssl/ssl/quic/json_enc.c
570
int quote;
crypto/openssl/ssl/quic/json_enc.c
580
quote = in_ijson(json)
crypto/openssl/ssl/quic/json_enc.c
583
if (quote)
crypto/openssl/ssl/quic/json_enc.c
593
if (quote && !ossl_json_in_error(json))
lib/libc/gen/wordexp.c
311
bool quote = false, dollar = false;
lib/libc/gen/wordexp.c
322
quote = !quote;
lib/libc/gen/wordexp.c
325
if (quote)
lib/libc/gen/wordexp.c
326
quote = false;
lib/libc/gen/wordexp.c
331
if (!quote && !have_sq && !have_dq)
lib/libc/gen/wordexp.c
338
if (!quote && !have_sq && !have_dq)
lib/libc/gen/wordexp.c
345
if (!quote && !have_sq && !have_cmd)
lib/libc/gen/wordexp.c
352
if (!quote && !dollar && !have_sq && !have_dq &&
lib/libc/gen/wordexp.c
356
if (!quote && !have_sq)
lib/libc/gen/wordexp.c
362
if (!quote && !have_sq && !have_dq && !have_par_begin &&
lib/libc/gen/wordexp.c
368
if (!quote && !dollar && !have_sq && !have_dq &&
lib/libc/gen/wordexp.c
372
if (!quote && !have_sq)
lib/libc/gen/wordexp.c
378
if (!quote && !have_sq && !have_dq && !have_cmd)
lib/libc/gen/wordexp.c
383
if (!quote && !have_sq && !have_dq && !have_cmd)
lib/libc/gen/wordexp.c
389
quote = dollar = false;
lib/libc/gen/wordexp.c
391
if (quote || dollar || need_sq || need_dq || need_par_end ||
lib/libfigpar/figpar.c
254
quote = 0;
lib/libfigpar/figpar.c
318
quote = !quote;
lib/libfigpar/figpar.c
326
if (!quote)
lib/libfigpar/figpar.c
338
if (!quote && bsemicolon)
lib/libfigpar/figpar.c
95
uint8_t quote;
lib/libutil/login_cap.c
106
char quote = 0;
lib/libutil/login_cap.c
115
if (quote && str[indx] == quote) {
lib/libutil/login_cap.c
118
quote = 0;
lib/libutil/login_cap.c
121
if (quote == 0 &&
lib/libutil/login_cap.c
123
quote = str[indx];
lib/libutil/login_cap.c
126
if (quote == 0 &&
sbin/ipf/iplang/iplang_y.y
721
int len = 0, todo = 0, quote = 0, val = 0;
sbin/ipf/iplang/iplang_y.y
741
if (quote) {
sbin/ipf/iplang/iplang_y.y
769
quote = 0;
sbin/ipf/iplang/iplang_y.y
774
quote = 1;
sbin/ipf/iplang/iplang_y.y
780
if (quote)
sbin/restore/interactive.c
390
char quote;
sbin/restore/interactive.c
418
quote = *cp++;
sbin/restore/interactive.c
419
while (*cp != quote && *cp != '\0')
sbin/restore/interactive.c
422
fprintf(stderr, "missing %c\n", quote);
stand/common/interp_parse.c
113
quote = quote ? 0 : *p;
stand/common/interp_parse.c
121
if (quote) { /* keep dquote */
stand/common/interp_parse.c
126
} else if (isspace(*p) && !quote && !dquote) {
stand/common/interp_parse.c
134
} else if (*p == '$' && !quote) {
stand/common/interp_parse.c
177
PARSE_FAIL(quote || dquote);
stand/common/interp_parse.c
90
char token, tmp, quote, dquote, *buf;
stand/common/interp_parse.c
94
dquote = quote = 0;
sys/kern/tty_inq.c
287
ttyinq_write(struct ttyinq *ti, const void *buf, size_t nbytes, int quote)
sys/kern/tty_inq.c
324
ttyinq_set_quotes(tib, boff, l, quote);
sys/kern/tty_inq.c
335
ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t nbytes, int quote)
sys/kern/tty_inq.c
343
ret = ttyinq_write(ti, buf, nbytes, quote);
sys/kern/tty_inq.c
450
ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote)
sys/kern/tty_inq.c
462
*quote = GETBIT(tib, boff);
sys/kern/tty_ttydisc.c
1002
if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0)
sys/kern/tty_ttydisc.c
1014
int signal, quote = 0;
sys/kern/tty_ttydisc.c
1067
quote = 1;
sys/kern/tty_ttydisc.c
1199
quote = 1;
sys/kern/tty_ttydisc.c
1212
quote = 1;
sys/kern/tty_ttydisc.c
1220
if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) {
sys/kern/tty_ttydisc.c
1245
(!quote && (c == CNL || CMP_CC(VEOL, c) || CMP_CC(VEOF, c)))) {
sys/kern/tty_ttydisc.c
1249
ttydisc_echo(tp, c, quote);
sys/kern/tty_ttydisc.c
725
ttydisc_echo_force(struct tty *tp, char c, int quote)
sys/kern/tty_ttydisc.c
731
if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) {
sys/kern/tty_ttydisc.c
737
} else if (CMP_FLAG(l, ECHOCTL) && CTL_PRINT(c, quote)) {
sys/kern/tty_ttydisc.c
750
if (!quote && CMP_CC(VEOF, c)) {
sys/kern/tty_ttydisc.c
764
ttydisc_echo(struct tty *tp, char c, int quote)
sys/kern/tty_ttydisc.c
772
(!CMP_FLAG(l, ECHONL) || c != CNL || quote))
sys/kern/tty_ttydisc.c
775
return ttydisc_echo_force(tp, c, quote);
sys/kern/tty_ttydisc.c
779
ttydisc_reprint_char(void *d, char c, int quote)
sys/kern/tty_ttydisc.c
783
ttydisc_echo(tp, c, quote);
sys/kern/tty_ttydisc.c
807
ttydisc_recalc_charlength(void *d, char c, int quote)
sys/kern/tty_ttydisc.c
812
if (CTL_PRINT(c, quote)) {
sys/kern/tty_ttydisc.c
836
int quote;
sys/kern/tty_ttydisc.c
839
if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0)
sys/kern/tty_ttydisc.c
853
if (CTL_PRINT(c, quote)) {
sys/kern/tty_ttydisc.c
907
"e) != 0)
sys/kern/tty_ttydisc.c
983
int quote, alnum;
sys/kern/tty_ttydisc.c
987
if (ttyinq_peekchar(&tp->t_inq, &c, "e) != 0)
sys/sys/ttyqueue.h
77
int quote);
sys/sys/ttyqueue.h
79
int quote);
sys/sys/ttyqueue.h
85
int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);
usr.bin/chat/chat.c
319
char *sp, *arg, quote;
usr.bin/chat/chat.c
350
quote = *sp++;
usr.bin/chat/chat.c
352
while (*sp != quote) {
usr.bin/gencat/gencat.c
301
getmsg(int fd, char *cptr, char quote)
usr.bin/gencat/gencat.c
308
if (quote && *cptr == quote) {
usr.bin/gencat/gencat.c
323
if (quote && *cptr == quote) {
usr.bin/gencat/gencat.c
362
if (quote && *cptr == quote) {
usr.bin/gencat/gencat.c
393
char quote = 0;
usr.bin/gencat/gencat.c
414
quote = 0;
usr.bin/gencat/gencat.c
418
quote = 0;
usr.bin/gencat/gencat.c
420
quote = *cptr;
usr.bin/gencat/gencat.c
458
str = getmsg(fd, cptr, quote);
usr.bin/indent/indent.c
1085
char quote = 0;
usr.bin/indent/indent.c
1107
if (*buf_ptr == '*' && !in_comment && !quote) {
usr.bin/indent/indent.c
1114
if (quote == '"')
usr.bin/indent/indent.c
1115
quote = 0;
usr.bin/indent/indent.c
1118
if (quote == '\'')
usr.bin/indent/indent.c
1119
quote = 0;
usr.bin/mail/names.c
498
goto quote;
usr.bin/mail/names.c
500
goto quote;
usr.bin/mail/names.c
505
quote:
usr.bin/vi/common_extern.h
124
char *quote(char *);
usr.sbin/config/main.cc
404
int quote = ch;
usr.sbin/config/main.cc
408
if (ch == quote && !escaped_nl)
usr.sbin/config/main.cc
419
if (ch != quote && escaped_nl)
usr.sbin/inetd/inetd.c
2027
char quote = '\0';
usr.sbin/inetd/inetd.c
2044
quote = *cp++;
usr.sbin/inetd/inetd.c
2046
if (quote)
usr.sbin/inetd/inetd.c
2047
while (*cp && *cp != quote)
usr.sbin/pw/pw_conf.c
436
int quote = 1;
usr.sbin/pw/pw_conf.c
453
quote = 0;
usr.sbin/pw/pw_conf.c
472
quote = 0;
usr.sbin/pw/pw_conf.c
482
quote = 0;
usr.sbin/pw/pw_conf.c
497
quote = 0;
usr.sbin/pw/pw_conf.c
505
quote = 0;
usr.sbin/pw/pw_conf.c
509
quote = 0;
usr.sbin/pw/pw_conf.c
513
quote = 0;
usr.sbin/pw/pw_conf.c
517
quote = 0;
usr.sbin/pw/pw_conf.c
521
quote = 0;
usr.sbin/pw/pw_conf.c
525
quote = 0;
usr.sbin/pw/pw_conf.c
536
if (quote)