Symbol: st_mtimespec
bin/cp/utils.c
290
TIMESPEC_TO_TIMEVAL(&tv[1], &fs->st_mtimespec);
bin/ls/cmp.c
60
if (b->fts_statp->st_mtimespec.tv_sec >
bin/ls/cmp.c
61
a->fts_statp->st_mtimespec.tv_sec)
bin/ls/cmp.c
63
if (b->fts_statp->st_mtimespec.tv_sec <
bin/ls/cmp.c
64
a->fts_statp->st_mtimespec.tv_sec)
bin/ls/cmp.c
66
if (b->fts_statp->st_mtimespec.tv_nsec >
bin/ls/cmp.c
67
a->fts_statp->st_mtimespec.tv_nsec)
bin/ls/cmp.c
69
if (b->fts_statp->st_mtimespec.tv_nsec <
bin/ls/cmp.c
70
a->fts_statp->st_mtimespec.tv_nsec)
sbin/init/init.c
1150
&st.st_atimespec : &st.st_mtimespec);
sys/kern/sys_mqueue.c
273
st->st_mtimespec = mq->mq_mtime;
sys/kern/sys_pipe.c
1072
ub->st_mtimespec = rpb->mtime;
sys/kern/vfs_vnops.c
907
sb->st_mtimespec = vap->va_mtime;
sys/kern/vfs_vnops.c
925
sb->st_mtimespec.tv_sec = time_second +
sys/kern/vfs_vnops.c
928
sb->st_mtimespec.tv_nsec = 0;
sys/vfs/devfs/devfs_vnops.c
1435
sb->st_mtimespec = vap->va_mtime;
sys/vfs/devfs/devfs_vnops.c
1453
sb->st_mtimespec.tv_sec = time_second +
sys/vfs/devfs/devfs_vnops.c
1456
sb->st_mtimespec.tv_nsec = 0;
usr.bin/compress/compress.c
346
TIMESPEC_TO_TIMEVAL(&tv[1], &fs->st_mtimespec);
usr.bin/gzip/gzip.c
1060
TIMESPEC_TO_TIMEVAL(&times[1], &sb.st_mtimespec);
usr.bin/mail/util.c
322
TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtimespec);
usr.bin/stat/stat.c
757
tsp = &st->st_mtimespec;
usr.bin/who/utmpentry.c
100
if (timespeccmp(&st.st_mtimespec, &utmpxtime, >))
usr.bin/who/utmpentry.c
101
utmpxtime = st.st_mtimespec;
usr.sbin/makefs/walk.c
524
(long)specnode->st_mtimespec.tv_sec);
usr.sbin/makefs/walk.c
525
dirnode->inode->st.st_mtime = specnode->st_mtimespec.tv_sec;
usr.sbin/makefs/walk.c
526
dirnode->inode->st.st_atime = specnode->st_mtimespec.tv_sec;
usr.sbin/makefs/walk.c
529
dirnode->inode->st.st_mtimensec = specnode->st_mtimespec.tv_nsec;
usr.sbin/makefs/walk.c
530
dirnode->inode->st.st_atimensec = specnode->st_mtimespec.tv_nsec;
usr.sbin/mtree/compare.c
315
time_t smtime = s->st_mtimespec.tv_sec;
usr.sbin/mtree/compare.c
318
time_t pmtime = ps->st_mtimespec.tv_sec;
usr.sbin/mtree/compare.c
320
TIMESPEC_TO_TIMEVAL(&tv[0], &s->st_mtimespec);
usr.sbin/mtree/compare.c
321
TIMESPEC_TO_TIMEVAL(&tv[1], &ps->st_mtimespec);
usr.sbin/mtree/create.c
267
(intmax_t)p->fts_statp->st_mtimespec.tv_sec,
usr.sbin/mtree/create.c
268
p->fts_statp->st_mtimespec.tv_nsec);
usr.sbin/mtree/mtree.h
46
struct timespec st_mtimespec; /* last modification time */
usr.sbin/mtree/spec.c
364
(intmax_t)cur->st_mtimespec.tv_sec,
usr.sbin/mtree/spec.c
365
cur->st_mtimespec.tv_nsec);
usr.sbin/mtree/spec.c
499
REPLACE(st_mtimespec);
usr.sbin/mtree/spec.c
631
ip->st_mtimespec.tv_sec =
usr.sbin/mtree/spec.c
636
ip->st_mtimespec.tv_nsec = strtol(val, &ep, 10);
usr.sbin/mtree/specspec.c
159
if (FM(n1, n2, F_TIME, st_mtimespec))