Home
last modified time | relevance | path

Searched refs:_nc_gettimeofday (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/ncurses/include/
HDnc_mingw.h68 NCURSES_EXPORT(int) _nc_gettimeofday(struct timeval *, void *);
71 #define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz)
HDwin32_curses.h72 #define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz)
HDnc_win32.h85 extern NCURSES_EXPORT(int) _nc_gettimeofday(struct timeval *, void *);
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDlib_win32util.c120 _nc_gettimeofday(struct timeval *tv, void *tz GCC_UNUSED) in _nc_gettimeofday() function