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

/freebsd-current/include/
H A Dar.h56 char ar_date[12]; /* modification time */ member in struct:ar_hdr
/freebsd-current/contrib/bmake/
H A Darch.c128 char ar_date[12]; /* modification time */ member in struct:ar_hdr
184 # define AR_DATE ar_date
724 (int)sizeof out_arh->ar_date, out_arh->ar_date);
793 * Update the ar_date of the member of an archive, on disk but not in the
808 snprintf(arh.ar_date, sizeof arh.ar_date, "%-ld", (unsigned long)now);
833 snprintf(arh.ar_date, sizeof arh.ar_date, "%-ld", (unsigned long)now);
853 gn->mtime = (time_t)strtol(arh->ar_date, NUL
[all...]
/freebsd-current/contrib/elftoolchain/libelf/
H A Dlibelf.h121 time_t ar_date; member in struct:__anon598
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp18 char ar_date[12]; member in struct:ar_hdr

Completed in 124 milliseconds