Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 8 of 8) sorted by relevance

/coreutils/tests/test/
Dtest-N.sh23 mtime=$(env stat -c '%.Y' "$1")
25 test "$mtime" = "$atime" && return 1
26 latest=$(printf '%s\n' "$mtime" "$atime" | sort -g | tail -n1)
27 test "$mtime" = "$latest"
/coreutils/tests/stat/
Dstat-birthtime.sh27 mtime=$(stat --format %Y a) || fail=1
46 test "x$mtime" != x$(stat --format %Y a) &&
/coreutils/src/
Dtest.c168 get_mtime (char const *filename, struct timespec *mtime) in get_mtime() argument
173 *mtime = get_stat_mtime (&finfo); in get_mtime()
421 struct timespec mtime = get_stat_mtime (&stat_buf); in unary_operator() local
422 return (timespec_cmp (mtime, atime) > 0); in unary_operator()
Dtail.c121 struct timespec mtime; member
384 f->mtime = get_stat_mtime (st); in record_open_fd()
1217 && timespec_cmp (f[i].mtime, get_stat_mtime (&stats)) == 0) in tail_forever()
1237 f[i].mtime = get_stat_mtime (&stats); in tail_forever()
1427 && timespec_cmp (fspec->mtime, get_stat_mtime (&stats)) == 0) in check_fspec()
Dls.c3955 DEFINE_SORT_FUNCTIONS (mtime, cmp_mtime) in DEFINE_SORT_FUNCTIONS()
4048 LIST_SORTFUNCTION_VARIANTS (mtime),
/coreutils/tests/ls/
Dls-time.sh61 set -- $(ls --full -l --time=mtime a)
/coreutils/doc/
Dcoreutils.texi7952 the modification timestamp (the mtime, @pxref{File timestamps}).
8129 print the status change timestamp (the ctime) instead of the mtime.
8165 Sort by modification timestamp (mtime) by default, newest first.
8183 @item --time=mtime
8187 @opindex mtime@r{, printing or sorting files by}
8189 In long format, print the last data modification timestamp (the mtime).
8191 sort according to the mtime.
8200 falling back to the file modification timestamp (mtime) if not.
12084 @itemx --time=mtime
12088 @opindex mtime@r{, changing}
[all …]
/coreutils/
DNEWS342 select the default mtime timestamp for display and sorting.
2831 mtime, and ctime values since the Epoch, when using the %X, %Y, and