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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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)
H A DmtoolsDirentry.h53 void fprintPwd(FILE *f, direntry_t *entry, int escape);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dspaceball.c75 int escape; member in struct:spaceball
147 * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which
160 spaceball->escape = 0;
163 if (!spaceball->escape) {
164 spaceball->escape = 1;
167 spaceball->escape = 0;
171 if (spaceball->escape) {
172 spaceball->escape = 0;
176 if (spaceball->escape)
177 spaceball->escape
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.in.h74 xmlCharEncodingOutputFunc escape);
77 xmlCharEncodingOutputFunc escape);
H A Dxmlsave.c89 xmlCharEncodingOutputFunc escape; /* used for element content */ member in struct:_xmlSaveCtxt
195 * Take a block of UTF-8 chars in and escape them. Used when there is no
333 if ((ctxt->encoding == NULL) && (ctxt->escape == NULL))
334 ctxt->escape = xmlEscapeEntities;
395 ret->escape = NULL;
686 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
793 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
832 xmlCharEncodingOutputFunc oldescape = ctxt->escape;
878 if (ctxt->escape == xmlEscapeEntities)
879 ctxt->escape
1700 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
1717 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlsave.h77 xmlCharEncodingOutputFunc escape);
80 xmlCharEncodingOutputFunc escape);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.in.h74 xmlCharEncodingOutputFunc escape);
77 xmlCharEncodingOutputFunc escape);
H A Dxmlsave.c89 xmlCharEncodingOutputFunc escape; /* used for element content */ member in struct:_xmlSaveCtxt
195 * Take a block of UTF-8 chars in and escape them. Used when there is no
333 if ((ctxt->encoding == NULL) && (ctxt->escape == NULL))
334 ctxt->escape = xmlEscapeEntities;
395 ret->escape = NULL;
686 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
793 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
832 xmlCharEncodingOutputFunc oldescape = ctxt->escape;
878 if (ctxt->escape == xmlEscapeEntities)
879 ctxt->escape
1700 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
1717 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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++;
H A Dxmlsave.c89 xmlCharEncodingOutputFunc escape; /* used for element content */ member in struct:_xmlSaveCtxt
195 * Take a block of UTF-8 chars in and escape them. Used when there is no
333 if ((ctxt->encoding == NULL) && (ctxt->escape == NULL))
334 ctxt->escape = xmlEscapeEntities;
395 ret->escape = NULL;
795 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
902 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
941 xmlCharEncodingOutputFunc oldescape = ctxt->escape;
1014 if (ctxt->escape == xmlEscapeEntities)
1015 ctxt->escape
1837 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
1854 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-326 // Octal escape sequences are not recognized, except for \0.
38 // In verbatim string literals, no escape sequences are recognized.
117 #. Octal escape sequences are not recognized, except for \0.
146 #. In verbatim string literals, no escape sequences are recognized.
H A Dmsgcat-stringtable-111 is completely ignored, even if in "quotes", or \escape characters, etc.
44 # is completely ignored, even if in "quotes", or \escape characters, etc.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_digest.c59 bool escape = FALSE; local
78 if(!escape) {
80 escape = TRUE;
81 *content++ = '\\'; /* even though this is an escape character, we still
100 if(!escape && starts_with_quote) {
107 escape = FALSE;
H A DMakefile.inc12 ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
30 if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.h79 /* For escape character. */
80 unsigned char escape; member in struct:vty
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds2_pkt.c202 s->s2->escape=0;
214 /* security >s2->escape */
215 s->s2->escape=((p[0] & SEC_ESC_BIT))?1:0;
549 * padding or if we have to set the escape bit. */
551 (!s->s2->escape))
563 else if ((bs <= 1) && (!s->s2->escape))
572 /* If s->s2->escape is not set, then
577 if (s->s2->escape)
623 if (s->s2->escape) pp[0]|=SEC_ESC_BIT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_pkt.c202 s->s2->escape=0;
214 /* security >s2->escape */
215 s->s2->escape=((p[0] & SEC_ESC_BIT))?1:0;
549 * padding or if we have to set the escape bit. */
551 (!s->s2->escape))
563 else if ((bs <= 1) && (!s->s2->escape))
572 /* If s->s2->escape is not set, then
577 if (s->s2->escape)
623 if (s->s2->escape) pp[0]|=SEC_ESC_BIT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmaintidi.h161 byte escape; member in struct:_diva_man_var_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dscan188 [^/"'\\]* ## Chars which doesn't start a comment, string or escape

Completed in 155 milliseconds

123