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

/barrelfish-master/lib/libc/gen/
H A Dgetnetgrent.c173 #define LINSIZ 1024 /* Length of netgroup file line */ macro
799 char line[LINSIZ + 2];
808 fgets(line, LINSIZ, netf) != NULL) {
827 snprintf(line, LINSIZ, "%s %s", group, result);
832 while (fgets(line, LINSIZ, netf) != NULL) {
897 if (fgets(line, LINSIZ, netf)) {

Completed in 90 milliseconds