Home
last modified time | relevance | path

Searched refs:SPL_BUFSIZ (Results 1 – 2 of 2) sorted by last modified time

/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c72 #define SPL_BUFSIZ BUFSIZ macro
610 char *av[15], buf[SPL_BUFSIZ]; in print()
643 while ((n = read(fi, buf, SPL_BUFSIZ)) > 0) in print()
995 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; in sendfile()
1160 for (i = 0; i < stb.st_size; i += SPL_BUFSIZ) { in sendfile()
1161 amt = SPL_BUFSIZ; in sendfile()
H A Drecvjob.c62 #define SPL_BUFSIZ BUFSIZ macro
247 char buf[SPL_BUFSIZ]; in readfile()
259 for (i = 0; i < size; i += SPL_BUFSIZ) { in readfile()
260 amt = SPL_BUFSIZ; in readfile()
273 amt = SPL_BUFSIZ; in readfile()