Searched refs:converted (Results 1 - 25 of 38) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL165 # Flag to indicate whether we have converted at least one file
166 # indicates how many files have been converted
167 my $converted = 0;
181 # if this is the first file to be converted we may want to add
184 $preamble = 1 if ($converted == 0 && $options{'full'});
186 # if this is the last file to be converted may want to add
190 my $postamble = ( ($converted == $#pods && $options{'full'}) ? 1 : 0 );
218 # We have converted at least one file
219 $converted++;
231 unlink "$output" unless $converted;
[all...]
H A Dpod2html.PL98 HTML converted forms can be linked-to in cross-references.
H A Dpod2man.PL197 name is set to the uppercased base name of the file being converted unless
199 Perl module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm43 converted to Fullwidth
79 In the latter case, characters that map to 0212 are first converted
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm92 the converted part (i.e. the whole string unless there is an error).
98 fragment of string that has been converted and modify $string in-place
99 to remove the converted part leaving it starting with the problem
118 the converted part (i.e. the whole sequence unless there is an
124 been converted and modify $octets in-place to remove the converted
H A DEncoder.pm125 your UTF-8 string converted to Latin1 then Base64: you can simply say
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c325 const char *converted = local
329 result[n] = strdup(converted);
334 env, string, converted);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm35 Any C<\> (backslashes) are converted to C</> (forward slashes),
H A DUnix.pm328 relative, then it is converted to absolute form using
336 If $path is relative, it is converted to absolute form using L</rel2abs()>.
405 relative, then it is converted to absolute form using
H A DMac.pm623 If $base is relative, then it is converted to absolute form using C<rel2abs()>.
635 If $path is relative, it is converted to absolute form using C<rel2abs()>.
715 directory. If $base is relative, then it is converted to absolute form
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1686 of the converted array, the converted array shall contain a
2063 DCHAR_T *converted = result + length; local
2067 converted =
2071 converted, &converted_len);
2074 converted =
2076 converted, &converted_len);
2078 if (converted == NULL)
2089 if (converted != result + length)
2092 DCHAR_CPY (result + length, converted, converted_le
2191 DCHAR_T *converted = result + length; local
2319 DCHAR_T *converted = result + length; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs521 U8* converted;
523 converted = bytes_to_utf8(s, &len); /* This allocs */
524 sv_setpvn(sv, (char *)converted, len);
526 Safefree(converted); /* ... so free it */
H A DEncode.pm441 converted cannot be a string constant; it must be a scalar variable.
443 from_to() returns the length of the converted string in octets on success, undef
H A Dencoding.pm156 C<tr///> and C<DATA> pseudo-filehandle are also converted.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm225 relative, then it is converted to absolute form using
239 If $path is relative, it is converted to absolute form using L</rel2abs()>.
256 then it is converted to absolute form using L</rel2abs()>. This means that it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm169 characters in underlined text are converted to overstruck underscores
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs204 passed to C and converted to an IV when passed back to Perl.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm342 Package names (eg 'A::B') are automatically converted to directory
343 names in the selected directory. (eg on unix 'A::B' is converted to
H A DLaTeX.pm48 # Standard escape sequences converted to Latex.
404 # The contents of the NAME paragraph will be converted
405 # to a section title. All subsequent =head1 will be converted
668 literally or converted to a slightly modified output where the section
679 is converted to the C<latex>
1830 converted to C<latex> by using the C<select> method.
H A DMan.pm1244 set to the uppercased base name of the file being converted unless the
1246 module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted into
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib_pm.PL240 work, and Unix-style paths are converted properly to Mac-style paths
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs525 # file, or a SV which will be converted to a string and inserted into the file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm233 be converted to "41" (on ASCII-based machines, on EBCDIC platforms
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm259 $fullext is the name of the module converted to a directory
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm299 (Plane, 2-dimensional) angles may be converted with the following functions.

Completed in 151 milliseconds

12