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

/freebsd-13-stable/include/
H A Dar.h53 #define ARMAG "!<arch>\n" /* ar "magic number" */ macro
54 #define SARMAG 8 /* strlen(ARMAG); */
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c92 strncmp((const char *) image, ARMAG, (size_t) SARMAG) == 0)
/freebsd-13-stable/contrib/bmake/
H A Darch.c177 # define ARMAG AIAMAG macro
192 #ifndef ARMAG
193 # define ARMAG "!<arch>\n" macro
527 * We use the ARMAG string to make sure this is an archive we
531 strncmp(magic, ARMAG, SARMAG) != 0) {
775 * We use the ARMAG string to make sure this is an archive we
779 strncmp(magic, ARMAG, SARMAG) != 0) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp13 #define ARMAG "!<arch>\n" macro
152 if (str == ARMAG) {
362 if (armag && ::strncmp(armag, ARMAG, SARMAG) == 0) {

Completed in 207 milliseconds