Searched refs:ar_date (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/include/
H A Dar.h58 char ar_date[12]; /* modification time */ member in struct:ar_hdr
/freebsd-11.0-release/contrib/binutils/include/aout/
H A Dar.h34 /* The ar_date field of the armap (__.SYMDEF) member of an archive
36 BSD-derived linkers complain. We originally write the ar_date with
38 file, we rewrite ar_date if it's not still greater than the mod date. */
44 char ar_date[12]; /* file mtime */ member in struct:ar_hdr
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp21 char ar_date[12]; member in struct:ar_hdr
48 ar_date(0),
62 ar_date = 0;
117 ar_date = strtoul(str.c_str(), &err, 10);
207 if (m_objects[match->value].ar_date == object_date)
212 if (m_objects[next_match->value].ar_date == object_date)
600 object_mod_time.OffsetWithSeconds(object->ar_date);
H A DObjectContainerBSDArchive.h112 uint32_t ar_date; // modification time member in struct:ObjectContainerBSDArchive::Object
/freebsd-11.0-release/contrib/binutils/bfd/
H A Darchive.c1400 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld",
1494 foo (ar_date, st_mtime, 10);
1959 + offsetof (struct ar_hdr, ar_date[0]));
1960 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
2049 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date));
2050 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "
[all...]
H A Darchive64.c175 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld",
H A Dcoff-alpha.c2231 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10);
H A Decoff.c3061 sprintf (hdr.ar_date, "%ld", (long) (statbuf.st_mtime + 60));
/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Dlibelf.h121 time_t ar_date; member in struct:__anon1085
/freebsd-11.0-release/contrib/bmake/
H A Darch.c144 char ar_date[12]; /* modification time */ member in struct:ar_hdr
210 # define AR_DATE ar_date

Completed in 101 milliseconds