Home
last modified time | relevance | path

Searched refs:xgets (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dsystems.c265 xgets(char *buf, int buflen, FILE *fp) in xgets() function
344 while ((n = xgets(line, sizeof line, fp))) { in ReadSystem()
382 while ((n = xgets(line, sizeof line, fp))) { in ReadSystem()
/freebsd/contrib/tcp_wrappers/
H A Dmisc.c28 char *xgets(char *ptr, int len, FILE *fp) in xgets() function
H A Dtcpd.h90 char *xgets(char *, int, FILE *); /* fgets() on steroids */
H A Dinetcf.c104 while (xgets(buf, sizeof(buf), fp)) { in inet_cfg()
H A Dtcpdchk.c209 while (xgets(sv_list, sizeof(sv_list), fp)) { in parse_table()
H A Dhosts_access.c164 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) { in table_match()
H A DCHANGES65 - Edwin Kremer found an amusing fencepost error in the xgets()