Searched refs:ARMAG (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/aout/
H A Dar.h29 #define ARMAG "!<arch>\012" /* For COFF and a.out archives */ macro
/freebsd-10-stable/include/
H A Dar.h51 #define ARMAG "!<arch>\n" /* ar "magic number" */ macro
52 #define SARMAG 8 /* strlen(ARMAG); */
/freebsd-10-stable/lib/libelf/
H A Delf_memory.c84 strncmp(image, ARMAG, (size_t) SARMAG) == 0) {
/freebsd-10-stable/contrib/bmake/
H A Darch.c203 # define ARMAG AIAMAG macro
218 #ifndef ARMAG
219 # define ARMAG "!<arch>\n" macro
652 * We use the ARMAG string to make sure this is an archive we
656 (strncmp(magic, ARMAG, SARMAG) != 0)) {
911 * We use the ARMAG string to make sure this is an archive we
915 (strncmp(magic, ARMAG, SARMAG) != 0)) {
/freebsd-10-stable/release/picobsd/tinyware/help/
H A Dhelp.c95 if (strncmp(aname, ARMAG, SARMAG)) return 1;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp14 #define ARMAG "!<arch>\n" macro
149 if (str == ARMAG)
399 if (armag && ::strncmp(armag, ARMAG, SARMAG) == 0)
/freebsd-10-stable/usr.bin/make/
H A Darch.c520 strncmp(magic, ARMAG, SARMAG) != 0) {
/freebsd-10-stable/contrib/binutils/bfd/
H A Darchive.c622 if (strncmp (armag, ARMAG, SARMAG) != 0 &&
1690 wrote = bfd_bwrite (ARMAG, SARMAG, arch);
H A Decoff.c3182 if (! strneq (armag, ARMAG, SARMAG))
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c9715 ARMAG string. */
9924 if (memcmp (armag, ARMAG, SARMAG) == 0)

Completed in 108 milliseconds