Searched refs:SPL_BUFSIZ (Results 1 – 2 of 2) sorted by relevance
62 #define SPL_BUFSIZ BUFSIZ macro247 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()
72 #define SPL_BUFSIZ BUFSIZ macro610 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()