/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Util.pm | 7 @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape 80 push @$result, make_attributes( $leftover, defined $CGI::Q ? $CGI::Q->{escape} : 1 ) 131 my $escape = shift || 0; 146 my $value = $escape ? simple_escape($attr->{$_}) : $attr->{$_}; 275 sub escape { subroutine
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 380 int balance, escape; local 383 escape = 0; 385 if ( escape == 0 ) { 391 if ( *s == '\\' && ! escape ) 392 escape = 1; 394 escape = 0; 443 int parens, balance, escape; local 517 escape = 0; 520 if ( escape == 0 ) { 526 if ( *next == '\\' && ! escape ) 797 int escape, firstdigit, ival; local [all...] |
/osnet-11/usr/src/lib/libdhcpsvc/modules/util/ |
H A D | util.c | 126 * character was an escape. If so, remove the escape and 420 escape(char delimiter, const char *buffer, char *escaped, size_t size) function
|
/osnet-11/usr/src/lib/libadm/common/ |
H A D | pkgparam.c | 121 boolean_t begline, quoted, escape; local 173 quoted = escape = B_FALSE; 185 * other than space, newline and escape. 203 if (!escape) { 229 escape = B_FALSE; 233 if (!escape && strchr(qset, ch)) { 251 escape = B_TRUE; 252 else if (escape) 253 escape = B_FALSE;
|
/osnet-11/usr/src/lib/libxcurses/src/tic/ |
H A D | ticscan.c | 59 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
|
H A D | untic.c | 89 STATIC char *escape ANSI((int)); 213 (void) fputs(escape(*p), stdout); 239 * of additional characters: <escape>, <space>, <colon>, <caret>, <comma> 242 escape(c) function
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | search.c | 268 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...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | script_sh.h | 88 char *(*escape) (const char *str); 87 char *(*escape) (const char *str); member in struct:grub_script_wildcard_translator
|
/osnet-11/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 756 int escape = 0; local 770 if (!escape) { 771 escape = 1; 779 if (!escape) { 788 if (escape) { 810 escape = 0;
|
/osnet-11/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 171 static int escape(Emacs_t*,genchar*, int); 608 adjust = escape(ep,out,oadjust); 769 static int escape(register Emacs_t* ep,register genchar *out,int count) function 992 case '=': /* escape = - list all matching file names */
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_util.c | 2002 bool_t escape; local 2075 escape = FALSE; 2082 if (escape) { 2083 escape = FALSE; 2099 escape = TRUE; 2129 escape = FALSE; 2132 if (escape) 2133 escape = FALSE; 2142 escape = !escape; [all...] |
/osnet-11/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 650 boolean_t escape; local 661 escape = B_FALSE; 673 escape = B_FALSE; 677 if (escape) { 680 * a digit escape. 687 escape = B_FALSE; 701 escape = B_FALSE; 703 escape = B_TRUE; 726 * Handle trailing escape sequence. If string ends 731 if (escape) [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | iso9660.c | 104 grub_uint8_t escape[32]; member in struct:grub_iso9660_primary_voldesc 474 && (voldesc.escape[0] == 0x25) && (voldesc.escape[1] == 0x2f) 476 ((voldesc.escape[2] == 0x40) || /* UCS-2 Level 1. */ 477 (voldesc.escape[2] == 0x43) || /* UCS-2 Level 2. */ 478 (voldesc.escape[2] == 0x45))) /* UCS-2 Level 3. */
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 565 } escape[52]; member in struct:State_s
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 1804 * ignore escape characters 5760 int balance, escape; local 5763 escape = 0; 5765 if (escape == 0) { 5771 if (*s == '\\' && ! escape) 5772 escape = 1; 5774 escape = 0; 5811 int parens, balance, escape; local 5868 escape = 0; 5871 if (escape 6109 int escape, firstdigit; local [all...] |