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

/freebsd-11-stable/libexec/revnetgroup/
H A Dhash.h60 #define LINSIZ 1024 * 10 macro
H A Drevnetgroup.c74 char readbuf[LINSIZ];
122 while (fgets(readbuf, LINSIZ, fp)) {
H A Dparse_netgroup.c289 char line[LINSIZ + 1];
340 if (fgets(line, LINSIZ, netf)) {
/freebsd-11-stable/libexec/mknetid/
H A Dmknetid.c61 #define LINSIZ 1024 macro
104 char readbuf[LINSIZ];
105 char writebuf[LINSIZ];
183 while(fgets(readbuf, LINSIZ, pfp)) {
245 while ((ptr = fgets(readbuf, LINSIZ, hfp))) {
281 while(fgets(readbuf, LINSIZ, nfp)) {
/freebsd-11-stable/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 70 milliseconds