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

  /ndk/sources/host-tools/nawk-20071023/
awk.h 48 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */
49 extern int recsize; /* size of current record, orig RECSIZE */
lib.c 38 int recsize = RECSIZE; variable
40 int fieldssize = RECSIZE;
201 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 1"))
209 if (!adjbuf(&buf, &bufsize, 2+rr-buf, recsize, &rr, "readrec 2"))
214 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 3"))
464 if (!adjbuf(&record, &recsize, 1+strlen(p)+r-record, recsize, &r, "recbld 1"))
469 if (!adjbuf(&record, &recsize, 2+strlen(*OFS)+r-record, recsize, &r, "recbld 2")
    [all...]

Completed in 31 milliseconds