Searched refs:tms (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dclock.c44 struct tms buffer;
H A Dwaitpid.c119 struct tms before_tms;
120 struct tms after_tms;
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h381 struct tms t_tbb; /* start execution times */
382 struct tms t_txfs; /* xfer start times */
383 struct tms t_txfe; /* xfer end times */
384 struct tms t_tga; /* garbage execution times */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs115 struct tms prof_start;
116 struct tms prof_end;
181 dprof_times(pTHX_ struct tms *t)
223 /* Fill in the struct tms using the CRTL routine . . .*/
268 struct tms t1, t2;
331 struct tms t;
445 struct tms t1, t2;
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_logging.c267 struct tm tms; local
288 localtime_r(&msg_chain->msg_timestamp, &tms));
319 struct tm tms; local
339 localtime_r(&msg_chain->msg_timestamp, &tms));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs111 clock_t vms_times(struct tms *bufptr) {
131 /* Fill in the struct tms using the CRTL routine . . .*/
1724 struct tms tms;
1726 realtime = times( &tms );
1729 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_utime ) ) );
1730 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_stime ) ) );
1731 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_cutime ) ) );
1732 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_cstime ) ) );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dthrdvar.h91 PERLVAR(Ttimesbuf, struct tms)
H A Diperlsys.h938 typedef int (*LPProcTimes)(struct IPerlProc*, struct tms*);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dsleep.c218 struct tms tt;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t362 tms times
H A Dopcode.pl1037 tms times ck_null 0
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c576 # define tms timeval macro
585 struct tms tp;
610 struct tms tp;
621 struct tms tp;
H A Dpath.c1328 static struct tms buffer;
H A Dxec.c2375 struct tms before,after;
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c371 struct tms us;
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3202 struct tm tms; local
3205 (void) strptime(fulldate, "%b %d %T %Y %Z", &tms);
3207 if (tms.tm_year < 69)
3208 tms.tm_year += 100;
3210 (void) strftime(newtime, sizeof (newtime), "m%d", &tms);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm516 time tms -- could be used for timing attacks (paranoid?)
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c237 struct tms dummy;

Completed in 98 milliseconds