| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | alarm.t | 19 my $start_time = time; 25 1 while (time - $start_time < 6); 28 my $diff = time - $start_time; 35 my $start_time = time; 42 $diff = time - $start_time;
|
| /mirbsd/src/usr.sbin/makefs/ |
| D | makefs.c | 91 struct timespec start_time; variable 141 start_time.tv_sec = start.tv_sec; in main() 142 start_time.tv_nsec = start.tv_usec * 1000; in main() 267 (long)start_time.tv_sec, (long)start_time.tv_nsec, in main() 268 ctime(&start_time.tv_sec)); in main()
|
| D | walk.c | 380 stbuf.st_ctime = start_time.tv_sec; in apply_specdir() 383 stbuf.st_ctimensec = start_time.tv_nsec; in apply_specdir() 467 dirnode->inode->st.st_ctime = start_time.tv_sec; in apply_specentry() 471 dirnode->inode->st.st_ctimensec = start_time.tv_nsec; in apply_specentry()
|
| D | makefs.h | 205 extern struct timespec start_time;
|
| /mirbsd/src/usr.sbin/isdn/isdnd/ |
| D | rates.c | 250 rt->start_time = hour*60 + min; in readrates() 307 if ( rt->end_time <= rt->start_time ) in readrates() 359 j, i, rt->start_time/60, rt->start_time%60, in readrates() 493 if ((time_now >= hd->start_time ) && in getrate() 499 hd->start_time/60, hd->start_time%60, in getrate()
|
| D | isdnd.h | 171 int start_time; /* hour and min at which this rate starts, e.g. 12:20 12*60+20*/ member
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | write_entry.c | 223 static time_t start_time; /* time at start of writes */ in _nc_write_entry() local 226 start_time = 0; in _nc_write_entry() 269 if (start_time > 0 && in _nc_write_entry() 271 && statbuf.st_mtime >= start_time) { in _nc_write_entry() 278 if (start_time == 0) { in _nc_write_entry() 280 || (start_time = statbuf.st_mtime) == 0) { in _nc_write_entry() 308 statbuf.st_mtime < start_time) { in _nc_write_entry()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | m32r-rom.c | 122 time_t start_time, end_time; /* for timing of download */ in m32r_load() local 132 start_time = time (NULL); in m32r_load() 169 end_time - start_time); in m32r_load() 408 time_t start_time, end_time; /* for timing of download */ in m32r_upload_command() local 470 start_time = time (NULL); in m32r_upload_command() 521 end_time - start_time); in m32r_upload_command()
|
| D | dsrec.c | 59 time_t start_time, end_time; in load_srec() local 77 start_time = time (NULL); in load_srec() 173 report_transfer_performance (data_count, start_time, end_time); in load_srec()
|
| D | dve3900-rom.c | 871 time_t start_time, end_time; /* for timing of download */ in r3900_load() local 916 start_time = time (NULL); in r3900_load() 930 report_transfer_performance (data_count, start_time, end_time); in r3900_load()
|
| D | remote-m32r-sdi.c | 1216 time_t start_time, end_time; /* Start and end times of download */ in m32r_load() local 1266 start_time = time (NULL); in m32r_load() 1377 end_time - start_time); in m32r_load()
|
| D | remote-e7000.c | 1510 time_t start_time, end_time; /* Start and end times of download */ in e7000_load() local 1571 start_time = time (NULL); in e7000_load() 1672 report_transfer_performance (data_count, start_time, end_time); in e7000_load()
|
| D | symfile.c | 1603 time_t start_time, end_time; /* Start and end times of download */ in generic_load() local 1655 start_time = time (NULL); in generic_load() 1678 cbdata.write_count, end_time - start_time); in generic_load() 1690 report_transfer_performance (unsigned long data_count, time_t start_time, in report_transfer_performance() argument 1694 end_time - start_time, 0); in report_transfer_performance()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | Ping.pm | 999 my $start_time = shift; 1003 return $self->ping_syn_fork($host, $ip, $start_time, $stop_time); 1049 my $entry = [ $host, $ip, $fh, $start_time, $stop_time ]; 1060 my ($self, $host, $ip, $start_time, $stop_time) = @_; 1069 my $entry = [ $host, $ip, $pid, $start_time, $stop_time ];
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_status.c | 484 if (score_record.start_time.tv_sec == 0L && in status_handler() 485 score_record.start_time.tv_usec == 0L) in status_handler() 489 ((score_record.stop_time.tv_sec - score_record.start_time.tv_sec) * 1000) + in status_handler() 490 ((score_record.stop_time.tv_usec - score_record.start_time.tv_usec) / 1000); in status_handler()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | scoreboard.h | 140 struct timeval start_time; member
|
| /mirbsd/src/sbin/raidctl/ |
| D | raidctl.c | 945 struct timeval start_time; in do_meter() local 970 if (gettimeofday(&start_time, NULL)) in do_meter() 973 current_time = start_time; in do_meter() 1009 start_time.tv_sec; in do_meter() 1011 start_time.tv_usec; in do_meter()
|
| /mirbsd/src/usr.sbin/makefs/ffs/ |
| D | mkfs.c | 453 sblock.fs_id[0] = start_time.tv_sec; in ffs_mkfs() 469 sblock.fs_time = start_time.tv_sec; in ffs_mkfs() 471 sblock.fs_old_time = start_time.tv_sec; in ffs_mkfs() 526 initcg(cylno, start_time.tv_sec, fsopts); in ffs_mkfs() 539 sblock.fs_time = start_time.tv_sec; in ffs_mkfs()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | as.c | 130 static long start_time; variable 917 long run_time = get_run_time () - start_time; in dump_statistics() 1077 start_time = get_run_time (); in main()
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_main.c | 1271 memset (&ss->start_time, '\0', sizeof ss->start_time); in ap_update_child_status() 1312 if (gettimeofday(&ss->start_time, (struct timezone *) 0) < 0) in ap_time_process_request() 1313 ss->start_time.tv_sec = in ap_time_process_request() 1314 ss->start_time.tv_usec = 0L; in ap_time_process_request() 1320 ss->start_time.tv_sec = in ap_time_process_request() 1321 ss->start_time.tv_usec = 0L; in ap_time_process_request()
|
| /mirbsd/src/usr.bin/ssh/ |
| D | clientloop.c | 1295 double start_time, total_time; in client_loop() local 1303 start_time = get_current_time(); in client_loop() 1542 total_time = get_current_time() - start_time; in client_loop()
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldmain.c | 189 long start_time = get_run_time (); in main() local 553 long run_time = get_run_time () - start_time; in main()
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTTCP.c | 707 time_t start_time = time((time_t *) 0); in setup_nsl_fork() local 849 while (child_exited || (long) (time((time_t *) 0) - start_time) < dns_patience) { in setup_nsl_fork()
|