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

123

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dutil-58.t2 # This tests CGI::Util::escape() when fed with UTF-8-flagged string
14 is(CGI::Util::escape($uri), "%E5%B0%8F%E9%A3%BC%20%E5%BC%BE.txt",
H A Dutil.t3 # Test ability to escape() and unescape() punctuation characters
11 use CGI::Util qw(escape unescape);
43 my $escape = "AbC\%$punct{$_}dEF";
44 my $cgi_escape = escape("AbC$_" . "dEF");
45 test($i, $escape eq $cgi_escape , "# $escape ne $cgi_escape");
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/util/
H A Dutil.h53 extern void escape(char, const char *, char *, size_t);
/opensolaris-onvv-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c125 boolean_t begline, quoted, escape; local
177 quoted = escape = B_FALSE;
189 * other than space, newline and escape.
207 if (!escape) {
233 escape = B_FALSE;
237 if (!escape && strchr(qset, ch)) {
255 escape = B_TRUE;
256 else if (escape)
257 escape = B_FALSE;
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out28 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
37 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
44 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
53 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
62 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
69 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
78 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
85 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
94 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
103 AUTO-RESPONSE: This entry tests the percent character escape sequenc
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c384 int balance, escape; local
387 escape = 0;
389 if ( escape == 0 ) {
395 if ( *s == '\\' && ! escape )
396 escape = 1;
398 escape = 0;
447 int parens, balance, escape; local
521 escape = 0;
524 if ( escape == 0 ) {
530 if ( *next == '\\' && ! escape )
801 int escape, firstdigit, ival; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libprint/common/
H A Dnss_convert.c48 * This allows the escape character '\' and seperators to be part of the
52 strncat_escaped(char *d, char *s, int len, char *escape) argument
59 if (escape == NULL)
60 escape = "\\";
63 if (strchr(escape, *s) != NULL)
194 case '\\': /* escape char */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/rp_basic/
H A Dlibnfs_basic.c101 int fsl_count = 0, escape = 0, delimiter = 0; local
115 * escape - set if we have found a backspace,
122 escape = 1;
129 if (escape == 0) {
134 escape = 0;
140 if (escape == 0 && *sp != '\0')
232 /* Skip a single escape character */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm7 @EXPORT_OK = qw(rearrange make_attributes unescape escape
106 push (@result,make_attributes(\%leftover,defined $CGI::Q ? $CGI::Q->{escape} : 1)) if %leftover;
113 my $escape = shift || 0;
124 my $value = $escape ? simple_escape($attr->{$_}) : $attr->{$_};
199 sub escape { subroutine
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dsearch.c268 int balance, escape; local
271 escape = 0;
273 if (escape == 0) {
279 if (*s == '\\' && ! escape)
280 escape = 1;
282 escape = 0;
334 int parens, balance, escape; local
425 escape = 0;
428 if (escape == 0) {
434 if (*next == '\\' && ! escape)
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tic/
H A Duntic.c89 STATIC char *escape ANSI((int));
213 (void) fputs(escape(*p), stdout);
239 * of additional characters: <escape>, <space>, <colon>, <caret>, <comma>
242 escape(c) function
H A Dticscan.c59 STATIC int escape ANSI((int));
357 ch = escape(next_char());
393 * of additional characters: <escape>, <space>, <colon>, <caret>, <comma>
395 * Assume that the escape lead-in character has been processed and
399 escape(c) function
/opensolaris-onvv-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c667 int escape = 0; local
684 if (escape) {
726 if (escape) {
778 * with an escape ('\') is expected to be continued on
884 if ((*token == '\\') && (escape == 0)) {
885 escape = 1;
896 if (escape) {
928 * unless an escape character is found
986 escape = 0;
997 if (escape
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm1 # Term::ANSIColor -- Color screen output using ANSI escape sequences.
90 # generated subs into pass-through functions that don't add any escape
120 # Return the escape code for a given set of color attributes.
137 # Return a list of named color attributes for a given set of escape codes.
139 # empty escape sequence '' or "\e[m" gives an empty list of attrs.
143 my $escape = $_;
144 $escape =~ s/^\e\[//;
145 $escape =~ s/m$//;
146 unless ($escape =~ /^((?:\d+;)*\d*)$/) {
148 Carp::croak ("Bad escape sequenc
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dcaps45 no_esc_ctlc, "xsb" "xb" Beehive (f1=escape, f2=ctrl C)
441 set_foreground, "setf" "Sf" Set foreground color using RGB escape
442 set_background, "setb" "Sb" Set background color using RGB escape
509 set_a_foreground, "setaf" "AF" Set foreground color using ANSI escape
510 set_a_background, "setab" "AB" Set background color using ANSI escape
544 alt_scancode_esc, "scesa" "S8" Alternate escape for scancode emulation
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm10 # output the right termcap escape sequences for formatted text on the current
62 # Fall back on the ANSI escape sequences if Term::Cap doesn't work.
149 text using the correct termcap escape sequences for the current terminal.
155 This module uses Term::Cap to retrieve the formatting escape sequences for
157 regard as ANSI X3.64 and ISO 6429, the escape codes also used by DEC VT100
H A DColor.pm68 # wrapping code gets really confused by all the escape sequences.
113 text using ANSI color escape sequences. Apart from the color, it in all
/opensolaris-onvv-gate/usr/src/common/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;
H A Dssl2.h162 int escape; /* not used in SSLv2 */ member in struct:ssl2_state_st
/opensolaris-onvv-gate/usr/src/lib/libshell/misc/
H A DERRATA.txt217 /* some systems get it wrong but escape concise detection */
229 /* some systems get it wrong but escape concise detection */
241 /* some systems get it wrong but escape concise detection */
254 /* some systems get it wrong but escape concise detection */
267 /* some systems get it wrong but escape concise detection */
280 /* some systems get it wrong but escape concise detection */
292 /* some systems get it wrong but escape concise detection */
304 /* some systems get it wrong but escape concise detection */
316 /* some systems get it wrong but escape concise detection */
328 /* some systems get it wrong but escape concis
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tip/
H A Dtip.c41 unsigned char escape(void);
370 if (!(gch = escape()))
398 escape(void) function
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c208 rlogin = escape = _POSIX_VDISABLE;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/
H A DSgmlsEventHandler.h108 static void escape(OutputCharStream &, Char);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm68 # escape regex metachars but not glob chars
177 # escape regex metachars but not '\' and glob chars '*', '?'
195 # On Mac OS, the two glob metachars '*' and '?' and the escape
197 # We have to escape and treat them specially.
240 # escape regex metachars but not '\' and glob chars '*', '?'
251 # escape char '\' are valid characters for volume names.
252 # We have to escape and treat them specially.
457 pattern, you can escape them with either double quotes, or backslashes.
488 The metachars '*', '?' and the escape char '\' are valid characters in
490 a '*', '?' or '\' literally, you have to escape thes
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c45 * bold printing have been turned on by escape commands.
182 static void escape(void);
640 case '\033': /* 2 or 3 byte escape sequence */
641 escape();
902 escape(void) function
908 * Handles special codes that are expected to follow an escape character. The
909 * initial escape character is followed by one or two bytes.
1065 error(FATAL, "missing case for escape o%o\n", ch);
1070 } /* End of escape */

Completed in 198 milliseconds

123