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

/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A DREADME27 Note: These sources should be kept as backwards portable as possible on
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm131 alternate backwards level normalization rearrange
184 my $key = shift; # 'level' or 'backwards'
212 if (! defined $self->{backwards}) {
215 elsif (! ref $self->{backwards}) {
216 _checkLevel($self->{backwards}, "backwards");
217 $self->{backwardsFlag} = 1 << $self->{backwards};
222 for my $b (@{ $self->{backwards} }) {
223 _checkLevel($b, "backwards");
289 $self->{backwards}
[all...]
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c1305 int backwards, int recursive)
1335 dbret = (*db->seq) (db, &key, &contents, backwards ? R_LAST : R_FIRST);
1339 backwards ? R_LAST : R_FIRST);
1357 backwards ? R_PREV : R_NEXT);
1361 backwards ? R_PREV : R_NEXT);
1387 int backwards = 0, recursive = 0; local
1396 backwards = 1;
1414 return krb5_db2_db_iterate_ext(context, func, func_arg, backwards, recursive);
1302 krb5_db2_db_iterate_ext(krb5_context context, krb5_error_code(*func) (krb5_pointer, krb5_db_entry *), krb5_pointer func_arg, int backwards, int recursive) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2xs.t56 Defaulting to backwards compatibility with perl $thisversion
H A DTest.pm481 backwards compatibility with older Test.pm versions) start with the
525 $whyskip =~ s/^[Ss]kip(?:\s+|$)//; # backwards compatibility, old
536 # backwards compatiblity (I think). skip() used to be
H A Dperl5db.pl2013 move forwards or backwards from when doing an C<L> or C<-> command.
2918 Same as for C</>, except the loop runs backwards.
4073 If C<$from> is greater than C<$to>, the search goes I<backwards>, finding the
5440 C<skip> defines the number of stack frames to be skipped, working backwards
6781 B<?>I<pattern>B<?> Search backwards for I<pattern>; final B<?> is optional.
6967 B<?>I<pattern>B<?> Search backwards for I<pattern>; final B<?> is optional.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1003 my $backwards = $op->private & OPpASSIGN_BACKWARDS;
1008 ($src, $dst) = ($dst, $src) if $backwards;
1019 if ($backwards) {
1050 if ($backwards) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL127 Generates a .pm file which is backwards compatible with the specified
526 -b, --compat-version Specify a perl version to be backwards compatibile with
642 usage "You must provide the backwards compatibility version in X.Y.Z form. "
658 Defaulting to backwards compatibility with perl %d.%d.%d
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm137 B<Deprecated>, has no effect. For backwards compatibility only.
645 --[no]netscape - deprecated, has no effect. for backwards compatibility only.
/opensolaris-onvv-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s407 blu %ncc, .ov_bkwd ! if from < to, copy backwards
423 ! Copy backwards.
H A Dniagara_copy.s2718 blu %ncc, .ov_bkwd ! if from < to, copy backwards
2734 ! Copy backwards.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm243 Due to backwards compatibility, all filehandles resemble objects
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm239 MM_REVISION: ExtUtils::MakeMaker version control revision (for backwards
H A DConstant.pm1240 I<VERSION> is the perl version the code should be backwards compatible with.
H A DMM_VMS.pm450 MM_VMS_REVISION is for backwards compatibility before MM_VMS had a
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c73 static int backwards; variable
1377 backwards = 0;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL63 # Parse our options, trying to retain backwards compatibility with pod2man but
82 # This isn't a valid Pod::Man option and is only accepted for backwards
192 backwards compatibility; this option no longer does anything.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm391 Returns all the files in a directory. This is shorthand for backwards
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1902 blu %ncc, .ov_bkwd ! if from < to, copy backwards
1918 ! Copy backwards.
H A Dcheetah_copy.s1534 blu %ncc, .ov_bkwd ! if from < to, copy backwards
1550 ! Copy backwards.
H A Dopl_olympus_copy.s1476 blu %ncc, .ov_bkwd ! if from < to, copy backwards
1492 ! Copy backwards.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm938 backwards compatibility mode. Hence this Storable defaults to the new,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1638 These functions are provided for backwards compatibility
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s98 * done backwards. The copy backwards code is done in a similar manner.
107 jb L(CopyBackwards) # then do copy backwards
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex996 % \kern backwards by \parindent, and then reset itself to empty.

Completed in 287 milliseconds