| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | arscan.c | 246 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 D | arch.c | 676 (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 D | archive.c | 1939 _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 D | archive64.c | 197 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", (long) date); in _bfd_archive_64_bit_write_armap()
|
| H A D | coff-alpha.c | 2215 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10); in alpha_ecoff_get_elt_at_filepos()
|
| H A D | ecoff.c | 3145 _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 D | archive.c | 1917 _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 D | archive64.c | 189 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", in _bfd_archive_64_bit_write_armap()
|
| H A D | coff-alpha.c | 2170 nbfd->mtime = strtol (hdr->ar_date, (char **) NULL, 10); in alpha_ecoff_get_elt_at_filepos()
|
| H A D | ecoff.c | 3067 _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 D | ar.h | 46 char ar_date[12]; /* File mtime. */ member
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | ar.h | 46 char ar_date[12]; /* File mtime. */ member
|
| /netbsd-src/include/ |
| H A D | ar.h | 56 char ar_date[12]; /* modification time */ member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | collect2-aix.h | 90 char ar_date[12]; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | collect2-aix.h | 90 char ar_date[12]; member
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/ |
| H A D | libelf.d | 81 time_t ar_date; member
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | libdep_plugin.c | 78 char ar_date[12]; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | libdep_plugin.c | 78 char ar_date[12]; member
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf.h | 127 time_t ar_date; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Module.cc | 333 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 D | Module.cc | 333 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 D | archive.cc | 157 char ar_date[12]; member
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | archive.cc | 157 char ar_date[12]; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | xcoff.c | 286 char ar_date[12]; /* File member date - decimal. */ member
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | xcoff.c | 287 char ar_date[12]; /* File member date - decimal. */ member
|