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

12

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest79 my $rt = int(rand(9)) + 1;
80 $rt = 15 if ($rt >= 9); # Group.
81 $rt <<= 28;
82 if ($rt == &EXT_UINT8) {
83 push(@objs, ea_new_item($rt | $ono++, 8));
84 } elsif ($rt == &EXT_UINT16) {
85 push(@objs, ea_new_item($rt | $ono++, 16));
86 } elsif ($rt == &EXT_UINT32) {
87 push(@objs, ea_new_item($rt |
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtfs.c63 struct stat rt; local
80 while ((mnt = mntread(mp)) && (stat(mnt->dir, &rt) || rt.st_dev != st->st_dev));
/osnet-11/usr/src/lib/libc/port/gen/
H A Dtsearch.c131 twalk(const void *rt, /* Root of the tree to be walked */ argument
134 NODE *root = (NODE *)rt;
H A Dlocaltime.c618 struct tm *rt; local
635 rt = offtime_u(t, offset, p_tm);
637 return (rt);
/osnet-11/usr/src/head/
H A Dlber.h134 #define LDAP_API(rt) rt
136 #define LDAP_API(rt) rt
H A Dldap.h449 #define LDAP_API(rt) rt
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm36 my $rt = reftype($fh) || '';
39 if $rt eq 'IO';
44 elsif ($rt ne 'GLOB') {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL101 Please report bugs using L<http://rt.cpan.org>.
H A Dpod2usage.PL128 Please report bugs using L<http://rt.cpan.org>.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c966 struct authlist *rt; local
988 rt = t->h[i];
990 r->nh = rt;
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c713 queue_slot_runnable(ulwp_t **ulwpp, ulwp_t **prevp, int rt) argument
726 tpri = rt? CMP_PRIO(ulwp) : 0;
731 if (!rt)
783 int rt; local
791 rt = (qrp->qr_rtcount != 0);
795 ulwp->ul_rt = rt;
800 if (rt) /* real-time queue */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm1479 C<bug-sys-syslog (at) rt.cpan.org>, or through the web interface at
1480 L<http://rt.cpan.org/Public/Dist/Display.html?Name=Sys-Syslog>.
1505 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Syslog>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm540 Send bug reports via http://rt.cpan.org/. Please send your
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm505 Please report bugs using L<http://rt.cpan.org>.
H A DPlainText.pm698 Please report bugs using L<http://rt.cpan.org>.
H A DParseUtils.pm839 Please report bugs using L<http://rt.cpan.org>.
H A DUsage.pm384 Please report bugs using L<http://rt.cpan.org>.
H A DInputObjects.pm935 Please report bugs using L<http://rt.cpan.org>.
H A DSelect.pm743 Please report bugs using L<http://rt.cpan.org>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1709 https://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Ping
1713 https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Ping
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm1205 Please use the CPAN bug ticketing system at L<http://rt.cpan.org/>.
1207 C<< <bug-test-harness@rt.cpan.org> >>.
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com1045 $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com1077 $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com1013 $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile989 $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \

Completed in 120 milliseconds

12