Home
last modified time | relevance | path

Searched refs:ar_date (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl2/gmake/dist/
H A Darscan.c246 char ar_date[12]; /* File date, decimal seconds since Epoch. */ member
266 # define ar_date Date macro
478 sscanf (member_header_big.ar_date, "%12ld", &dateval); in ar_scan()
510 sscanf (member_header.ar_date, "%12ld", &dateval); in ar_scan()
622 atol (member_header.ar_date), in ar_scan()
626 member_header.ar_date, in ar_scan()
791 for (ui = 0; ui < sizeof ar_hdr.ar_date; ui++) in ar_member_touch()
792 ar_hdr.ar_date[ui] = ' '; in ar_member_touch()
793 sprintf (ar_hdr.ar_date, "%ld", (long int) statbuf.st_mtime); in ar_member_touch()
795 ar_hdr.ar_date[strlen(ar_hdr.ar_date)] = ' '; in ar_member_touch()
[all …]
/netbsd-src/usr.bin/make/
H A Darch.c676 (int)sizeof out_arh->ar_date, out_arh->ar_date); in ArchFindMember()
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); in Arch_Touch()
784 snprintf(arh.ar_date, sizeof arh.ar_date, "%-ld", (unsigned long)now); in Arch_TouchLib()
804 gn->mtime = (time_t)strtol(arh->ar_date, NULL, 10); in Arch_UpdateMTime()
888 tocModTime = (int)strtol(arh->ar_date, NULL, 10); in RanlibOODate()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Darchive.c1939 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", in bfd_ar_hdr_from_filesystem()
2028 foo (ar_date, st_mtime, 10); in bfd_generic_stat_arch_elt()
2569 + offsetof (struct ar_hdr, ar_date[0])); in _bfd_bsd_write_armap()
2570 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_bsd_write_armap()
2697 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); in _bfd_archive_bsd_update_armap_timestamp()
2698 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_bsd_update_armap_timestamp()
2703 + offsetof (struct ar_hdr, ar_date[0])); in _bfd_archive_bsd_update_armap_timestamp()
2705 || (bfd_write (hdr.ar_date, sizeof (hdr.ar_date), arch) in _bfd_archive_bsd_update_armap_timestamp()
2706 != sizeof (hdr.ar_date))) in _bfd_archive_bsd_update_armap_timestamp()
2795 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_coff_write_armap()
H A Darchive64.c197 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", (long) date); in _bfd_archive_64_bit_write_armap()
H A Dcoff-alpha.c2215 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10); in alpha_ecoff_get_elt_at_filepos()
H A Decoff.c3145 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_ecoff_write_armap()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Darchive.c1917 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", in bfd_ar_hdr_from_filesystem()
2006 foo (ar_date, st_mtime, 10); in bfd_generic_stat_arch_elt()
2531 + offsetof (struct ar_hdr, ar_date[0])); in _bfd_bsd_write_armap()
2532 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_bsd_write_armap()
2651 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); in _bfd_archive_bsd_update_armap_timestamp()
2652 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_bsd_update_armap_timestamp()
2657 + offsetof (struct ar_hdr, ar_date[0])); in _bfd_archive_bsd_update_armap_timestamp()
2659 || (bfd_bwrite (hdr.ar_date, sizeof (hdr.ar_date), arch) in _bfd_archive_bsd_update_armap_timestamp()
2660 != sizeof (hdr.ar_date))) in _bfd_archive_bsd_update_armap_timestamp()
2749 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_coff_write_armap()
H A Darchive64.c189 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_64_bit_write_armap()
H A Dcoff-alpha.c2170 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10); in alpha_ecoff_get_elt_at_filepos()
H A Decoff.c3067 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_ecoff_write_armap()
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dar.h46 char ar_date[12]; /* File mtime. */ member
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dar.h46 char ar_date[12]; /* File mtime. */ member
/netbsd-src/include/
H A Dar.h56 char ar_date[12]; /* modification time */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcollect2-aix.h90 char ar_date[12]; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2-aix.h90 char ar_date[12]; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/
H A Dlibelf.d81 time_t ar_date; member
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dlibdep_plugin.c78 char ar_date[12]; member
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dlibdep_plugin.c78 char ar_date[12]; member
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf.h127 time_t ar_date; member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DModule.cc333 dump_hdr_field (NTXT ("ar_date"), hdr->ar_date, sizeof (hdr->ar_date)); in dump_ar_hdr()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DModule.cc333 dump_hdr_field (NTXT ("ar_date"), hdr->ar_date, sizeof (hdr->ar_date)); in dump_ar_hdr()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Darchive.cc157 char ar_date[12]; member
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Darchive.cc157 char ar_date[12]; member
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c286 char ar_date[12]; /* File member date - decimal. */ member
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c287 char ar_date[12]; /* File member date - decimal. */ member

12