HomeSort by: relevance | last modified time | path
    Searched defs:LINSIZ (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypserv/revnetgroup/
hash.h 61 #define LINSIZ 1024 * 10
  /src/external/bsd/libbind/dist/irs/
lcl_ng.c 51 #define LINSIZ 1024 /*%< Length of netgroup file line */
364 char line[LINSIZ + 1];
366 while (fgets(line, LINSIZ, pvt->fp) != NULL) {
427 if (fgets(line, LINSIZ, pvt->fp)) {

Completed in 13 milliseconds