last_write_time   137 maint/gnulib/lib/utime.c     FILETIME last_write_time;
last_write_time   149 maint/gnulib/lib/utime.c         last_write_time = current_time;
last_write_time   162 maint/gnulib/lib/utime.c           last_write_time.dwLowDateTime = (DWORD) time_since_16010101;
last_write_time   163 maint/gnulib/lib/utime.c           last_write_time.dwHighDateTime = time_since_16010101 >> 32;
last_write_time   166 maint/gnulib/lib/utime.c     if (SetFileTime (handle, NULL, &last_access_time, &last_write_time))
last_write_time   315 maint/gnulib/lib/utimens.c       FILETIME last_write_time;
last_write_time   353 maint/gnulib/lib/utimens.c           last_write_time = current_time;
last_write_time   357 maint/gnulib/lib/utimens.c           last_write_time.dwLowDateTime = 0;
last_write_time   358 maint/gnulib/lib/utimens.c           last_write_time.dwHighDateTime = 0;
last_write_time   364 maint/gnulib/lib/utimens.c           last_write_time.dwLowDateTime = (DWORD) time_since_16010101;
last_write_time   365 maint/gnulib/lib/utimens.c           last_write_time.dwHighDateTime = time_since_16010101 >> 32;
last_write_time   368 maint/gnulib/lib/utimens.c       if (SetFileTime (handle, NULL, &last_access_time, &last_write_time))