Searched refs:xgets (Results 1 – 6 of 6) sorted by relevance
141 xgets;
35 char *xgets(ptr, len, fp) in xgets() function
162 extern char *xgets(); /* fgets() on steroids */
159 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
105 while (xgets(buf, sizeof(buf), fp)) {
211 while (xgets(sv_list, sizeof(sv_list), fp)) {