_gl_convert_FILETIME_to_timespec 371 maint/gnulib/lib/stat-w32.c buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); _gl_convert_FILETIME_to_timespec 372 maint/gnulib/lib/stat-w32.c buf->st_mtim = _gl_convert_FILETIME_to_timespec (&info.ftLastWriteTime); _gl_convert_FILETIME_to_timespec 373 maint/gnulib/lib/stat-w32.c buf->st_ctim = _gl_convert_FILETIME_to_timespec (&info.ftCreationTime); _gl_convert_FILETIME_to_timespec 22 maint/gnulib/lib/stat-w32.h extern struct timespec _gl_convert_FILETIME_to_timespec (const FILETIME *ft); _gl_convert_FILETIME_to_timespec 331 maint/gnulib/lib/stat.c buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); _gl_convert_FILETIME_to_timespec 332 maint/gnulib/lib/stat.c buf->st_mtim = _gl_convert_FILETIME_to_timespec (&info.ftLastWriteTime); _gl_convert_FILETIME_to_timespec 333 maint/gnulib/lib/stat.c buf->st_ctim = _gl_convert_FILETIME_to_timespec (&info.ftCreationTime);