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

  /external/elfutils/libelf/
elf32_xlatetof.c 53 size_t recsize = __libelf_type_sizes[ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; local
55 if (src->d_size % recsize != 0)
elf32_xlatetom.c 53 size_t recsize = __libelf_type_sizes[ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; local
60 && src->d_size % recsize != 0)
  /external/one-true-awk/
lib.c 38 int recsize = RECSIZE; variable
40 int fieldssize = RECSIZE;
208 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 1"))
216 if (!adjbuf(&buf, &bufsize, 2+rr-buf, recsize, &rr, "readrec 2"))
221 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 3"))
494 if (!adjbuf(&record, &recsize, 1+strlen(p)+r-record, recsize, &r, "recbld 1"))
499 if (!adjbuf(&record, &recsize, 2+strlen(sep)+r-record, recsize, &r, "recbld 2")
    [all...]
run.c 192 while (getrec(&record, &recsize, 1) > 0) {
404 int bufsize = recsize;
442 n = getrec(&record, &recsize, 1);
472 int bufsz = recsize;
484 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "array"))
523 int bufsz = recsize;
532 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "awkdelete"))
552 int bufsz = recsize;
572 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "intest"))
833 int fmtsz = recsize;
    [all...]
main.c 172 recinit(recsize);
awk.h 48 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */
49 extern int recsize; /* size of current record, orig RECSIZE */
  /external/zlib/src/contrib/delphi/
ZLib.pas 242 recsize: Integer): Integer; external;
248 recsize: Integer): Integer; external;

Completed in 126 milliseconds