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

/freebsd-11-stable/contrib/binutils/include/aout/
H A Dar.h29 #define ARMAG "!<arch>\012" /* For COFF and a.out archives */ macro
/freebsd-11-stable/include/
H A Dar.h51 #define ARMAG "!<arch>\n" /* ar "magic number" */ macro
52 #define SARMAG 8 /* strlen(ARMAG); */
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c92 strncmp((const char *) image, ARMAG, (size_t) SARMAG) == 0)
/freebsd-11-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-11-stable/release/picobsd/tinyware/help/
H A Dhelp.c95 if (strncmp(aname, ARMAG, SARMAG)) return 1;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp13 #define ARMAG "!<arch>\n" macro
150 if (str == ARMAG) {
360 if (armag && ::strncmp(armag, ARMAG, SARMAG) == 0) {
/freebsd-11-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-11-stable/contrib/binutils/binutils/
H A Dreadelf.c9715 ARMAG string. */
9924 if (memcmp (armag, ARMAG, SARMAG) == 0)

Completed in 148 milliseconds