Searched refs:timeval (Results 1 - 25 of 765) sorted by path

1234567891011>>

/src/bin/csh/
H A Dtime.c52 static void pdeltat(FILE *, int, struct timeval *, struct timeval *);
238 pdeltat(FILE *fp, int prec, struct timeval *t1, struct timeval *t0)
240 struct timeval td;
/src/bin/date/
H A Ddate.c352 struct timeval tv;
/src/bin/dd/
H A Ddd.h98 struct timeval start; /* start time of dd */
H A Dmisc.c97 struct timeval tv;
197 struct timeval tv;
/src/bin/mv/
H A Dmv.c274 struct timeval tval[2];
/src/bin/pax/
H A Dfile_subs.c823 struct timeval tv[2];
/src/bin/rcp/
H A Drcp.c487 struct timeval tv[2];
/src/common/lib/libc/gen/
H A Dradixtree.c1422 const struct timeval *stv, const struct timeval *etv)
1476 struct timeval stv;
1477 struct timeval etv;
H A Drpst.c555 tvdiff(const struct timeval *tv1, const struct timeval *tv2)
568 struct timeval start;
569 struct timeval end;
610 struct timeval start;
611 struct timeval end;
/src/dist/pf/usr.sbin/authpf/
H A Dauthpf.c64 struct timeval Tstart, Tend; /* start and end times of session */
/src/distrib/utils/libhack/
H A Dyplib.c75 struct timeval _yplib_timeout = { YPLIB_TIMEOUT, 0 };
76 struct timeval _yplib_rpc_timeout = { YPLIB_TIMEOUT / YPLIB_RPC_RETRIES,
/src/games/tetris/
H A Dinput.c51 /* return true iff the given timeval is positive */
55 /* subtract timeval `sub' from `res' */
75 rwait(struct timeval *tvp)
78 struct timeval starttv, endtv;
124 struct timeval tv;
140 static struct timeval timeleft;
H A Dinput.h37 int rwait(struct timeval *);
/src/include/rpc/
H A Dclnt.h147 xdrproc_t, caddr_t, struct timeval);
206 * struct timeval timeout;
257 #define CLSET_TIMEOUT 1 /* set timeout (timeval) */
258 #define CLGET_TIMEOUT 2 /* get timeout (timeval) */
276 #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */
277 #define CLGET_RETRY_TIMEOUT 5 /* get retry timeout (timeval) */
H A Dclnt_soc.h88 * struct timeval wait;
97 * struct timeval wait;
106 struct timeval,
111 struct timeval,
H A Dpmap_clnt.h78 struct timeval, unsigned long *)
H A Drpcb_clnt.h75 const struct timeval,
/src/include/
H A Dutmpx.h93 * 40 - (sizeof(struct timeval) - sizeof(struct { long s; long u; })))
116 struct timeval ut_tv; /* time entry was created */
122 struct timeval ll_tv; /* time entry was created */
/src/lib/libc/compat/gen/
H A Dcompat_time.c25 #define timeval timeval50 macro
H A Dcompat_utime.c64 struct timeval tv[2], *tvp;
/src/lib/libc/compat/include/rpc/
H A Dpmap_clnt.h49 struct timeval, u_long *);
H A Drpcb_clnt.h52 const struct timeval, const struct netbuf *);
/src/lib/libc/compat/rpc/
H A Dcompat_pmap_rmtcall.c65 struct timeval tout;
H A Dcompat_rpcb.c70 struct timeval tout;
/src/lib/libc/compat/sys/
H A Dcompat_adjtime.c62 struct timeval ts, *tsp;
63 struct timeval rts, *rtsp;

Completed in 43 milliseconds

1234567891011>>