Home
last modified time | relevance | path

Searched refs:getrec (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dproto.h121 extern int getrec(char **, int *, bool);
H A Drun.c197 while (getrec(&record, &recsize, true) > 0) { in program()
448 n = getrec(&record, &recsize, true); in awkgetline()
450 n = getrec(&buf, &bufsize, false); in awkgetline()
H A Dlib.c142 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */ in getrec() function
H A DFIXES.1e73 getline accesses uninitialized data after getrec()
879 fixed a couple of bugs in getrec: could fail to update $0