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

/netbsd-6-1-5-RELEASE/usr.bin/pr/
H A Dpr.h62 #define LBUF 8192 macro
H A Dpr.c193 if ((obuf = malloc((unsigned)(LBUF + off)*sizeof(char))) == NULL)
243 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c135 #define LBUF 100 macro
136 static char lbuf[LBUF];
2750 if (!fgets(lbuf, LBUF, stdin))
2816 if (!fgets(lbuf, LBUF, stdin))
2851 if (!fgets(lbuf, LBUF, stdin))

Completed in 187 milliseconds