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()733 char pname[BUFSIZ]; in do_machdep()734 char line[BUFSIZ]; in do_machdep()742 while (fgets(line, BUFSIZ, ifp) != 0) { in do_machdep()
179 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro621 char buf[BUFSIZ];695 cc = q_to_b(&tp->t_outq, (u_char *)buf, MIN((int)uio_resid(uio), BUFSIZ));883 u_char locbuf[BUFSIZ];899 cc = MIN((int)uio_resid(uio), BUFSIZ);