Home
last modified time | relevance | path

Searched refs:u_time (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dtimetoa.h44 typedef unsigned int u_time; typedef
50 typedef unsigned long u_time; typedef
56 typedef unsigned long long u_time; typedef
/freebsd/contrib/ntp/libntp/
H A Dtimetoa.c56 u_time secs_u; in format_time_fraction()
65 secs_u = (u_time)secs; in format_time_fraction()
/freebsd/contrib/tcsh/
H A Dsh.proc.c1272 time_t u_time, s_time; in ptprint()
1279 clock_t u_time, s_time; in ptprint()
1285 u_time = zu_time; in ptprint()
1289 u_time += pp->p_utime; in ptprint()
1299 rts.tms_utime = u_time; in ptprint()