Searched refs:readrec (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/lastcomm/ |
H A D | lastcomm.c | 71 int (*readrec)(FILE *f, struct acctv3 *av3); in main() local 128 readrec = readrec_forward; in main() 135 readrec = readrec_backward; in main() 138 while ((rv = readrec(fp, &ab)) == 1) { in main()
|
H A D | Makefile | 6 SRCS= lastcomm.c readrec.c
|
/freebsd/usr.sbin/sa/ |
H A D | Makefile | 7 SRCS= main.c db.c pdb.c usrdb.c readrec.c
|
/freebsd/contrib/one-true-awk/ |
H A D | proto.h | 123 extern int readrec(char **buf, int *bufsize, FILE *inf, bool isnew);
|
H A D | lib.c | 179 c = readrec(&buf, &bufsize, infile, innew); in getrec() 226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec() function
|
H A D | ChangeLog | 81 * lib.c (readrec): Allow RS a regular expression. Imported
|
H A D | FIXES.1e | 87 Fix readrec's definition of a record. This fixes an issue 890 fixed potential bug in readrec: might fail to update record
|
H A D | run.c | 428 n = readrec(&buf, &bufsize, fp, newflag); in awkgetline()
|