Home
last modified time | relevance | path

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

/xnu-8020.101.4/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()
657 char pname[BUFSIZ]; in do_machdep()
658 char line[BUFSIZ]; in do_machdep()
666 while (fgets(line, BUFSIZ, ifp) != 0) { in do_machdep()
/xnu-8020.101.4/bsd/kern/
H A Dtty_dev.c178 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro
583 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);