HomeSort by: relevance | last modified time | path
    Searched defs:birthtime (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgpsdk.h 48 time_t birthtime; member in struct:pgp_validation_t
netpgp.c 155 ctime(&res->valid_sigs[i].birthtime));
157 t = res->birthtime + res->duration;
500 /* get birthtime in seconds */
614 int64_t birthtime; local
639 birthtime = (int64_t)strtoll(obj->value.v[mj_object_find(obj, "birthtime", 0, 2) + 1].value.s, NULL, 10);
640 p(fp, " ", ptimestr(tbuf, sizeof(tbuf), birthtime), NULL);
644 p(fp, " ", (birthtime + duration < now) ? "[EXPIRED " : "[EXPIRES ",
645 ptimestr(tbuf, sizeof(tbuf), birthtime + duration), "]", NULL);
1464 get_birthtime(netpgp_getvar(netpgp, "birthtime")),
    [all...]
packet.h 425 time_t birthtime; member in struct:__anon1012
642 time_t birthtime; /* creation time of the signature */ member in struct:pgp_sig_info_t
  /src/crypto/external/bsd/netpgp/dist/src/librsa/
rsa.h 108 int64_t birthtime; /* time of creation of key */ member in struct:pubkey_t
120 int64_t birthtime; /* creation time of the signature */ member in struct:signature_t
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
rsa.h 108 int64_t birthtime; /* time of creation of key */ member in struct:pubkey_t
120 int64_t birthtime; /* creation time of the signature */ member in struct:signature_t
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_windows.c 93 int64_t birthtime; member in struct:fixup_entry
1023 fe->birthtime = archive_entry_birthtime(entry);
1026 /* If birthtime is unset, use mtime. */
1027 fe->birthtime = fe->mtime;
1983 p->birthtime, p->birthtime_nanos,
2625 time_t birthtime, long birthtime_nanos,
2673 * SetFileTime() supports birthtime.
2675 if (birthtime > 0 || birthtime_nanos > 0) {
2676 wintm.QuadPart = unix_to_ntfs(birthtime, birthtime_nanos);
2696 time_t atime, birthtime, mtime, ctime_sec local
    [all...]
archive_read_support_format_lha.c 166 int64_t birthtime; member in struct:lha
555 lha->birthtime = 0;
703 archive_entry_set_birthtime(entry, lha->birthtime,
705 archive_entry_set_ctime(entry, lha->birthtime,
1336 &lha->birthtime,
1425 lha->birthtime = archive_le32dec(extdheader+8);
1436 lha->birthtime = archive_le32dec(extdheader+12);
archive_write_disk_posix.c 177 int64_t birthtime; member in struct:fixup_entry
929 fe->birthtime = archive_entry_birthtime(entry);
933 /* If birthtime is unset, use mtime. */
934 fe->birthtime = fe->mtime;
2660 p->birthtime, p->birthtime_nanos,
3702 time_t birthtime, long birthtime_nanos,
3730 * birthtime semantics, in which {f,l,}utimes() updates
3731 * birthtime to earliest mtime. So we set the time twice,
3732 * first using the birthtime, then using the mtime. If
3733 * birthtime == mtime, this isn't necessary, so we skip it
3759 time_t atime, birthtime, mtime, cctime; local
    [all...]
archive_read_support_format_iso9660.c 277 time_t birthtime; /* File created time. */ member in struct:file_info
1362 archive_entry_set_birthtime(entry, file->birthtime, 0);
2597 file->birthtime = isodate17(data);
2633 file->birthtime = isodate7(data);
  /src/sbin/newfs_udf/
udf_core.c 2424 struct timestamp birthtime; local
2451 udf_set_timestamp_now(&birthtime);
2459 udf_set_timestamp(&birthtime, st->st_birthtime);
2461 udf_set_timestamp(&birthtime, 0);
2498 ft_extattr->times[0] = birthtime;

Completed in 29 milliseconds