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

/netbsd-current/usr.bin/pr/
H A Dpr.h64 #define LBUF 8192 macro
H A Dpr.c199 if ((obuf = malloc((unsigned)(LBUF + off)*sizeof(char))) == NULL)
249 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
/netbsd-current/sbin/fdisk/
H A Dfdisk.c126 #define LBUF 100 macro
127 static char lbuf[LBUF];
2881 if (!fgets(lbuf, LBUF, stdin))
2947 if (!fgets(lbuf, LBUF, stdin))
2982 if (!fgets(lbuf, LBUF, stdin))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h991 #define gfc_linebuf_linenum(LBUF) (LOCATION_LINE ((LBUF)->location))
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1065 #define gfc_linebuf_linenum(LBUF) (LOCATION_LINE ((LBUF)->location))

Completed in 307 milliseconds