OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readrec
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
proto.h
126
extern int
readrec
(char **buf, int *bufsize, FILE *inf);
lib.c
144
c =
readrec
(&buf, &bufsize, infile);
182
int
readrec
(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */
function
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"))
217
dprintf( ("
readrec
saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) );
run.c
415
n =
readrec
(&buf, &bufsize, fp);
[
all
...]
Completed in 32 milliseconds