HomeSort by: relevance | last modified time | path
    Searched refs:ar_date (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
ar.h 56 char ar_date[12]; /* modification time */ member in struct:ar_hdr
  /src/usr.bin/make/
arch.c 676 (int)sizeof out_arh->ar_date, out_arh->ar_date);
745 * Update the ar_date of the member of an archive, on disk but not in the
760 snprintf(arh.ar_date, sizeof arh.ar_date, "%-ld", (unsigned long)now);
784 snprintf(arh.ar_date, sizeof arh.ar_date, "%-ld", (unsigned long)now);
804 gn->mtime = (time_t)strtol(arh->ar_date, NULL, 10);
888 tocModTime = (int)strtol(arh->ar_date, NULL, 10);

Completed in 14 milliseconds