| /NextBSD/bin/ls/ |
| HD | cmp.c | 69 if (b->fts_statp->st_mtim.tv_sec > in modcmp() 70 a->fts_statp->st_mtim.tv_sec) in modcmp() 72 if (b->fts_statp->st_mtim.tv_sec < in modcmp() 73 a->fts_statp->st_mtim.tv_sec) in modcmp() 75 if (b->fts_statp->st_mtim.tv_nsec > in modcmp() 76 a->fts_statp->st_mtim.tv_nsec) in modcmp() 78 if (b->fts_statp->st_mtim.tv_nsec < in modcmp() 79 a->fts_statp->st_mtim.tv_nsec) in modcmp()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_stats.c | 184 tbuf.st_mtim.tv_sec = buf->st_mtim.tv_sec; in newstat_copyout() 185 tbuf.st_mtim.tv_nsec = buf->st_mtim.tv_nsec; in newstat_copyout() 275 lbuf.st_mtim.tv_sec = buf->st_mtim.tv_sec; in stat_copyout() 276 lbuf.st_mtim.tv_nsec = buf->st_mtim.tv_nsec; in stat_copyout() 520 lbuf.st_mtim.tv_sec = buf->st_mtim.tv_sec; in stat64_copyout() 521 lbuf.st_mtim.tv_nsec = buf->st_mtim.tv_nsec; in stat64_copyout()
|
| /NextBSD/sys/sys/ |
| HD | stat.h | 113 struct timespec st_mtim; /* time of last data modification */ member 131 struct timespec st_mtim; /* time of last data modification */ member 162 struct timespec st_mtim; /* time of last data modification */ member 180 #define st_mtime st_mtim.tv_sec 189 #define st_mtimespec st_mtim
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_stat.h | 47 svr4_time_t st_mtim; member 64 svr4_timestruc_t st_mtim; member 84 svr4_timestruc_t st_mtim; member
|
| HD | svr4_stat.c | 111 st4->st_mtim = st->st_mtim.tv_sec; 132 st4->st_mtim = st->st_mtim; 155 st4->st_mtim = st->st_mtim;
|
| /NextBSD/bin/test/ |
| HD | test.c | 576 if (b1.st_mtim.tv_sec > b2.st_mtim.tv_sec) in newerf() 578 if (b1.st_mtim.tv_sec < b2.st_mtim.tv_sec) in newerf() 581 return (b1.st_mtim.tv_nsec > b2.st_mtim.tv_nsec); in newerf()
|
| /NextBSD/lib/libc/resolv/ |
| HD | res_state.c | 89 (sb.st_mtim.tv_sec != ext->conf_mtim.tv_sec || in res_check_reload() 90 sb.st_mtim.tv_nsec != ext->conf_mtim.tv_nsec)) { in res_check_reload()
|
| /NextBSD/lib/libc/sys/ |
| HD | futimens.c | 82 tv[1].tv_sec = sb.st_mtim.tv_sec; in futimens() 83 tv[1].tv_usec = sb.st_mtim.tv_nsec / 1000; in futimens()
|
| HD | utimensat.c | 86 tv[1].tv_sec = sb.st_mtim.tv_sec; in utimensat() 87 tv[1].tv_usec = sb.st_mtim.tv_nsec / 1000; in utimensat()
|
| /NextBSD/usr.sbin/fmtree/ |
| HD | compare.c | 184 ((s->st_mtimespec.tv_sec != p->fts_statp->st_mtim.tv_sec) || in compare() 185 (s->st_mtimespec.tv_nsec != p->fts_statp->st_mtim.tv_nsec))) { in compare() 190 ctime(&p->fts_statp->st_mtim.tv_sec)); in compare()
|
| HD | create.c | 216 (long)p->fts_statp->st_mtim.tv_sec, in statf() 217 p->fts_statp->st_mtim.tv_nsec); in statf()
|
| /NextBSD/lib/libutil/ |
| HD | pw_util.c | 347 return (st1.st_mtim.tv_sec != st2.st_mtim.tv_sec || in pw_edit() 348 st1.st_mtim.tv_nsec != st2.st_mtim.tv_nsec); in pw_edit()
|
| /NextBSD/sys/i386/ibcs2/ |
| HD | ibcs2_stat.c | 77 st4->st_mtim = (ibcs2_time_t)st->st_mtim.tv_sec;
|
| HD | ibcs2_stat.h | 49 ibcs2_time_t st_mtim; member
|
| /NextBSD/contrib/elftoolchain/libelftc/ |
| HD | elftc_set_timestamps.c | 48 #define MTIME st_mtim
|
| /NextBSD/usr.bin/touch/ |
| HD | touch.c | 201 ts[1] = sb.st_mtim; in main() 393 tsp[1] = sb.st_mtim; in stime_file()
|
| /NextBSD/sys/compat/cloudabi/ |
| HD | cloudabi_file.c | 552 cloudabi_convert_timespec(&sb->st_mtim, &res.st_mtim); in convert_stat() 604 ts[1].tv_sec = fs->st_mtim / 1000000000; in convert_utimens_arguments() 605 ts[1].tv_nsec = fs->st_mtim % 1000000000; in convert_utimens_arguments()
|
| /NextBSD/contrib/libarchive/tar/ |
| HD | bsdtar_platform.h | 103 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtim.tv_nsec
|
| /NextBSD/sys/i386/linux/ |
| HD | linux.h | 181 struct l_timespec st_mtim; member 197 struct l_timespec st_mtim; member 220 struct l_timespec st_mtim; member
|
| /NextBSD/sys/amd64/linux32/ |
| HD | linux.h | 206 struct l_timespec st_mtim; member 222 struct l_timespec st_mtim; member 245 struct l_timespec st_mtim; member
|
| /NextBSD/sys/contrib/cloudabi/ |
| HD | syscalldefs_mi.h | 423 MEMBER(cloudabi_timestamp_t) st_mtim; // Modification time. 432 ASSERT_OFFSET(filestat_t, st_mtim, 40);
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32.h | 171 struct timespec32 st_mtim; member 194 struct timespec32 st_mtim; member
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_entry_stat.c | 92 st->st_mtim.tv_nsec = archive_entry_mtime_nsec(entry); in archive_entry_stat()
|
| HD | archive_entry_copy_stat.c | 46 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtim.tv_nsec); in archive_entry_copy_stat()
|
| /NextBSD/usr.bin/unzip/ |
| HD | unzip.c | 517 (sb.st_mtim.tv_sec > mtime.tv_sec || in extract_file() 518 (sb.st_mtim.tv_sec == mtime.tv_sec && in extract_file() 519 sb.st_mtim.tv_nsec >= mtime.tv_nsec))) in extract_file()
|