Searched refs:escaped (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-restore.c326 int quote_open, escaped; local
374 escaped = 0;
381 if (escaped) {
383 escaped = 0;
386 escaped = 1;
H A Diptables-restore.c330 int quote_open, escaped; local
378 escaped = 0;
385 if (escaped) {
387 escaped = 0;
390 escaped = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_module.c313 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; local
315 char *d = escaped;
318 memcpy(escaped, "<hidden>", sizeof("<hidden>"));
319 return escaped;
333 return escaped;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkxgettext.c148 char *escaped = escape(msg, bf, sizeof(bf)); local
149 struct message *m = mesage__find(escaped);
154 m = message__new(escaped, option, file, lineno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dkxgettext.c148 char *escaped = escape(msg, bf, sizeof(bf)); local
149 struct message *m = mesage__find(escaped);
154 m = message__new(escaped, option, file, lineno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLtree.c687 xmlChar *escaped; local
692 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
693 if (escaped != NULL) {
694 xmlBufferWriteQuotedString(buf->buffer, escaped);
695 xmlFree(escaped);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLtree.c687 xmlChar *escaped; local
692 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
693 if (escaped != NULL) {
694 xmlBufferWriteQuotedString(buf->buffer, escaped);
695 xmlFree(escaped);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLtree.c692 xmlChar *escaped; local
697 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
698 if (escaped != NULL) {
699 xmlBufferWriteQuotedString(buf->buffer, escaped);
700 xmlFree(escaped);
H A Druntest.c2718 /* it is an URI the strings must be escaped */
2722 /* it's an URI path the strings must be escaped */
2726 /* this is not an URI, this is a path, so this should not be escaped */
2752 /* Verify we received the escaped URL */
2771 /* Verify we received the escaped URL */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dincore.h88 BUFFER_FNS(Escaped, escaped)
89 TAS_BUFFER_FNS(Escaped, escaped)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c214 int escaped = 0; local
228 } else if (escaped)
229 escaped = 0;
231 escaped = 1;
605 /* if we find a backslash escaped character, print the character */
1188 * However, newline can be escaped: 's/e/z\<newline>z/'
1207 /* Odd number of preceding slashes - newline is escaped */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c5416 char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; local
5418 strncpy(escaped,
5420 sizeof(escaped));
5423 escaped, MAC_ARG(network->bssid),
5629 char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; local
5630 strncpy(escaped,
5632 sizeof(escaped));
5635 escaped, MAC_ARG(network->bssid),
5645 char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; local
5646 strncpy(escaped,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl32 C<$fred{'stuff'}> will still need to be escaped, though. Other nagging
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl32 C<$fred{'stuff'}> will still need to be escaped, though. Other nagging

Completed in 205 milliseconds