Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/SETUP/config/
H A Dmkmakefile.c175 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()
/xnu-11215.1.10/bsd/kern/
H A Dtty_dev.c179 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro
621 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);