Home
last modified time | relevance | path

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

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