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

/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c53 int diff, i, escaped; local
61 escaped = 0;
65 if (escaped)
66 escaped = 0;
68 escaped = 1;
71 if (!escaped)
77 escaped = 0;
81 if (escaped)
82 escaped = 0;
84 escaped
[all...]
H A Dns_name.c220 int c, n, escaped, e = 0; local
223 escaped = 0;
229 if (escaped) {
241 escaped = 0;
271 escaped = 0;
273 escaped = 1;
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtesc.c41 * qe and the usual suspects are \... escaped
55 register int escaped; local
89 escaped = spaced = !!(flags & FMT_ALWAYS);
96 if (!spaced && !escaped && (iswspace(c) || iswcntrl(c)))
108 escaped = 1;
152 escaped = 1;
169 escaped = 1;
179 escaped = 1;
192 escaped = 1;
202 else if (!spaced && !escaped
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-menulst2cfg.c99 char *escaped = grub_legacy_escape (entryname, strlen (entryname)); local
100 fprintf (out, "menuentry \'%s\' {\n", escaped);
101 free (escaped);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c222 int ch, escaped = 0; local
232 if (!escaped && periodchar(ch))
234 if (escaped)
235 escaped = 0;
237 escaped = 1;
/osnet-11/usr/src/lib/libdhcpsvc/modules/util/
H A Dutil.c173 * separators that have been escaped. Believe it or not,
416 * `escaped', which is `size' bytes. To guarantee that all data is
417 * copied, `escaped' should be at least twice as long as `buffer'.
420 escape(char delimiter, const char *buffer, char *escaped, size_t size) argument
427 escaped[j++] = '\\';
428 escaped[j] = buffer[i];
430 escaped[j] = '\0';
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c133 * Compresses away any characters escaped with backslash from given string.
139 boolean_t escaped = B_FALSE; local
146 if (*str != '\\' || escaped == B_TRUE) {
148 escaped = B_FALSE;
150 escaped = B_TRUE;
160 * colons within the label/manuf/serial can be escaped with a backslash.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.t49 like( $d->stringify('double and whack:\ "'), qr!\\ \"!, 'escaped with unctrl' );
50 like( $d->stringify("a\005"), qr/^"a\^/, 'escaped ASCII value in unctrl' );
54 like( $d->stringify("b\205"), qr!^'b\\205!, 'high-bit now escaped in unctrl');
60 like( $d->stringify("\037"), qr/^"\\c/, 'escaped ASCII value okay' );
H A DCGI.pm1728 # call escapeHTML(). Strangely enough, the title needs to be escaped as
1729 # HTML while the author needs to be escaped as a URL.
4570 or from a properly formatted, URL-escaped query string:
4781 Both name and value are URL escaped. Multi-valued CGI parameters are
5930 escaped according to HTML rules. This means that you can safely use
H A Dperl5db.pl3168 # as separators (which is why we escaped them in
6114 It cleans up escaped single-quotes and then displays the option and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm48 hz 7-bit escaped GB2312 encoding
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c66 boolean_t escaped = B_FALSE; local
77 escaped = !escaped;
78 } else if (!escaped && cp[0] == delim) {
89 escaped = B_FALSE;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c643 magic(register Cenv_t* env, register int c, int escaped) argument
655 c = mp[env->type+escaped];
715 if (!escaped)
723 if (escaped)
800 if (escaped == 1 && (env->flags & REG_LENIENT) && (c = mp[env->type+escaped+2]) >= T_META)
861 else if (escaped == 2)
871 else if (escaped && !(env->flags & REG_LENIENT) && c != ']')
905 if (escaped == 2)
909 else if (escaped
2011 chr(register Cenv_t* env, int* escaped) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm179 not themselves backslash-escaped or inside of single quotes (i.e.,
H A DBalanced.pm1231 every delimiter is escaped with a backslash (C<\>).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm1570 with the escaped forms
1572 $escaped = $parser->_replace_special_chars($paragraph);
1577 during interpolation are not themselves escaped. This means that < and
1601 # This is made more complicated because the dollars will be escaped
1607 # Replace characters that can be escaped
H A DChecker.pm301 =item * alternative text/node '%s' contains non-escaped | or /
H A DMan.pm1194 C<$fred{'stuff'}> will still need to be escaped, though. It also translates
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm118 # $_ may contain escaped metachars '\*', '\?' and '\'
132 # $head may contain escaped metachars '\*' and '\?'
180 # but only if they are not escaped
214 # for each mounted volume that matches (with '*', '?' and '\' escaped).
243 # but only if they are not escaped
288 # Unescapes a list of arguments which may contain escaped
504 '*' are escaped.)
512 (Internally, the glob routine sees a '\\*', which means that '\' is escaped and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm488 Returns a double-quote-surrounded escaped version of STR which can
493 Returns a double-quote-surrounded escaped version of STR which can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm146 A function which returns a 7 bit ASCII correctly \ escaped version of the
184 A function which returns a 7 bit ASCII correctly \ escaped version of the
H A DMM_Any.pm660 Any newlines in $perl_code will be escaped. Leading and trailing
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL140 expressions like C<$fred{'stuff'}> will still need to be escaped, though.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL330 shown in C-style escaped form; long lines are split and have a trailing
756 # honoring and cleaning up of \-escaped <del>'s
985 ## check for \-escaped magics and \n:

Completed in 89 milliseconds