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

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c49 #define LINSIZ 1024 /*%< Length of netgroup file line */ macro
362 char line[LINSIZ + 1];
364 while (fgets(line, LINSIZ, pvt->fp) != NULL) {
425 if (fgets(line, LINSIZ, pvt->fp)) {

Completed in 21 milliseconds