Searched refs:xgets (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | systems.c | 265 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 D | misc.c | 28 char *xgets(char *ptr, int len, FILE *fp) in xgets() function
|
H A D | tcpd.h | 90 char *xgets(char *, int, FILE *); /* fgets() on steroids */
|
H A D | inetcf.c | 104 while (xgets(buf, sizeof(buf), fp)) { in inet_cfg()
|
H A D | tcpdchk.c | 209 while (xgets(sv_list, sizeof(sv_list), fp)) { in parse_table()
|
H A D | hosts_access.c | 164 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) { in table_match()
|
H A D | CHANGES | 65 - Edwin Kremer found an amusing fencepost error in the xgets()
|