Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
752 char pname[BUFSIZ]; in do_machdep()
753 char line[BUFSIZ]; in do_machdep()
761 while (fgets(line, BUFSIZ, ifp) != 0) { in do_machdep()
/xnu-12377.61.12/bsd/kern/
H A Dtty_dev.c179 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro
626 char buf[BUFSIZ];
700 cc = q_to_b(&tp->t_outq, (u_char *)buf, MIN((int)uio_resid(uio), BUFSIZ));
888 u_char locbuf[BUFSIZ];
904 cc = MIN((int)uio_resid(uio), BUFSIZ);