Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dtimes.h44 struct tms { struct
45 clock_t tms_utime; /* user time */ argument
46 clock_t tms_stime; /* system time */ argument
47 clock_t tms_cutime; /* user time, children */ argument
48 clock_t tms_cstime; /* system time, children */ argument
/picolibc-latest/newlib/libc/time/
Dstrftime.c1511 const struct tm *tms; /* Time used for these vectors */ member