Searched defs:tms (Results 1 – 13 of 13) sorted by relevance
11 struct tms { struct12 clock_t tms_utime; argument13 clock_t tms_stime; argument14 clock_t tms_cutime; argument15 clock_t tms_cstime; argument
4 clock_t times(struct tms *tms) in times()
153 struct tms tms; in lws_spawn_reap() local
251 struct tm tms; in http_date() local289 struct tm tms; in common_log_date() local341 tm tms; in iso8601_date() local387 tm tms; in iso8601_basic_date() local
1686 struct tm tms; in exif_entry_initialize() local
2485 struct tms tms; in getrusage() local
27202 struct tms { struct27203 __kernel_clock_t tms_utime; argument27204 __kernel_clock_t tms_stime; argument27205 __kernel_clock_t tms_cutime; argument27206 __kernel_clock_t tms_cstime; argument