Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c1358 for (int recent = 0; recent < 2; recent++) in abformat_init() local
1359 pb[recent] = first_percent_b (long_time_format[recent]); in abformat_init()
1367 for (int recent = 0; recent < 2; recent++) in abformat_init() local
1369 char const *fmt = long_time_format[recent]; in abformat_init()
1372 char *nfmt = abformat[recent][i]; in abformat_init()
1375 if (! pb[recent]) in abformat_init()
1379 if (! (pb[recent] - fmt <= MIN (ABFORMAT_SIZE, INT_MAX))) in abformat_init()
1381 int prefix_len = pb[recent] - fmt; in abformat_init()
1383 prefix_len, fmt, abmon[i], pb[recent] + 2); in abformat_init()
4186 align_nstrftime (char *buf, size_t size, bool recent, struct tm const *tm, in align_nstrftime() argument
[all …]
/coreutils/tests/ls/
Dls-time.sh117 In the output below, 'c' should have had a ctime more recent than
/coreutils/
DREADME-hacking36 To use the most-recent Gnulib (as opposed to the Gnulib version that
69 If you get warnings with recent GCC and Glibc with default
DREADME-release28 a system with the most recent kernel possible (e.g., Fedora rawhide):
DHACKING75 changes. Use this command to save that single, most-recent change set:
187 Amending the most recent change on your private branch
197 That replaces the most recent change-set with the revised one.
504 unless you have a reasonably up to date installation including recent
DREADME114 to the most recent test release (or, better, relative to the latest
DNEWS909 in recent Linux and macOS kernels. As a side effect, 'mv -n A A'
2375 With recent enough kernel/tools, these long names would be used, pushing
4876 (this is compatible with recent Bash versions).
/coreutils/doc/
Dcoreutils.texi8487 a date like @samp{Mar 30@ @ 2020} for non-recent timestamps, and a
8488 date-without-year and time like @samp{Mar 30 23:45} for recent timestamps.
8492 A timestamp is considered to be @dfn{recent} if it is less than six
8494 today is not listed in recent form, the timestamp is in the future,
8525 the former is used for non-recent files and the latter for recent
8547 List ISO 8601 dates for non-recent timestamps (e.g.,
8549 minute for recent timestamps (e.g., @samp{03-30 23:45}). These
8565 locale might list non-recent timestamps like @samp{30 mars@ @ @ 2020}
8566 and recent timestamps like @samp{30 mars@ @ 23:45}. Locale-dependent
12692 Show the most recent modification timestamp (mtime) of any file in the
[all …]