Lines Matching defs:mt_nsec
2101 time_t at, suseconds_t at_nsec, time_t mt, suseconds_t mt_nsec)
2130 if (mt > 0 || mt_nsec > 0) {
2131 wintm.QuadPart = WINTIME(mt, mt_nsec);
2153 mt_nsec = at_nsec = 0; /* Generic POSIX only has whole seconds. */
2155 if (mt == 0 && mt_nsec == 0 && at == 0 && at_nsec == 0)
2165 if (mt == 0 && mt_nsec == 0) {
2168 mt_nsec = st.st_mtimespec.tv_nsec;
2170 mt_nsec = (mt_nsec / 1000) * 1000;
2183 times[1].tv_usec = mt_nsec / 1000;