Searched refs:stop_time (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/pam_modules-140/tests/
H A Dtest_login_serial4 declare -i start_time stop_time
34 stop_time=$(date +%s)
37 elap_time=$((${stop_time}-${start_time}))
H A Dtest_login_concurrent6 declare -i start_time stop_time
45 stop_time=$(date +%s)
49 elap_time=$((${stop_time}-${start_time}))
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest_collection.c168 return (tt->stop_time = time);
176 return tt->stop_time;
197 tt->stop_time = time(NULL);
211 return tt->stop_time;
218 return difftime(tt->start_time, tt->stop_time);
H A Dtest_collection.h99 time_t stop_time; member in struct:_struct_test_collection_t
/macosx-10.10.1/apache-793/httpd/include/
H A Dscoreboard.h110 apr_time_t stop_time; member in struct:worker_score
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dget_cred.c882 struct timeval start_time, stop_time; local
1048 gettimeofday(&stop_time, NULL);
1049 timevalsub(&stop_time, &start_time);
1052 stop_time.tv_sec, stop_time.tv_usec);
H A Dsend_to_kdc.c1241 struct timeval nrstart, nrstop, stop_time; local
1396 gettimeofday(&stop_time, NULL);
1397 timevalsub(&stop_time, &ctx->stats.start_time);
1416 stop_time.tv_sec, stop_time.tv_usec,
/macosx-10.10.1/apache-793/httpd/server/
H A Dscoreboard.c560 ws->stop_time = apr_time_now();
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl1450 # stop_time - ending time
1452 proc ElapsedTime {stop_time} {
1455 set elapsed [expr $stop_time - $ftp(Start_Time)]
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_status.c654 ((ws_record->stop_time -
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl786 set stop_time [clock seconds]
787 set elapsed [expr {$stop_time - $start_time}]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl1676 # stop_time - ending time
1678 proc ::ftp::ElapsedTime {s stop_time} {
1682 set elapsed [expr {$stop_time - $ftp(Start_Time)}]
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dlua_request.c1263 lua_pushstring(L, "stop_time");
1264 lua_pushnumber(L, (lua_Number) ws_record->stop_time);

Completed in 166 milliseconds