HomeSort by relevance Sort by last modified time
    Searched defs:SARMAG (Results 1 - 5 of 5) sorted by null

  /bionic/libc/include/
ar.h 51 #define SARMAG 8 /* strlen(ARMAG); */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ar.h 30 #define SARMAG 8 /* Size of that string. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 30 #define SARMAG 8 /* Size of that string. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 30 #define SARMAG 8 /* Size of that string. */
  /ndk/sources/host-tools/make-3.81/
arscan.c 242 # define SARMAG 8 /* Size of that string. */
262 # define SARMAG IMAGE_ARCHIVE_START_SIZE
321 #ifdef SARMAG
323 char buf[SARMAG];
324 register int nread = read (desc, buf, SARMAG);
325 if (nread != SARMAG || bcmp (buf, ARMAG, SARMAG))
391 #ifdef SARMAG
392 register long int member_offset = SARMAG;

Completed in 464 milliseconds