Home
last modified time | relevance | path

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

/netbsd/src/libexec/atrun/
Datrun.c393 time_t now, run_time; in main() local
486 run_time = (time_t) ctm * 60; in main()
488 if ((S_IXUSR & buf.st_mode) && (run_time <= now)) { in main()
505 if ((run_time < now) && !(S_IXUSR & buf.st_mode) && in main()
/netbsd/src/external/gpl3/binutils/dist/gas/
Das.c1174 long run_time = get_run_time () - start_time; in dump_statistics() local
1177 myname, run_time / 1000000, run_time % 1000000); in dump_statistics()
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldmain.c620 long run_time = get_run_time () - start_time; in main() local
624 program_name, run_time / 1000000, run_time % 1000000); in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtracepoint.c1865 LONGEST run_time = ts->stop_time - ts->start_time; in tstatus_command() local
1871 (long int) (run_time / 1000000), in tstatus_command()
1872 (long int) (run_time % 1000000)); in tstatus_command()