Searched refs:escape (Results 1 - 25 of 130) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/windows/
H A Dwindres-options2 # Usage: windres-options [--escape] PACKAGE_VERSION
10 escape=
11 if test "$1" = "--escape"; then
12 escape=yes
49 if test -n "$escape"; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dwindres-options2 # Usage: windres-options [--escape] PACKAGE_VERSION
10 escape=
11 if test "$1" = "--escape"; then
12 escape=yes
40 if test -n "$escape"; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcss.l45 escape {unicode}|\\[^\r\n\f0-9a-f]
46 nmstart [_a-z]|{nonascii}|{escape}
47 nmchar [_a-z0-9-]|{nonascii}|{escape}
48 string1 \"([^\n\r\f\\"]|\\{nl}|{escape})*\"
49 string2 \'([^\n\r\f\\']|\\{nl}|{escape})*\'
50 invalid1 \"([^\n\r\f\\"]|\\{nl}|{escape})*
51 invalid2 \'([^\n\r\f\\']|\\{nl}|{escape})*
59 url ([!#$%&*-~]|{nonascii}|{escape})*
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzgrep.in46 # sed script to escape all ' for the shell, and then (to handle trailing
48 escape='
66 arg2=-\'$(expr "X${option}X" : 'X-.[0-9]*\(.*\)' | sed "$escape")
74 optarg=" '"$(printf '%sX\n' "$1" | sed "$escape");;
86 operands="$operands '"$(printf '%sX\n' "$option" | sed "$escape");;
121 option=\'$(expr "X${option}X" : 'X\(.*\)' | sed "$escape");;
138 grep="$grep -- '"$(printf '%sX\n' "$1" | sed "$escape");;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzgrep46 # sed script to escape all ' for the shell, and then (to handle trailing
48 escape='
66 arg2=-\'$(expr "X${option}X" : 'X-.[0-9]*\(.*\)' | sed "$escape")
74 optarg=" '"$(printf '%sX\n' "$1" | sed "$escape");;
86 operands="$operands '"$(printf '%sX\n' "$option" | sed "$escape");;
121 option=\'$(expr "X${option}X" : 'X\(.*\)' | sed "$escape");;
138 grep="$grep -- '"$(printf '%sX\n' "$1" | sed "$escape");;
H A Dxzgrep.in46 # sed script to escape all ' for the shell, and then (to handle trailing
48 escape='
66 arg2=-\'$(expr "X${option}X" : 'X-.[0-9]*\(.*\)' | sed "$escape")
74 optarg=" '"$(printf '%sX\n' "$1" | sed "$escape");;
86 operands="$operands '"$(printf '%sX\n' "$option" | sed "$escape");;
121 option=\'$(expr "X${option}X" : 'X\(.*\)' | sed "$escape");;
138 grep="$grep -- '"$(printf '%sX\n' "$1" | sed "$escape");;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Ddirentry.c80 static void _fprintPwd(FILE *f, direntry_t *entry, int recurs, int escape) argument
88 _fprintPwd(f, getDirentry(entry->Dir), 1, escape);
89 if (escape && wcspbrk(entry->name, NEED_ESCAPE)) {
105 void fprintPwd(FILE *f, direntry_t *entry, int escape) argument
107 if (escape)
109 _fprintPwd(f, entry, 0, escape);
110 if(escape)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dppp-on29 # work. The asyncmap and escape will permit the PPP link to work with
35 asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dppp-on29 # work. The asyncmap and escape will permit the PPP link to work with
35 asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dindex.py13 from apibuild import CParser, escape namespace
103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));
108 output.write(" <purpose>%s</purpose>\n" % escape(purpose));
113 output.write(" <usage>%s</usage>\n" % escape(usage));
118 output.write(" <test>%s</test>\n" % escape(test));
126 output.write(" <author>%s</author>\n" % escape(author));
131 output.write(" <copy>%s</copy>\n" % escape(copy));
136 output.write(" <section>%s</section>\n" % escape(section));
149 escape(topic), escape(st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py13 from apibuild import CParser, escape namespace
103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));
108 output.write(" <purpose>%s</purpose>\n" % escape(purpose));
113 output.write(" <usage>%s</usage>\n" % escape(usage));
118 output.write(" <test>%s</test>\n" % escape(test));
126 output.write(" <author>%s</author>\n" % escape(author));
131 output.write(" <copy>%s</copy>\n" % escape(copy));
136 output.write(" <section>%s</section>\n" % escape(section));
149 escape(topic), escape(st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Demp_ematch.l91 <str>\\[0-7]{1,3} { /* octal escape sequence */
96 fprintf(stderr, "error: octal escape sequence" \
103 <str>\\[0-9]+ { /* catch wrong octal escape seq. */
104 fprintf(stderr, "error: invalid octale escape sequence\n");
114 fprintf(stderr, "error: hexadecimal escape " \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dspaceball.c73 int escape; member in struct:spaceball
145 * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which
158 spaceball->escape = 0;
161 if (!spaceball->escape) {
162 spaceball->escape = 1;
165 spaceball->escape = 0;
169 if (spaceball->escape) {
170 spaceball->escape = 0;
174 if (spaceball->escape)
175 spaceball->escape
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_utils_file.c158 int escape = 0; local
162 if (!escape && buf[count] == '\n')
166 escape = 1;
168 escape = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlsave.h77 xmlCharEncodingOutputFunc escape);
80 xmlCharEncodingOutputFunc escape);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlsave.h77 xmlCharEncodingOutputFunc escape);
80 xmlCharEncodingOutputFunc escape);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.in.h74 xmlCharEncodingOutputFunc escape);
77 xmlCharEncodingOutputFunc escape);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlsave.h77 xmlCharEncodingOutputFunc escape);
80 xmlCharEncodingOutputFunc escape);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.in.h74 xmlCharEncodingOutputFunc escape);
77 xmlCharEncodingOutputFunc escape);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestURI.c20 static int escape = 0; variable
49 if (escape != 0) {
85 ((!strcmp(argv[arg], "-escape")) || (!strcmp(argv[arg], "--escape")))) {
87 escape++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestURI.c20 static int escape = 0; variable
49 if (escape != 0) {
85 ((!strcmp(argv[arg], "-escape")) || (!strcmp(argv[arg], "--escape")))) {
87 escape++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dauto-generated.mk3 # This value is unescaped. Either quote the value or escape special characters when you use it.
8 # This value is unescaped. Either quote the value or escape special characters when you use it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppvar.h120 __u8 escape; /* 0x20 if prev char was PPP_ESC */ member in struct:ppp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dif_pppvar.h89 __u8 escape; /* 0x20 if prev char was PPP_ESC */ member in struct:ppp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpgre.c113 static unsigned len = 0, escape = 0; local
169 escape = 0;
180 * packet marker). Copy to 'copy', un-escape and checksum as we go.
195 if (buffer[start] == HDLC_ESCAPE && !escape)
196 escape = 1;
198 if (escape) {
200 escape = 0;
217 if ((len < 4) || (escape == 1)) {
223 if (escape)
244 escape
[all...]

Completed in 312 milliseconds

123456