Searched refs:time (Results 151 - 175 of 1923) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.sbin/ctm/ctm_rmail/
H A Derror.c4 * Log messages can easily contain the program name, a time stamp, system
23 #include <time.h>
83 time(&now);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Drandom.c25 #include <time.h> /* Required for time(). */
49 * Xor them with the high bits of time which change slowly.
53 srand(time(NULL) ^ pid);
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dtmdiff.c80 # include <time.h>
221 ret = (double)(b->ms_timeb.time - a->ms_timeb.time) +
250 d = (double)(b->ms_timeb.time - a->ms_timeb.time) +
/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c56 * Sort the symbol table in by time
60 errx( 1 , "[printprof] ran out of memory for time sorting" );
80 timediff = (*npp2) -> time - (*npp1) -> time;
109 printf( " no time accumulated\n\n" );
118 "time" , "seconds " , "seconds" , "calls" ,
129 if ( zflag == 0 && np -> ncall == 0 && np -> time == 0 &&
133 actime += np -> time;
136 100 * np -> time / totime , actime / hz , np -> time / h
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dlocal.h22 #include <sm/time.h>
133 ** time -- a struct timeval holding the converted value
145 # define SM_CONVERT_TIME(fp, fd, val, time) { \
155 (time)->tv_sec = 0; \
156 (time)->tv_usec = 0; \
160 (time)->tv_sec = (val) / 1000; \
161 (time)->tv_usec = ((val) - ((time)->tv_sec * 1000)) * 1000; \
202 ** The select() can be active for up to 'to' time. The select may not
203 ** use all of the the 'to' time
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dthroughput.c36 #include <time.h>
58 time(&t->BestOctetsPerSecondTime);
86 downat = t->downtime ? t->downtime : time(NULL);
105 prompt_Printf(prompt, "Connect time: %d:%02d:%02d", secs_up / 3600,
142 log_Printf(level, "%s%sConnect time: %d secs: %llu octets in, %llu octets"
183 time(&t->BestOctetsPerSecondTime);
206 time(&t->BestOctetsPerSecondTime);
208 time(&t->uptime);
235 time(&t->downtime);
273 time(
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_td.c101 char src[32], dst[32], misc[256], time[32], link1[32], link2[32]; local
116 time, src, dst, misc)) != 4)
121 time, link1, link2, src, dst, misc);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dlogwtmp.c45 #include <sys/time.h>
53 #include <time.h>
98 (void)time(&ut.ut_time);
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump-stdinc.h52 #include <time.h>
122 #include <sys/time.h>
127 #include <time.h>
/freebsd-9.3-release/sys/powerpc/include/
H A Dcpufunc.h167 mttb(u_quad_t time) argument
171 mtspr(TBR_TBWU, (uint32_t)(time >> 32));
172 mtspr(TBR_TBWL, (uint32_t)(time & 0xffffffff));
/freebsd-9.3-release/sys/rpc/
H A Dsvc_auth_unix.c69 uint32_t time; local
81 time = IXDR_GET_UINT32(buf);
117 } else if (! xdr_authunix_parms(&xdrs, &time, xcr)) {
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.c52 #include <time.h>
109 case 'F': /* Change the time: When does weekend start? */
140 /* use current time */
142 (void)time(&f_time);
154 time(&t);
/freebsd-9.3-release/usr.bin/leave/
H A Dleave.c49 #include <time.h>
106 (void)time(&now);
112 /* Convert tol to 12 hr time (0:00...11:59) */
116 /* Convert tm to 12 hr time (0:00...11:59) */
124 /* Leave time is in the past so we add 12 hrs */
144 (void)time(&daytime);
182 #define MSG5 "\07\07That was the last time I'll tell you. Bye.\n"
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpsim.c46 return (e1->time - e2->time);
63 /* Simply convert the time received to double and subtract */
142 * Watch out here, we want the real time, not the silly stuff.
160 * Pop the queue until nothing is left or time is exceeded
166 /* Update all the clocks to the time on the event */
214 e->time = t;
323 * Note: This function is called at time t1.
355 * arrival time (t4) of the packet at the client
362 * Check if the time o
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_machine.h14 # include <sys/time.h>
16 #include <time.h>
98 #include "time.h"
103 * Bob Herlien's excellent time code find it at:
237 # include <time.h>
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtimer.c25 #include <isc/time.h>
44 /* Compute the time of expiry. */
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dstdtime.c28 #include <sys/time.h>
/freebsd-9.3-release/contrib/bind9/lib/lwres/unix/include/lwres/
H A Dnet.h57 #include <sys/time.h>
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dclock.c29 Returns an approximation of the CPU time used by the process as a
40 #include <sys/time.h>
/freebsd-9.3-release/contrib/bmake/
H A Dtrace.c55 #include <sys/time.h>
/freebsd-9.3-release/contrib/gcc/
H A Dtsystem.h111 #include <time.h>
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dclock.c29 Returns an approximation of the CPU time used by the process as a
40 #include <sys/time.h>
H A Dpex-common.h69 struct pex_time *time; member in struct:pex_obj
116 and time in *TIME (if it is not null). CHILD is from fork. DONE
120 struct pex_time * /* time */, int /* done */,
H A Dpex-djgpp.c281 struct pex_time *time, int done ATTRIBUTE_UNUSED,
287 if (time != NULL)
288 memset (time, 0, sizeof *time);
280 pex_djgpp_wait(struct pex_obj *obj, long pid, int *status, struct pex_time *time, int done ATTRIBUTE_UNUSED, const char **errmsg ATTRIBUTE_UNUSED, int *err ATTRIBUTE_UNUSED) argument
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dtroff.h26 #include <time.h>

Completed in 121 milliseconds

1234567891011>>