clock_t            94 compat/svr4/svr4_misc.c static __inline clock_t timeval_to_clock_t(struct timeval *);
clock_t           705 compat/svr4/svr4_misc.c static __inline clock_t
clock_t           146 sys/siginfo.h  					clock_t	_utime;
clock_t           148 sys/siginfo.h  					clock_t	_stime;
clock_t            52 sys/times.h    	clock_t tms_utime;	/* User CPU time */
clock_t            53 sys/times.h    	clock_t tms_stime;	/* System CPU time */
clock_t            54 sys/times.h    	clock_t tms_cutime;	/* User CPU time of terminated child procs */
clock_t            55 sys/times.h    	clock_t tms_cstime;	/* System CPU time of terminated child procs */
clock_t            60 sys/times.h    clock_t	times(struct tms *);