Searched refs:maxtime (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime03.c | 61 time_t mintime, maxtime; in run() local 77 maxtime = tst_get_fs_timestamp(); in run() 81 if (statbuf.st_atime < mintime || statbuf.st_atime > maxtime) in run() 84 if (statbuf.st_mtime < mintime || statbuf.st_mtime > maxtime) in run()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | s_time.c | 127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local 199 maxtime = opt_int_arg(); in s_time_main() 269 printf("Collecting connection statistics for %d seconds\n", maxtime); in s_time_main() 274 finishtime = (long)time(NULL) + maxtime; in s_time_main() 314 i = (int)((long)time(NULL) - finishtime + maxtime); in s_time_main() 320 nConn, (long)time(NULL) - finishtime + maxtime, in s_time_main() 352 finishtime = (long)time(NULL) + maxtime; in s_time_main() 400 nConn, (long)time(NULL) - finishtime + maxtime, bytes_read / nConn); in s_time_main() 403 (long)time(NULL) - finishtime + maxtime); in s_time_main()
|
/third_party/openssl/apps/ |
D | s_time.c | 127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local 199 maxtime = opt_int_arg(); in s_time_main() 269 printf("Collecting connection statistics for %d seconds\n", maxtime); in s_time_main() 274 finishtime = (long)time(NULL) + maxtime; in s_time_main() 314 i = (int)((long)time(NULL) - finishtime + maxtime); in s_time_main() 320 nConn, (long)time(NULL) - finishtime + maxtime, in s_time_main() 352 finishtime = (long)time(NULL) + maxtime; in s_time_main() 400 nConn, (long)time(NULL) - finishtime + maxtime, bytes_read / nConn); in s_time_main() 403 (long)time(NULL) - finishtime + maxtime); in s_time_main()
|
/third_party/curl/lib/ |
D | asyn-ares.c | 277 struct timeval maxtime; in Curl_resolver_getsock() local 284 maxtime.tv_sec = CURL_TIMEOUT_RESOLVE; in Curl_resolver_getsock() 285 maxtime.tv_usec = 0; in Curl_resolver_getsock() 287 timeout = ares_timeout((ares_channel)data->state.async.resolver, &maxtime, in Curl_resolver_getsock()
|
D | tftp.c | 207 time_t maxtime, timeout; in tftp_set_timeouts() local 221 maxtime = (time_t)(timeout_ms + 500) / 1000; in tftp_set_timeouts() 223 maxtime = 3600; /* use for calculating block timeouts */ in tftp_set_timeouts() 226 timeout = maxtime; in tftp_set_timeouts()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod-client.c | 898 long maxtime = 0; in debuginfod_query_server() local 902 maxtime = atol (maxtime_envvar); in debuginfod_query_server() 903 if (maxtime && vfd >= 0) in debuginfod_query_server() 904 dprintf(vfd, "using max time %lds\n", maxtime); in debuginfod_query_server() 1384 if ( maxtime > 0 && clock_gettime(CLOCK_MONOTONIC_RAW, &start_time) == -1) in debuginfod_query_server() 1393 if (maxtime > 0) in debuginfod_query_server() 1401 if ( delta > maxtime) in debuginfod_query_server() 1403 dprintf(vfd, "Timeout with max time=%lds and transfer time=%lds\n", maxtime, delta ); in debuginfod_query_server()
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | timestamp_duration.proto | 43 TimeStampType maxtime = 4; field
|