Searched refs:escape (Results 26 - 50 of 74) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1132 int c, len, escape; local
1140 escape = 0;
1153 * is ignored. Note that we cannot have escape && comment.
1156 if (!escape) {
1160 escape = 0;
1173 if (escape)
1177 * If this is the escape character, look at the next character.
1180 escape = 1;
1202 if (!escape && (c == '"' || c == '\'')) {
1212 if (escape) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_gre.c557 static unsigned int len = 0, escape = 0; local
610 /* Copy to 'copy' and un-escape as we go. */
612 if ((escape == 0) && buffer[start] == HDLC_ESCAPE) {
613 escape = HDLC_TRANSPARENCY;
616 copy [len++] = buffer[start] ^ escape;
617 escape = 0;
626 if ((len < 4) || (escape != 0)) {
627 len = 0; escape = 0;
638 len = 0; escape = 0;
659 /* escape th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkxgettext.c13 static char *escape(const char* text, char *bf, int len) function
148 char *escaped = escape(msg, bf, sizeof(bf));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dkxgettext.c13 static char *escape(const char* text, char *bf, int len) function
148 char *escaped = escape(msg, bf, sizeof(bf));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.c95 unsigned char escape = 0; local
157 if (escape)
181 escape = PPP_TRANS;
186 c ^= escape;
187 escape = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dssl2.h162 int escape; /* not used in SSLv2 */ member in struct:ssl2_state_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl2.h162 int escape; /* not used in SSLv2 */ member in struct:ssl2_state_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl2.h162 int escape; /* not used in SSLv2 */ member in struct:ssl2_state_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl2.h162 int escape; /* not used in SSLv2 */ member in struct:ssl2_state_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Diso_fs.h74 char escape [ISODCL ( 89, 120)]; /* 856 */ member in struct:iso_supplementary_descriptor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.c1260 vty->escape = VTY_NORMAL;
1340 if (vty->escape == VTY_ESCAPE)
1346 /* Pre-escape status. */
1347 if (vty->escape == VTY_PRE_ESCAPE)
1352 vty->escape = VTY_ESCAPE;
1356 vty->escape = VTY_NORMAL;
1360 vty->escape = VTY_NORMAL;
1364 vty->escape = VTY_NORMAL;
1369 vty->escape = VTY_NORMAL;
1372 vty->escape
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c1071 int c1, c2, escape, first; local
1077 escape = 0;
1101 if (escape) {
1107 escape = 0;
1110 escape = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c1056 int c1, c2, escape, first; local
1062 escape = 0;
1086 if (escape) {
1092 escape = 0;
1095 escape = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.am115 $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(srcdir)/libgettextpo.rc -o libgettextpo.res --output-format=coff
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c2427 escape represents the union of the argument list constraints at all the
2450 struct format_arg_list *escape = *escapep; local
2822 *escapep = escape;
2836 escape = *escapep;
2856 *escapep = escape;
2880 *escapep = escape;
2926 escape = *escapep;
2948 *escapep = escape;
3011 escape = *escapep;
3043 *escapep = escape;
3413 struct format_arg_list *escape; local
[all...]
H A Dwrite-po.c209 static const char class_escape_sequence[] = "escape-sequence";
461 static bool escape = false; variable
478 escape = flag;
663 /* Expand escape sequences in each portion. */
669 else if (escape && !c_isprint ((unsigned char) c))
761 /* We warn about any use of escape sequences beside
767 internationalized messages should not contain the `\\%c' escape sequence"),
774 else if (escape && !c_isprint ((unsigned char) c))
H A Dx-lisp.c67 up from characters (single escape, multiple escape etc.).
240 syntax_single_esc, /* '\' (single escape) */
241 syntax_multi_esc, /* '|' (multiple escape) */
361 bool with_escape; /* whether single-escape or multiple escape occurs */
563 "A potential number cannot contain any escape characters." */
H A Dformat-scheme.c2430 escape represents the union of the argument list constraints at all the
2453 struct format_arg_list *escape = *escapep; local
2819 *escapep = escape;
2833 escape = *escapep;
2853 *escapep = escape;
2877 *escapep = escape;
2923 escape = *escapep;
2945 *escapep = escape;
3008 escape = *escapep;
3040 *escapep = escape;
3336 struct format_arg_list *escape; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/misc/
H A Dstats.pl23 use CGI qw/escape unescape/;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py77 def escape(raw): function
1715 output.write(" info='%s'" % escape(info[1]));
1726 output.write(" <info>%s</info>\n" % (escape(desc)))
1732 name, escape(desc)))
1757 desc = escape(desc)
1770 output.write(">\n <info>%s</info>\n" % (escape(desc)))
1811 output.write(" <info>%s</info>\n" % (escape(desc)))
1818 ret[0], escape(ret[1])))
1826 output.write(" <arg name='%s' type='%s' info='%s'/>\n" % (param[1], param[0], escape(param[2])))
1841 escape(dic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dinode.c604 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) {
606 if (sec->escape[2] == 0x40) {
608 } else if (sec->escape[2] == 0x43) {
610 } else if (sec->escape[2] == 0x45) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile82 escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo \
111 libcurlu_la-escape.lo libcurlu_la-mprintf.lo \
472 ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
490 if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
633 include ./$(DEPDIR)/escape.Plo
687 include ./$(DEPDIR)/libcurlu_la-escape.Plo
958 libcurlu_la-escape.lo: escape.c
959 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-escape.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-escape
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dcistpl.h256 u_char escape; member in struct:cistpl_data_serv_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c467 int *longlen, int *outlen, int escape, int utf8,
495 if (escape && (*ip == ':')) {
466 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A DjScrollPane.js1016 hash = escape(location.hash.substr(1)) // hash must be escaped to prevent XSS
1079 hash = escape(this.href.substr(this.href.indexOf('#') + 1));

Completed in 393 milliseconds

123