Searched refs:original (Results 1 - 25 of 67) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dposix.t52 my $original = "Hello a test\n";
53 print "# TMPFILE: Wrote line: $original";
54 print $fh $original
64 ok( $original, $line);
/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c123 char *original; local
135 original = grub_malloc (length + 1);
136 grub_gettext_getstring_from_offset (offset, length, original);
138 return original;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DAbbrev.pm21 The values are the original list elements.
H A DWrap.pm154 will destory any whitespace in the original text. It breaks text into
164 values so that the original value is restored. This C<local()> trick
H A DParseWords.pm182 original version of this module shipped with Perl 5.000 through 5.004.
H A DBalanced.pm1161 Note that in a list context, the contents of the original input text (the first
1242 original text, and the prefix returned in the third element is an
1438 failure. In addition, the original input text has the returned substring
1585 tags). C<undef> is returned on failure. In addition, the original input
1792 leaving the string " || die;\nexit;" in the original variable. In other words,
1960 of the original string, as extracted by the specified extractors.
1962 substring successfully extracted from the original string. In both
1963 scalar and void contexts the original string has the first successfully
2031 of the original text (see examples below).
2157 Accessing C<$@-E<gt>{pos}> returns the offset into the original strin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm57 Since the original C<big5> encoding (1984) is not supported anywhere
60 C<big5> to C<big5-eten>, which is the de facto superset of the original
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dsyscall.s92 movl 0(%esp), %edx / Restore the stack frame to original size
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dldivide.s48 / the following code is only for compatibility with original ldivide code
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm93 The original version of B::Terse was written by Malcolm Beattie,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm242 original one. Also, the encoding is best placed to know what the
297 The fixup routine gets passed the original string, an index into
300 original string. For example:
311 keep the original string intact.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.pm175 Its original documentation was written by Chip Salzenberg.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm75 scalar sense of the original CORE::gmtime() function.
H A Dlocaltime.pm71 scalar sense of the original CORE::localtime() function.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm190 Functions are provided to read and write .packlist files. The original
205 .packlist will recreate the original entries.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm231 Using the copy or the original with overloaded math is okay, e.g. the
238 B<both> the original and the copy beeing destroyed:
H A DFileCache.pm70 original C<open> file mode. This could be construed to be a bug.
H A DFindBin.pm9 FindBin - Locate directory of original perl script
H A Dbigint.pm316 Using the copy or the original with overloaded math is okay, e.g. the
323 B<both> the original and the copy beeing destroyed:
H A Dlib_pm.PL60 our @ORIG_INC = @INC; # take a handy copy of 'original' value
218 =head2 Restoring original @INC
H A Dsort.pm109 A stable sort means that for records that compare equal, the original
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm65 and any literal "\n" in the original data is encoded as well.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm211 leaves the C<%hash> empty rather than with its original contents.
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c201 int original; member in struct:grub_zfs_device_desc
685 fill->original = insert->original;
1246 int original, int *inserted)
1274 desc.original = original;
1276 if (original)
1327 if (original)
1340 if (original && !dev_ub)
1358 if (original
1245 scan_disk(grub_device_t dev, struct grub_zfs_data *data, int original, int *inserted) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm40 # which got it near verbatim from the original Pod::Text. It is therefore
397 # enhancement over the original Pod::Text.
686 The original Pod::Text contained code to do formatting via termcap
701 original Pod::Text by Tom Christiansen E<lt>tchrist@mox.perl.comE<gt> and

Completed in 47 milliseconds

123