ts_with_nanoseconds  253 maint/gnulib/lib/utime.c       struct timespec ts_with_nanoseconds[2];
ts_with_nanoseconds  254 maint/gnulib/lib/utime.c       ts_with_nanoseconds[0].tv_sec = ts->actime;
ts_with_nanoseconds  255 maint/gnulib/lib/utime.c       ts_with_nanoseconds[0].tv_nsec = 0;
ts_with_nanoseconds  256 maint/gnulib/lib/utime.c       ts_with_nanoseconds[1].tv_sec = ts->modtime;
ts_with_nanoseconds  257 maint/gnulib/lib/utime.c       ts_with_nanoseconds[1].tv_nsec = 0;
ts_with_nanoseconds  258 maint/gnulib/lib/utime.c       return _gl_utimens_windows (name, ts_with_nanoseconds);