Lines Matching full:gettimeofday
14 AC_CHECK_FUNCS_ONCE([gettimeofday])
16 AC_CACHE_CHECK([for gettimeofday with POSIX signature],
24 int (*f) (struct timeval *restrict, void *restrict) = gettimeofday;
37 AC_LIBOBJ([gettimeofday])
44 dnl See if gettimeofday clobbers the static buffer that localtime uses
45 dnl for its return value. The gettimeofday function from Mac OS X 10.0.4
48 dnl If it does, then arrange to use gettimeofday and localtime only via
55 AC_CACHE_CHECK([whether gettimeofday clobbers localtime buffer],
71 gettimeofday (&tv, NULL);
84 [Define if gettimeofday clobbers the localtime buffer.])
89 AC_LIBOBJ([gettimeofday])
97 # Prerequisites of lib/gettimeofday.c.