Searched refs:BUFSIZ (Results 1 – 2 of 2) sorted by relevance
175 char pname[BUFSIZ]; in makefile()176 char line[BUFSIZ]; in makefile()217 while (fgets(line, BUFSIZ, ifp) != 0) { in makefile()293 char pname[BUFSIZ]; in read_files()657 char pname[BUFSIZ]; in do_machdep()658 char line[BUFSIZ]; in do_machdep()666 while (fgets(line, BUFSIZ, ifp) != 0) { in do_machdep()
178 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro583 char buf[BUFSIZ];657 cc = q_to_b(&tp->t_outq, (u_char *)buf, MIN((int)uio_resid(uio), BUFSIZ));845 u_char locbuf[BUFSIZ];861 cc = MIN((int)uio_resid(uio), BUFSIZ);