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

  /ndk/sources/host-tools/nawk-20071023/
proto.h 122 extern int getrec(char **, int *, int);
lib.c 104 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ function
run.c 189 while (getrec(&record, &recsize, 1) > 0) {
431 n = getrec(&record, &recsize, 1);
433 n = getrec(&buf, &bufsize, 0);
    [all...]

Completed in 56 milliseconds