Searched refs:btime (Results 1 – 3 of 3) sorted by relevance
/coreutils/tests/stat/ |
D | stat-birthtime.sh | 25 btime=$(stat --format %W a) || fail=1 44 test "x$btime" = x$(stat --format %W a) &&
|
/coreutils/src/ |
D | stat.c | 1283 struct timespec btime; member 1377 pa.btime = (struct timespec) {.tv_sec = -1, .tv_nsec = -1}; in do_stat() 1412 pa.btime = statx_timestamp_to_timespec (stx.stx_btime); in do_stat() 1463 pa.btime = (struct timespec) {.tv_sec = -1, .tv_nsec = -1}; in do_stat() 1508 struct timespec btime = parg->btime; in print_stat() local 1614 btime = get_birthtime (fd, filename, statbuf); in print_stat() 1616 if (btime.tv_nsec < 0) in print_stat() 1619 out_string (pformat, prefix_len, human_time (btime)); in print_stat() 1625 btime = get_birthtime (fd, filename, statbuf); in print_stat() 1627 out_epoch_sec (pformat, prefix_len, neg_to_zero (btime)); in print_stat()
|
D | ls.c | 3957 DEFINE_SORT_FUNCTIONS (btime, cmp_btime) in DEFINE_SORT_FUNCTIONS() 4051 LIST_SORTFUNCTION_VARIANTS (btime)
|