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

  /external/one-true-awk/
proto.h 121 extern int readrec(char **buf, int *bufsize, FILE *inf);
lib.c 149 c = readrec(&buf, &bufsize, infile);
187 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ function
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"))
224 dprintf( ("readrec saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) );
FIXES 563 fixed potential bug in readrec: might fail to update record
    [all...]
run.c 422 n = readrec(&buf, &bufsize, fp);
    [all...]

Completed in 162 milliseconds