Searched refs:birthtime (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/bin/ls/tests/
H A Dls_tests.sh420 birthtime=$(date -j -f %s $birthtime_in_secs +"[[:space:]]+%b[[:space:]]+%e[[:space:]]+%H:%M:%S[[:space:]]+%Y")
422 atf_check -e empty -o match:"$birthtime"'[[:space:]]+a\.file' \
626 birthtime=$(date -j -f "%s" $birthtime_in_secs +"%b[[:space:]]+%e[[:space:]]+%H:%M")
628 expected_output=$(stat -f "%Sp[[:space:]]+%l[[:space:]]+%Su[[:space:]]+%Sg[[:space:]]+%z[[:space:]]+$birthtime[[:space:]]+a\\.file" a.file)
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c177 int64_t birthtime; member in struct:fixup_entry
854 fe->birthtime = archive_entry_birthtime(entry);
858 /* If birthtime is unset, use mtime. */
859 fe->birthtime = fe->mtime;
2455 p->birthtime, p->birthtime_nanos,
3443 time_t birthtime, long birthtime_nanos,
3471 * birthtime semantics, in which {f,l,}utimes() updates
3472 * birthtime to earliest mtime. So we set the time twice,
3473 * first using the birthtime, then using the mtime. If
3474 * birthtime
3440 set_times(struct archive_write_disk *a, int fd, int mode, const char *name, time_t atime, long atime_nanos, time_t birthtime, long birthtime_nanos, time_t mtime, long mtime_nanos, time_t cctime, long ctime_nanos) argument
3500 time_t atime, birthtime, mtime, cctime; local
[all...]
H A Darchive_read_support_format_lha.c165 time_t birthtime; member in struct:lha
556 lha->birthtime = 0;
704 archive_entry_set_birthtime(entry, lha->birthtime,
706 archive_entry_set_ctime(entry, lha->birthtime,
1326 lha->birthtime = lha_win_time(
1414 lha->birthtime = archive_le32dec(extdheader+8);
1425 lha->birthtime = archive_le32dec(extdheader+12);
H A Darchive_read_support_format_iso9660.c278 time_t birthtime; /* File created time. */ member in struct:file_info
1282 archive_entry_set_birthtime(entry, file->birthtime, 0);
2504 file->birthtime = isodate17(data);
2529 file->birthtime = isodate7(data);

Completed in 189 milliseconds