| /src/include/ |
| ar.h | 56 char ar_date[12]; /* modification time */ member in struct:ar_hdr
|
| /src/external/gpl3/binutils/dist/include/aout/ |
| ar.h | 35 /* The ar_date field of the armap (__.SYMDEF) member of an archive 37 BSD-derived linkers complain. We originally write the ar_date with 39 file, we rewrite ar_date if it's not still greater than the mod date. */ 46 char ar_date[12]; /* File mtime. */ member in struct:ar_hdr
|
| /src/external/gpl3/binutils.old/dist/include/aout/ |
| ar.h | 35 /* The ar_date field of the armap (__.SYMDEF) member of an archive 37 BSD-derived linkers complain. We originally write the ar_date with 39 file, we rewrite ar_date if it's not still greater than the mod date. */ 46 char ar_date[12]; /* File mtime. */ member in struct:ar_hdr
|
| /src/external/gpl3/gdb.old/dist/include/aout/ |
| ar.h | 35 /* The ar_date field of the armap (__.SYMDEF) member of an archive 37 BSD-derived linkers complain. We originally write the ar_date with 39 file, we rewrite ar_date if it's not still greater than the mod date. */ 46 char ar_date[12]; /* File mtime. */ member in struct:ar_hdr
|
| /src/external/gpl3/gdb/dist/include/aout/ |
| ar.h | 35 /* The ar_date field of the armap (__.SYMDEF) member of an archive 37 BSD-derived linkers complain. We originally write the ar_date with 39 file, we rewrite ar_date if it's not still greater than the mod date. */ 46 char ar_date[12]; /* File mtime. */ member in struct:ar_hdr
|
| /src/external/gpl2/gmake/dist/ |
| arscan.c | 247 char ar_date[12]; /* File date, decimal seconds since Epoch. */ 267 # define ar_date Date 480 sscanf (member_header_big.ar_date, "%12ld", &dateval); 512 sscanf (member_header.ar_date, "%12ld", &dateval); 624 atol (member_header.ar_date), 628 member_header.ar_date, 795 for (ui = 0; ui < sizeof ar_hdr.ar_date; ui++) 796 ar_hdr.ar_date[ui] = ' '; 797 sprintf (ar_hdr.ar_date, "%ld", (long int) statbuf.st_mtime); 799 ar_hdr.ar_date[strlen(ar_hdr.ar_date)] = ' ' 246 char ar_date[12]; \/* File date, decimal seconds since Epoch. *\/ member in struct:ar_hdr 266 # define ar_date macro [all...] |
| /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);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| collect2-aix.h | 90 char ar_date[12]; member in struct:external_big_ar_member
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect2-aix.h | 90 char ar_date[12]; member in struct:external_big_ar_member
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| libelf_ar.c | 176 if (_libelf_ar_get_number(arh->ar_date, sizeof(arh->ar_date), 10, 179 eh->ar_date = (time_t) n;
|
| libelf.h | 129 time_t ar_date; member in struct:__anon6576
|
| /src/external/gpl3/binutils/dist/ld/ |
| libdep_plugin.c | 77 char ar_date[12]; member in struct:arhdr
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| libdep_plugin.c | 78 char ar_date[12]; member in struct:arhdr
|
| /src/external/gpl3/binutils/dist/bfd/ |
| archive64.c | 197 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", (long) date);
|
| archive.c | 1945 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", 2034 foo (ar_date, st_mtime, 10); 2575 + offsetof (struct ar_hdr, ar_date[0])); 2576 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", 2703 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); 2704 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld" [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| archive64.c | 197 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", (long) date);
|
| archive.c | 1934 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", 2023 foo (ar_date, st_mtime, 10); 2563 + offsetof (struct ar_hdr, ar_date[0])); 2564 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", 2691 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); 2692 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld" [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| archive64.c | 197 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", (long) date);
|
| archive.c | 1936 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", 2025 foo (ar_date, st_mtime, 10); 2558 + offsetof (struct ar_hdr, ar_date[0])); 2559 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", 2678 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); 2679 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld" [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| archive64.c | 197 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", (long) date);
|
| archive.c | 1946 _bfd_ar_spacepad (hdr->ar_date, sizeof (hdr->ar_date), "%-12ld", 2035 foo (ar_date, st_mtime, 10); 2565 + offsetof (struct ar_hdr, ar_date[0])); 2566 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld", 2685 memset (hdr.ar_date, ' ', sizeof (hdr.ar_date)); 2686 _bfd_ar_spacepad (hdr.ar_date, sizeof (hdr.ar_date), "%ld" [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/ |
| libelf.d | 81 time_t ar_date;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Module.cc | 333 dump_hdr_field (NTXT ("ar_date"), hdr->ar_date, sizeof (hdr->ar_date));
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Module.cc | 333 dump_hdr_field (NTXT ("ar_date"), hdr->ar_date, sizeof (hdr->ar_date));
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| xcoff.c | 287 char ar_date[12]; /* File member date - decimal. */ member in struct:__anon14179
|