| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | getruntime.c | 103 struct tms tms; in get_run_time() 105 times (&tms); in get_run_time() 106 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ); in get_run_time()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_usertrack.c | 244 struct tm *tms; in make_cookie() local 262 tms = gmtime(&when); in make_cookie() 272 ap_day_snames[tms->tm_wday], in make_cookie() 273 tms->tm_mday, in make_cookie() 274 ap_month_snames[tms->tm_mon], in make_cookie() 275 (int)(tms->tm_year % 100), in make_cookie() 276 tms->tm_hour, tms->tm_min, tms->tm_sec); in make_cookie()
|
| /mirbsd/src/sys/sys/ |
| D | times.h | 50 struct tms { struct 61 clock_t times(struct tms *);
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | util.c | 147 struct tm *tms; in ap_ht_time() local 149 tms = (gmt ? gmtime(&t) : localtime(&t)); in ap_ht_time() 185 strftime(ts, MAX_STRING_LEN, fmt, tms); in ap_ht_time() 192 struct tm *tms; in ap_gm_timestr_822() local 194 tms = gmtime(&sec); in ap_gm_timestr_822() 198 "%s, %.2d %s %qd %.2d:%.2d:%.2d GMT", ap_day_snames[tms->tm_wday], in ap_gm_timestr_822() 199 tms->tm_mday, ap_month_snames[tms->tm_mon], (int64_t)tms->tm_year + 1900, in ap_gm_timestr_822() 200 tms->tm_hour, tms->tm_min, tms->tm_sec); in ap_gm_timestr_822()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/DProf/ |
| D | DProf.xs | 115 struct tms prof_start; 116 struct tms prof_end; 179 dprof_times(pTHX_ struct tms *t) in dprof_times() 265 struct tms t1, t2; in prof_dump_until() 328 struct tms t; in prof_mark() 441 struct tms t1, t2; in test_time()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 131 clock_t vms_times(struct tms *bufptr) { in vms_times() 1754 struct tms tms; variable 1756 realtime = times( &tms ); 1759 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_utime ) ) ); 1760 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_stime ) ) ); 1761 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_cutime ) ) ); 1762 PUSHs( sv_2mortal( newSViv( (IV) tms.tms_cstime ) ) );
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | netware.h | 35 struct tms { struct
|
| D | nw5iop.h | 149 int nw_times(struct tms *timebuf);
|
| /mirbsd/src/lib/libc/gen/ |
| D | times.c | 43 times(struct tms *tp) in times()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | scoreboard.h | 142 struct tms times;
|
| /mirbsd/src/bin/mksh/ |
| D | misc.c | 2095 struct tms tms; in getrusage() local 2098 if (/* ru == NULL || */ times(&tms) == (clock_t)-1) in getrusage() 2103 u = tms.tms_utime; in getrusage() 2104 s = tms.tms_stime; in getrusage() 2107 u = tms.tms_cutime; in getrusage() 2108 s = tms.tms_cstime; in getrusage()
|
| /mirbsd/src/lib/libssl/src/crypto/rc4/ |
| D | rc4speed.c | 139 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/lib/libdes/ |
| D | des_opts.c | 84 struct tms { struct 370 static struct tms tstart,tend;
|
| /mirbsd/src/lib/libssl/src/crypto/ |
| D | tmdiff.c | 126 struct tms ms_tms;
|
| /mirbsd/src/lib/libssl/src/crypto/bn/ |
| D | bnspeed.c | 132 static struct tms tstart,tend; in Time_F()
|
| D | expspeed.c | 158 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/lib/libssl/src/crypto/bf/ |
| D | bfspeed.c | 139 static struct tms tstart,tend; in Time_F()
|
| D | bf_opts.c | 166 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/lib/libssl/src/crypto/rc5/ |
| D | rc5speed.c | 139 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/lib/libssl/src/crypto/rc2/ |
| D | rc2speed.c | 139 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/lib/libssl/src/crypto/cast/ |
| D | cast_spd.c | 139 static struct tms tstart,tend; in Time_F()
|
| D | castopts.c | 176 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/lib/libssl/src/crypto/idea/ |
| D | idea_spd.c | 139 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/lib/libssl/src/crypto/des/ |
| D | speed.c | 143 static struct tms tstart,tend; in Time_F()
|
| /mirbsd/src/usr.sbin/popa3d/ |
| D | standalone.c | 230 struct tms buf; in handle()
|