Searched refs:quotes (Results 1 - 25 of 90) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Da_strex.c141 /* If we don't escape with quotes, signal we need quotes */
176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
318 char quotes; local
320 quotes = 0;
367 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
370 if(quotes) outlen += 2;
372 if(quotes
175 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Da_strex.c150 /* If we don't escape with quotes, signal we need quotes */
194 int type, unsigned char flags, char *quotes, char_io *io_ch,
249 quotes, io_ch, arg);
256 do_esc_char(c, (unsigned char)(flags | orflags), quotes,
357 char quotes; local
359 quotes = 0;
414 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
418 if (quotes)
422 if (quotes
193 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Da_strex.c141 /* If we don't escape with quotes, signal we need quotes */
176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
318 char quotes; local
320 quotes = 0;
367 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
370 if(quotes) outlen += 2;
372 if(quotes
175 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Da_strex.c150 /* If we don't escape with quotes, signal we need quotes */
194 int type, unsigned char flags, char *quotes, char_io *io_ch,
249 quotes, io_ch, arg);
256 do_esc_char(c, (unsigned char)(flags | orflags), quotes,
357 char quotes; local
359 quotes = 0;
414 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
418 if (quotes)
422 if (quotes
193 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Da_strex.c141 /* If we don't escape with quotes, signal we need quotes */
176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
318 char quotes; local
320 quotes = 0;
367 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
370 if(quotes) outlen += 2;
372 if(quotes
175 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Da_strex.c150 /* If we don't escape with quotes, signal we need quotes */
194 int type, unsigned char flags, char *quotes, char_io *io_ch,
249 quotes, io_ch, arg);
256 do_esc_char(c, (unsigned char)(flags | orflags), quotes,
357 char quotes; local
359 quotes = 0;
414 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
418 if (quotes)
422 if (quotes
193 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_string.h35 * the characters given in 'quotes'. After returning, *str will point
39 * ne_qtoken will return NULL if unterminated quotes are found. */
41 char *ne_qtoken(char **str, char sep, const char *quotes);
H A Dne_string.c57 char *ne_qtoken(char **str, char separator, const char *quotes) argument
62 char *quot = strchr(quotes, *pnt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_string.h35 * the characters given in 'quotes'. After returning, *str will point
39 * ne_qtoken will return NULL if unterminated quotes are found. */
41 char *ne_qtoken(char **str, char sep, const char *quotes);
H A Dne_string.c57 char *ne_qtoken(char **str, char separator, const char *quotes) argument
62 char *quot = strchr(quotes, *pnt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_string.h35 * the characters given in 'quotes'. After returning, *str will point
39 * ne_qtoken will return NULL if unterminated quotes are found. */
41 char *ne_qtoken(char **str, char sep, const char *quotes);
H A Dne_string.c57 char *ne_qtoken(char **str, char separator, const char *quotes) argument
62 char *quot = strchr(quotes, *pnt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wl/
H A Dwl_generic.mk17 # (Remove config's string quotes before trying to use the file)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wl/
H A Dwl_generic.mk17 # (Remove config's string quotes before trying to use the file)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dash.c464 #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */
474 #define VSQUOTE 0x80 /* inside double quotes--suppress splitting */
2663 #define BASESYNTAX 0 /* not in quotes */
2664 #define DQSYNTAX 1 /* in double quotes */
2665 #define SQSYNTAX 2 /* in single quotes */
4276 /* These can only happen inside quotes */
5351 #define EXP_CASE 0x10 /* keeps quotes around for CASE pattern */
5361 #define RMESCAPE_QUOTED 0x4 /* Remove CTLESC unless in quotes */
5514 memtodest(const char *p, size_t len, int syntax, int quotes) argument
5518 q = makestrspace(quotes
5536 strtodest(const char *p, int syntax, int quotes) argument
5611 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); local
5719 expbackq(union node *cmd, int quoted, int quotes) argument
5781 expari(int quotes) argument
5867 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */ local
5990 scanleft(char *startp, char *rmesc, char *rmescend UNUSED_PARAM, char *str, int quotes, int zero) argument
6061 scanright(char *startp, char *rmesc, char *rmescend, char *pattern, int quotes, int match_at_start) argument
6181 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, int varflags, int quotes, struct strlist *var_str_list) argument
6446 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dash.c464 #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */
474 #define VSQUOTE 0x80 /* inside double quotes--suppress splitting */
2663 #define BASESYNTAX 0 /* not in quotes */
2664 #define DQSYNTAX 1 /* in double quotes */
2665 #define SQSYNTAX 2 /* in single quotes */
4276 /* These can only happen inside quotes */
5351 #define EXP_CASE 0x10 /* keeps quotes around for CASE pattern */
5361 #define RMESCAPE_QUOTED 0x4 /* Remove CTLESC unless in quotes */
5514 memtodest(const char *p, size_t len, int syntax, int quotes) argument
5518 q = makestrspace(quotes
5536 strtodest(const char *p, int syntax, int quotes) argument
5611 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); local
5719 expbackq(union node *cmd, int quoted, int quotes) argument
5781 expari(int quotes) argument
5867 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */ local
5990 scanleft(char *startp, char *rmesc, char *rmescend UNUSED_PARAM, char *str, int quotes, int zero) argument
6061 scanright(char *startp, char *rmesc, char *rmescend, char *pattern, int quotes, int match_at_start) argument
6181 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, int varflags, int quotes, struct strlist *var_str_list) argument
6446 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dash.c464 #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */
474 #define VSQUOTE 0x80 /* inside double quotes--suppress splitting */
2663 #define BASESYNTAX 0 /* not in quotes */
2664 #define DQSYNTAX 1 /* in double quotes */
2665 #define SQSYNTAX 2 /* in single quotes */
4276 /* These can only happen inside quotes */
5351 #define EXP_CASE 0x10 /* keeps quotes around for CASE pattern */
5361 #define RMESCAPE_QUOTED 0x4 /* Remove CTLESC unless in quotes */
5514 memtodest(const char *p, size_t len, int syntax, int quotes) argument
5518 q = makestrspace(quotes
5536 strtodest(const char *p, int syntax, int quotes) argument
5611 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); local
5719 expbackq(union node *cmd, int quoted, int quotes) argument
5781 expari(int quotes) argument
5867 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */ local
5990 scanleft(char *startp, char *rmesc, char *rmescend UNUSED_PARAM, char *str, int quotes, int zero) argument
6061 scanright(char *startp, char *rmesc, char *rmescend, char *pattern, int quotes, int match_at_start) argument
6181 subevalvar(char *p, char *str, int strloc, int subtype, int startloc, int varflags, int quotes, struct strlist *var_str_list) argument
6446 int quotes = flags & (EXP_FULL | EXP_CASE | EXP_REDIR); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Drules.c667 int quotes = QUOTES_NONE; local
690 quotes = QUOTES_DOUBLE;
694 quotes = QUOTES_SINGLE;
699 if (quotes != QUOTES_NONE) {
700 while (quotes != QUOTES_NONE) {
707 if (quotes == QUOTES_DOUBLE)
708 quotes = QUOTES_NONE;
711 if (quotes == QUOTES_SINGLE)
712 quotes = QUOTES_NONE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Drules.c667 int quotes = QUOTES_NONE; local
690 quotes = QUOTES_DOUBLE;
694 quotes = QUOTES_SINGLE;
699 if (quotes != QUOTES_NONE) {
700 while (quotes != QUOTES_NONE) {
707 if (quotes == QUOTES_DOUBLE)
708 quotes = QUOTES_NONE;
711 if (quotes == QUOTES_SINGLE)
712 quotes = QUOTES_NONE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Drules.c667 int quotes = QUOTES_NONE; local
690 quotes = QUOTES_DOUBLE;
694 quotes = QUOTES_SINGLE;
699 if (quotes != QUOTES_NONE) {
700 while (quotes != QUOTES_NONE) {
707 if (quotes == QUOTES_DOUBLE)
708 quotes = QUOTES_NONE;
711 if (quotes == QUOTES_SINGLE)
712 quotes = QUOTES_NONE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dlinespec.c431 int quoted = 0; /* zero if we're not in quotes;
659 /* We allow single quotes in various places. This is a hideous
661 lack of single quotes. FIXME: write a linespec_completer which we
678 completer_quotes (i.e. with single quotes). */
680 /* Is part of *ARGPTR is enclosed in double quotes? */
978 enclosed in double quotes; if so, set is_quote_enclosed, advance
1037 space. But if enclosed in double quotes we do not break on
1367 up. The quotes are important if copy is empty. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dlinespec.c431 int quoted = 0; /* zero if we're not in quotes;
659 /* We allow single quotes in various places. This is a hideous
661 lack of single quotes. FIXME: write a linespec_completer which we
678 completer_quotes (i.e. with single quotes). */
680 /* Is part of *ARGPTR is enclosed in double quotes? */
978 enclosed in double quotes; if so, set is_quote_enclosed, advance
1037 space. But if enclosed in double quotes we do not break on
1367 up. The quotes are important if copy is empty. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dlinespec.c431 int quoted = 0; /* zero if we're not in quotes;
659 /* We allow single quotes in various places. This is a hideous
661 lack of single quotes. FIXME: write a linespec_completer which we
678 completer_quotes (i.e. with single quotes). */
680 /* Is part of *ARGPTR is enclosed in double quotes? */
978 enclosed in double quotes; if so, set is_quote_enclosed, advance
1037 space. But if enclosed in double quotes we do not break on
1367 up. The quotes are important if copy is empty. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/util/
H A Dmkerr.pl58 the quotes, naturally)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/util/
H A Dmkerr.pl59 the quotes, naturally)

Completed in 417 milliseconds

1234