Home | History | Annotate | Download | only in import

Lines Matching refs:gettimeofday

30    Without this extra ifdef, the C++ gettimeofday declaration below
92 # undef gettimeofday
93 # define gettimeofday rpl_gettimeofday
95 _GL_FUNCDECL_RPL (gettimeofday, int,
98 _GL_CXXALIAS_RPL (gettimeofday, int,
102 _GL_FUNCDECL_SYS (gettimeofday, int,
108 _GL_CXXALIAS_SYS_CAST (gettimeofday, int,
111 _GL_CXXALIASWARN (gettimeofday);
124 # undef gettimeofday
126 _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable - "
127 "use gnulib module gettimeofday for portability");