Searched refs:run_time (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/atrun.tproj/
H A Datrun.c458 time_t now, run_time; local
529 run_time = (time_t) ctm*60;
531 if ((S_IXUSR & buf.st_mode) && (run_time <=now)) {
546 if ((run_time < now) && !(S_IXUSR & buf.st_mode) && (S_IRUSR & buf.st_mode))
/macosx-10.10/cups-408/cups/backend/
H A Dsnmp.c140 static double run_time(void);
690 debug_printf("DEBUG: %.3f Probing %s...\n", run_time(), device->addrname);
906 debug_printf("DEBUG: %.3f Received data from %s...\n", run_time(), addrname);
1131 * 'run_time()' - Return the total running time...
1135 run_time(void) function
1246 fprintf(stderr, "ERROR: %.3f select() for %d/%d failed: %s\n", run_time(),
1291 debug_printf("DEBUG: %.3f Scan complete!\n", run_time());
1308 debug_printf("DEBUG: %.3f Trying %s://%s:%d...\n", run_time(),
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/
H A Dqueryperf.c1847 double run_time, queries_per_sec, queries_per_sec2; local
1872 run_time = 0.0;
1879 run_time = difftv(*end_perf, *first_query);
1880 queries_per_sec = (double)num_queries_completed / run_time;
1882 possibly_delayed) / run_time;
1975 printf(" Ran for: %.6lf seconds\n", run_time);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dinit_creds_pw.c107 struct timeval run_time; member in struct:krb5_init_creds_context_data::__anon611
3437 timevaladd(&ctx->stats.run_time, &end_time);
3440 ctx->stats.run_time.tv_sec, ctx->stats.run_time.tv_usec);
3618 timevaladd(&ctx->stats.run_time, &end_time);
3760 timevaladd(&ctx->stats.run_time, &end_time);
3953 timevaladd(&ctx->stats.run_time, &nend);

Completed in 127 milliseconds