Home
last modified time | relevance | path

Searched refs:tms_stime (Results 1 – 11 of 11) sorted by relevance

/original-bsd/usr.bin/f77/libU77/
H A Ddtime_.c42 dt->systime = (float)(clock.tms_stime - dstime) / 60.0;
44 dstime = clock.tms_stime;
H A Detime_.c39 et->systime = (float) clock.tms_stime / 60.0;
/original-bsd/sys/sys/
H A Dtimes.h27 clock_t tms_stime; /* System CPU time */ member
/original-bsd/lib/libc/gen/
H A Dtimes.c33 tp->tms_stime = CONVTCK(ru.ru_stime);
/original-bsd/old/berknet/
H A Dmach.h394 int tms_stime; /* system time */ member
H A Dnetdaemon.c967 stime = tbf.tms_stime + tbf.tms_cstime;
/original-bsd/local/toolchest/ksh/sh/
H A Dxec.c783 at = after.tms_stime - before.tms_stime;
H A Dservice.c883 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); in doacct()
/original-bsd/games/larn/
H A Ddiag.c168 c[CPUTIME] += (cputime.tms_utime+cputime.tms_stime)/60;
H A Dscores.c526 logg.cputime = i = (cputime.tms_utime + cputime.tms_stime)/60 + c[CPUTIME];
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c2077 atms.tms_stime = hpuxscale(&rs);