Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/sys/
Dtime.h8 struct timeval { struct
18 extern int gettimeofday ( struct timeval *tv, struct timezone *tz ); argument
/external/openssh/openbsd-compat/
Dbsd-misc.h58 struct timeval { struct
64 int utimes(char *, struct timeval *); argument
/external/webrtc/webrtc/base/
Dtimeutils.cc92 struct timeval { struct
93 long tv_sec, tv_usec; // NOLINT
128 struct timeval timeval; in CurrentTmTime() local
/external/kernel-headers/original/uapi/linux/
Dtime.h15 struct timeval { struct
16 __kernel_time_t tv_sec; /* seconds */
40 struct timeval it_interval; /* timer interval */ argument
/external/toybox/toys/other/
Dhwclock.c60 struct timeval timeval; in hwclock_main() local
/external/c-ares/
Dsetup_once.h85 struct timeval { struct
86 long tv_sec;
87 long tv_usec;
/external/curl/lib/
Dcurl_setup_once.h110 struct timeval { struct
111 long tv_sec;
112 long tv_usec;
/external/libvncserver/libvncserver/
Dsockets.c81 struct timeval struct
83 long int tv_sec,tv_usec;
Dwebsockets.c161 struct timeval struct
163 long int tv_sec,tv_usec;
/external/python/cpython2/Lib/email/
Dutils.py124 def formatdate(timeval=None, localtime=False, usegmt=False): argument
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h311 struct timeval { struct
312 long tv_sec; /* seconds */
313 long tv_usec; /* and microseconds */
/external/elfutils/backends/
Dlinux-core-note.c72 struct EBLHOOK(timeval) in EBLHOOK() argument
/external/libcups/cups/
Dstring.c151 time_t timeval) /* I - Time value */ in _cupsStrDate()
/external/ppp/pppd/plugins/radius/
Davpair.c532 time_t timeval; in rc_avpair_parse() local
/external/python/cpython2/Lib/
Drfc822.py957 def formatdate(timeval=None): argument
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java126 Object timeval = m_fromMillis.invoke(null, timeoutMillis); in setSocketWriteTimeout() local
/external/valgrind/perf/
Dtest_input_for_tinycc.c363 struct timeval struct
365 __time_t tv_sec;
366 __suseconds_t tv_usec;
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2244 class timeval(Structure): class