Home
last modified time | relevance | path

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

/plan9/sys/include/ape/sys/
H A Dtimes.h10 struct tms { struct
11 clock_t tms_utime; argument
12 clock_t tms_stime; argument
13 clock_t tms_cutime; argument
14 clock_t tms_cstime; argument
/plan9/sys/src/cmd/gs/src/
H A Dgp_sysv.c54 struct tms tms; in gettimeofday() local
H A Dgp_unix.c128 struct tms tms; in gp_get_usertime() local
H A Dgdevpsu.c188 struct tm tms; in psw_begin_file_header() local
H A Dgp_mac.c118 struct tm tms; in gettimeofday() local
H A Dgdevtifs.c215 struct tm tms; in gdev_tiff_begin_page() local
H A Dgdevpdf.c279 struct tm tms; in pdf_initialize_ids() local
/plan9/sys/src/cmd/
H A Dclock.c29 static Tm tms; in redraw() local
/plan9/sys/src/ape/cmd/pdksh/
H A Dc_sh.c721 struct tms t0, t1, tms; local