Searched refs:time (Results 76 - 100 of 381) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_depr.c60 #include <time.h>
H A Dbn_rand.c113 #include <time.h>
142 time(&tim);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_utils.c190 if (a->time == gtime)
198 ASN1_GENERALIZEDTIME_free(a->time);
199 a->time = new_time;
205 return a->time;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_txt.c60 #include <time.h>
/barrelfish-2018-10-04/lib/tommath/etc/
H A D2kprime.c3 #include <time.h>
H A Dmersenne.c5 #include <time.h>
114 /* start time */
124 /* count time */
/barrelfish-2018-10-04/usr/tests/bomptest/
H A Dcpu_bound.c12 #include <time.h>
74 printf("%s: threads %d, compute time %lu ticks\n", argv[0], nthreads, now - start);
H A Dprogress-new.c14 #include <time.h>
H A Dtest.c14 #include <time.h>
63 printf("done. time taken: %" PRIu64 " cycles.\n", end - start);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_time.c141 static int exitNow = 0; /* Set when it's time to exit main */
165 exitNow = 0; /* Set when it's time to exit main */
175 -time arg - max number of seconds to collect data, default %d\n\
192 printf("-new - Just time new connections\n");
193 printf("-reuse - Just time connection reuse\n");
293 else if( strcmp(*argv,"-time") == 0) {
320 * TIME - time functions
394 /* Loop and time how long it takes to make connections */
397 finishtime=(long)time(NULL)+maxTime;
401 if (finishtime < (long)time(NUL
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dmem_dbg.c114 #include <time.h>
180 time_t time; member in struct:mem_st
243 /* Long-time lock CRYPTO_LOCK_MALLOC2 must not be claimed while
248 * appropriate order (long-time lock first).
538 m->time=time(NULL);
540 m->time=0;
680 lcl = localtime(&m->time);
832 * as we're creating them at a time when we're trying to check we've not
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_txt.c222 if (x->time != 0L)
224 if (BIO_printf(bp, "\n Start Time: %ld",x->time) <= 0) goto err;
H A Ddtls1.h75 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/locale/
H A Dwcsftime.c38 #include <time.h>
43 * Convert date and time to a wide-character string.
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_state.c30 #include <sys/time.h>
H A Dres_debug.c117 #include <time.h>
548 {ns_r_badtime, "BADTIME", "bad time"},
700 * Return a mnemonic for a time to live.
1158 struct tm *time; local
1162 time = gmtime_r(&clock, &res);
1164 time = gmtime(&clock);
1166 time->tm_year += 1900;
1167 time->tm_mon += 1;
1169 time->tm_year, time
[all...]
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dmt_misc.c10 #include <sys/time.h>
H A Drtime.c35 * rtime - get time from remote machine
37 * gets time, obtaining value from host
38 * on the udp/time socket. Since timeserver returns
39 * with time of day in seconds since Jan 1, 1900, must
50 #include <sys/time.h>
94 if ((serv = getservbyname("time", "tcp")) == NULL) {
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dxprintf_quote.c37 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/sys/
H A Dfutimens.c35 #include <time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_key.c60 #include <time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rand/
H A Drand_lib.c60 #include <time.h>
/barrelfish-2018-10-04/lib/phoenix/
H A Dstddefines.h34 #include <sys/time.h>
/barrelfish-2018-10-04/include/netinet/
H A Dtcp_lro.h34 #include <sys/time.h>
/barrelfish-2018-10-04/include/openssl/
H A Ddtls1.h75 #include <sys/time.h>

Completed in 280 milliseconds

1234567891011>>