Searched refs:xgets (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/tcp_wrappers/
H A Dmisc.c28 /* xgets - fgets() with backslash-newline stripping */
30 char *xgets(ptr, len, fp) function
H A Dtcpd.h89 char *xgets(char *, int, FILE *); /* fgets() on steroids */
H A Dinetcf.c107 while (xgets(buf, sizeof(buf), fp)) {
H A Dtcpdchk.c216 while (xgets(sv_list, sizeof(sv_list), fp)) {
H A Dhosts_access.c169 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
/freebsd-10-stable/usr.sbin/ppp/
H A Dsystems.c265 xgets(char *buf, int buflen, FILE *fp) function
344 while ((n = xgets(line, sizeof line, fp))) {
382 while ((n = xgets(line, sizeof line, fp))) {

Completed in 68 milliseconds