Searched refs:xgets (Results 1 – 5 of 5) sorted by relevance
30 xgets(char *ptr, int len, FILE *fp) in xgets() function
86 extern char *xgets /* fgets() on steroids */
189 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) { in table_match()
137 while (xgets(buf, sizeof(buf), fp)) {
224 while (xgets(sv_list, sizeof(sv_list), fp)) { in parse_table()