Home
last modified time | relevance | path

Searched defs:timeval (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A D_timeval.h50 struct timeval { struct
51 time_t tv_sec; /* seconds */
52 suseconds_t tv_usec; /* and microseconds */
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.h59 struct timeval { struct
65 int utimes(const char *, struct timeval *); argument
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dtime.h387 struct timeval struct
408 (struct timeval *restrict, void *restrict) argument
/dragonfly/usr.bin/window/
H A Dlcmd2.c107 struct timeval timeval; in l_time() local
/dragonfly/contrib/ldns/
H A Dpacket.c599 ldns_pkt_set_timestamp(ldns_pkt *packet, struct timeval timeval) in ldns_pkt_set_timestamp()