Home
last modified time | relevance | path

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

/netbsd-src/lib/libwrap/
H A Dmisc.c30 xgets(char *ptr, int len, FILE *fp) in xgets() function
H A Dtcpd.h86 extern char *xgets /* fgets() on steroids */
H A Dhosts_access.c189 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) { in table_match()
/netbsd-src/usr.sbin/tcpdchk/
H A Dinetcf.c137 while (xgets(buf, sizeof(buf), fp)) {
H A Dtcpdchk.c224 while (xgets(sv_list, sizeof(sv_list), fp)) { in parse_table()