| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | arscan.c | 240 # define ARMAG "!<arch>\n" /* String that begins an archive file. */ macro 260 # define ARMAG IMAGE_ARCHIVE_START macro 323 if (nread != SARMAG || bcmp (buf, ARMAG, SARMAG)) in ar_scan() 378 if (nread != sizeof (buf) || buf != ARMAG) in ar_scan()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
| H A D | ar.h | 30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
|
| H A D | ChangeLog-9115 | 149 * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | ar.h | 30 #define ARMAG "!<arch>\012" /* For COFF and a.out archives. */ macro
|
| H A D | ChangeLog-9115 | 149 * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater
|
| /netbsd-src/include/ |
| H A D | ar.h | 49 #define ARMAG "!<arch>\n" /* ar "magic number" */ macro
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf_memory.c | 101 strncmp((const char *) image, ARMAG, (size_t) SARMAG) == 0) in _libelf_memory()
|
| /netbsd-src/usr.bin/make/ |
| H A D | arch.c | 429 strncmp(magic, ARMAG, SARMAG) != 0) { in ArchStatMember() 656 strncmp(magic, ARMAG, SARMAG) != 0) { in ArchFindMember()
|
| /netbsd-src/external/gpl3/gdb/dist/include/aout/ |
| H A D | ChangeLog-9115 | 149 * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/aout/ |
| H A D | ChangeLog-9115 | 149 * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | elfedit.c | 790 if (memcmp (armag, ARMAG, SARMAG) == 0) in process_file()
|
| H A D | readelf.c | 23568 if (memcmp (armag, ARMAG, SARMAG) == 0) in process_file()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | elfedit.c | 790 if (memcmp (armag, ARMAG, SARMAG) == 0) in process_file()
|
| H A D | readelf.c | 22765 if (memcmp (armag, ARMAG, SARMAG) == 0) in process_file()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | archive.c | 913 if (strncmp (armag, ARMAG, SARMAG) != 0 in bfd_generic_archive_p() 2203 armag = ARMAG; in _bfd_write_archive_contents()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | archive.c | 893 if (strncmp (armag, ARMAG, SARMAG) != 0 in bfd_generic_archive_p() 2180 armag = ARMAG; in _bfd_write_archive_contents()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1507 ARMAG
|
| H A D | newsp.errs | 3234 ARMAG
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Module.cc | 351 || strncmp (magic, ARMAG, SARMAG)) in read_ar()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Module.cc | 351 || strncmp (magic, ARMAG, SARMAG)) in read_ar()
|