HomeSort by relevance Sort by last modified time
    Searched refs:endbuf (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 98 placed in the buffer starting at EXPBUF and delimited by ENDBUF.
104 __const char *__restrict endbuf, int eof)
126 if (endbuf < expbuf + sizeof (regex_t))
135 = endbuf - (char *) __expr_ptr->__REPB_PREFIX (buffer);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 98 placed in the buffer starting at EXPBUF and delimited by ENDBUF.
104 __const char *__restrict endbuf, int eof)
126 if (endbuf < expbuf + sizeof (regex_t))
135 = endbuf - (char *) __expr_ptr->__REPB_PREFIX (buffer);
  /external/ltp/tools/top-LTP/proc/
readproc.c 262 char *p, *rbuf = 0, *endbuf, **q, **ret; local
294 endbuf = rbuf + tot; /* count space for pointers */
298 for (c = 0, p = rbuf; p < endbuf; p++)
304 endbuf = rbuf + tot; /* addr just past data buf */
305 q = ret = (char **)(endbuf + align); /* ==> free(*ret) to dealloc */
307 endbuf--; /* do not traverse final NUL */
308 while (++p < endbuf)
  /libcore/ojluni/src/main/native/
zip_util.c 269 static jboolean verifyEND(jzfile *zip, jlong endpos, char *endbuf) {
276 jlong cenpos = endpos - ENDSIZ(endbuf);
277 jlong locpos = cenpos - ENDOFF(endbuf);
289 * the END header will be read and placed in endbuf. Returns the file
294 findEND(jzfile *zip, void *endbuf)
328 memcpy(endbuf, buf + i, ENDHDR);
330 clen = ENDCOM(endbuf);
558 unsigned char endbuf[ENDHDR]; local
566 if ((endpos = findEND(zip, endbuf)) == -1)
573 cenlen = ENDSIZ(endbuf);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 9024 char * endbuf; local
9139 char * endbuf; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 529 endbuf,
525 endbuf, enumerator in enum:__anon108928
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 822 milliseconds