Home
last modified time | relevance | path

Searched defs:tms (Results 1 – 8 of 8) sorted by relevance

/minix3/sys/sys/
H A Dtimes.h49 struct tms { struct
50 clock_t tms_utime; /* User CPU time */ argument
51 clock_t tms_stime; /* System CPU time */ argument
52 clock_t tms_cutime; /* User CPU time of terminated child procs */ argument
53 clock_t tms_cstime; /* System CPU time of terminated child procs */ argument
/minix3/minix/lib/libc/gen/
H A Dclock.c12 struct tms tms; in clock() local
/minix3/tests/lib/libc/time/
H A Dt_mktime.c67 struct tm tms; in ATF_TC_BODY() local
86 struct tm tms; in ATF_TC_BODY() local
/minix3/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_macinfo.c114 Dwarf_MacroSet ms, tms; in _dwarf_macinfo_cleanup() local
/minix3/minix/commands/dhrystone/
H A Ddhrystone.c267 struct tms tms; in Proc0() local
/minix3/bin/ksh/
H A Dc_sh.c735 struct tms t0, t1, tms; local
/minix3/minix/commands/synctree/
H A Dsynctree.c872 struct utimbuf tms; in setmodes() local
916 static struct utimbuf tms= { 0, 0 }; in makeold() local
/minix3/bin/sh/
H A Deval.c1349 struct tms tms; in timescmd() local