Searched refs:escape (Results 51 - 75 of 130) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dkxgettext.c13 static char *escape(const char* text, char *bf, int len) function
152 char *escaped = escape(msg, bf, sizeof(bf));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c1038 int c, len, escape; local
1046 escape = 0;
1059 * is ignored. Note that we cannot have escape && comment.
1062 if (!escape) {
1066 escape = 0;
1079 if (escape)
1083 * If this is the escape character, look at the next character.
1086 escape = 1;
1108 if (!escape && (c == '"' || c == '\'')) {
1118 if (escape) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproxy.c348 bool escape = false; local
370 if (!escape)
373 escape = true;
374 *value++ = '\\'; /* even though this is an escape character, we still
394 if (!escape && starts_with_quote)
402 escape = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dpicocom.c84 unsigned char escape; member in struct:__anon5024
100 .escape = '\x01',
554 if ( c == opts.escape ) {
556 /* pass the escape character down */
669 if ( c == opts.escape ) {
796 {"escape", required_argument, 0, 'e'},
841 opts.escape = optarg[0] - 'A' + 1;
843 opts.escape = optarg[0] - 'a' + 1;
936 printf("escape is : C-%c\n", 'a' + opts.escape
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DRESearch.cxx62 * corresponding C escape char;
68 * It is used as an escape character for all
71 * character (except for escape chars).
377 char escape = escapeValue(*p); local
378 if (escape)
379 ChSetWithCase(escape, caseSensitive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_setopt.c475 bool escape = FALSE; local
515 escape = TRUE;
547 if(escape) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl2.h166 int escape; /* not used in SSLv2 */ member in struct:ssl2_state_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.inc32 ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c \
51 speedcheck.h urldata.h curl_ldap.h escape.h telnet.h getinfo.h \
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl2.h166 int escape; /* not used in SSLv2 */ member in struct:ssl2_state_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Diso_fs.h74 char escape [ISODCL ( 89, 120)]; /* 856 */ member in struct:iso_supplementary_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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." */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtakdec.c83 int escape; member in struct:CParam
256 if (x >= code.escape && get_bits1(gb)) {
273 x += code.scale * scale - code.escape;
275 x -= code.escape;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/misc/
H A Dstats.pl11 use CGI qw/escape unescape/;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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...]

Completed in 184 milliseconds

123456