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

/freebsd-11-stable/usr.bin/pr/
H A Dpr.h65 #define LBUF 8192 macro
H A Dpr.c203 if ((obuf = malloc((unsigned)(LBUF + off)*sizeof(char))) == NULL) {
260 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c51 #define LBUF 100 macro
52 static char lbuf[LBUF];
771 if (fgets(lbuf, LBUF, stdin) == NULL)
792 if (fgets(lbuf, LBUF, stdin) == NULL)
829 fgets(lbuf, LBUF, stdin);
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c56 #define LBUF 100 macro
57 static char lbuf[LBUF];
931 if (fgets(lbuf, LBUF, stdin) == NULL)
954 if (fgets(lbuf, LBUF, stdin) == NULL)

Completed in 37 milliseconds