Home
last modified time | relevance | path

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

/freebsd/usr.bin/pr/
H A Dpr.h64 #define LBUF 8192 macro
H A Dpr.c190 if ((obuf = malloc((unsigned)(LBUF + off)*sizeof(char))) == NULL) { in onecol()
247 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0) in onecol()
/freebsd/sbin/fdisk/
H A Dfdisk.c56 #define LBUF 100 macro
57 static char lbuf[LBUF];
909 if (fgets(lbuf, LBUF, stdin) == NULL) in ok()
932 if (fgets(lbuf, LBUF, stdin) == NULL) in decimal()