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

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_formparse.c48 char *escape = NULL; local
58 /* remember the first escape position */
59 if(!escape)
60 escape = ptr;
61 /* skip escape of back-slash or double-quote */
68 if(escape) {
69 /* has escape, we restore the unescaped string here */
70 ptr = ptr2 = escape;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DmtoolsDirentry.h53 void fprintPwd(FILE *f, direntry_t *entry, int escape);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/tools/
H A Dgen-insn-attr-x86.awk20 eid = -1 # escape id
118 # escape opcode table
122 eid = escape[ref]
129 # AVX/escape opcode table
257 if ("escape" == $2) {
263 if (ref in escape)
264 semantic_error("Redefine escape (" ref ")")
265 escape[ref] = geid
267 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
309 # check coprocessor escape
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzdiff.in43 # sed script to escape all ' for the shell, and then (to handle trailing
45 escape='
55 -*\'*) cmp="$cmp '"`printf '%sX\n' "$1" | sed "$escape"`;;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzdiff43 # sed script to escape all ' for the shell, and then (to handle trailing
45 escape='
55 -*\'*) cmp="$cmp '"`printf '%sX\n' "$1" | sed "$escape"`;;
H A Dxzdiff.in43 # sed script to escape all ' for the shell, and then (to handle trailing
45 escape='
55 -*\'*) cmp="$cmp '"`printf '%sX\n' "$1" | sed "$escape"`;;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dlog.c627 /* String escape functions. */
659 ESCAPE is the leading character of the escape sequence. BASE
660 should be the base of the escape sequence, and must be either 8 for
667 copy_and_escape (const char *source, char *dest, char escape, int base)
682 *to++ = escape;
694 *to++ = escape;
713 escnonprint_internal (const char *str, char escape, int base)
731 /* Every non-printable character is replaced with the escape char
745 copy_and_escape (str, r->buffer, escape, base);
759 string, escape an
661 copy_and_escape(const char *source, char *dest, char escape, int base) argument
707 escnonprint_internal(const char *str, char escape, int base) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c69 struct vmw_escape_header escape; member in struct:vmw_escape_video_flush
84 fill_escape(&cmd->escape, sizeof(cmd->flush));
143 struct vmw_escape_header escape; member in struct:__anon11472
172 fill_escape(&cmds->escape, sizeof(cmds->body));
219 struct vmw_escape_header escape; member in struct:__anon11476
238 fill_escape(&cmds->escape, sizeof(cmds->body));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dlexer.l140 <dq_str>\\[0-7]{1,3} { /* octal escape sequence */
150 cfg_error(cfg, _("bad escape sequence '%s'"), yytext);
153 <dq_str>"\\x"[0-9A-Fa-f]{1,2} { /* hexadecimal escape sequence */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib2ansi148 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib2ansi148 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dvty.h79 /* For escape character. */
80 unsigned char escape; member in struct:vty
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_pkt.c200 s->s2->escape = 0;
209 /* security >s2->escape */
210 s->s2->escape = ((p[0] & SEC_ESC_BIT)) ? 1 : 0;
524 * set the escape bit.
526 if ((j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) && (!s->s2->escape)) {
537 } else if ((bs <= 1) && (!s->s2->escape)) {
547 * If s->s2->escape is not set, then
553 if (s->s2->escape) {
612 if (s->s2->escape)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_pkt.c200 s->s2->escape = 0;
209 /* security >s2->escape */
210 s->s2->escape = ((p[0] & SEC_ESC_BIT)) ? 1 : 0;
524 * set the escape bit.
526 if ((j > SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER) && (!s->s2->escape)) {
537 } else if ((bs <= 1) && (!s->s2->escape)) {
547 * If s->s2->escape is not set, then
553 if (s->s2->escape) {
612 if (s->s2->escape)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dmaintidi.h161 byte escape; member in struct:_diva_man_var_header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dscan188 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
/netgear-R7000-V1.0.7.12_1.2.5/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...]

Completed in 205 milliseconds

123456