_gl_convert_FILETIME_to_POSIX  375 maint/gnulib/lib/stat-w32.c       buf->st_atime = _gl_convert_FILETIME_to_POSIX (&info.ftLastAccessTime);
_gl_convert_FILETIME_to_POSIX  376 maint/gnulib/lib/stat-w32.c       buf->st_mtime = _gl_convert_FILETIME_to_POSIX (&info.ftLastWriteTime);
_gl_convert_FILETIME_to_POSIX  377 maint/gnulib/lib/stat-w32.c       buf->st_ctime = _gl_convert_FILETIME_to_POSIX (&info.ftCreationTime);
_gl_convert_FILETIME_to_POSIX   24 maint/gnulib/lib/stat-w32.h extern time_t _gl_convert_FILETIME_to_POSIX (const FILETIME *ft);
_gl_convert_FILETIME_to_POSIX  335 maint/gnulib/lib/stat.c       buf->st_atime = _gl_convert_FILETIME_to_POSIX (&info.ftLastAccessTime);
_gl_convert_FILETIME_to_POSIX  336 maint/gnulib/lib/stat.c       buf->st_mtime = _gl_convert_FILETIME_to_POSIX (&info.ftLastWriteTime);
_gl_convert_FILETIME_to_POSIX  337 maint/gnulib/lib/stat.c       buf->st_ctime = _gl_convert_FILETIME_to_POSIX (&info.ftCreationTime);