Searched refs:BUFSIZ (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkswapconf.c222 char buf[BUFSIZ];
223 char line[BUFSIZ];
234 while (fgets(line, BUFSIZ, fp) != 0) {
H A Dmkmakefile.c216 char pname[BUFSIZ];
217 char line[BUFSIZ];
282 while (fgets(line, BUFSIZ, ifp) != 0) {
372 char pname[BUFSIZ];
788 char pname[BUFSIZ];
789 char line[BUFSIZ];
797 while (fgets(line, BUFSIZ, ifp) != 0) {
H A Dparser.y1119 char buf[BUFSIZ];
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c118 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro
331 char buf[BUFSIZ];
333 cc = min(uio_resid(uio), BUFSIZ);
497 char buf[BUFSIZ];
546 cc = q_to_b(&tp->t_outq, (u_char *)buf, min(uio_resid(uio), BUFSIZ));
659 u_char locbuf[BUFSIZ];
675 cc = min(uio_resid(uio), BUFSIZ);
712 cc = min(uio_resid(uio), BUFSIZ);
H A Dtty_ptmx.c197 #define BUFSIZ 100 /* Chunk size iomoved to/from user */ macro
714 char buf[BUFSIZ];
716 cc = min(uio_resid(uio), BUFSIZ);
893 char buf[BUFSIZ];
945 cc = q_to_b(&tp->t_outq, (u_char *)buf, min(uio_resid(uio), BUFSIZ));
1172 u_char locbuf[BUFSIZ];
1190 cc = min(uio_resid(uio), BUFSIZ);
1227 cc = min(uio_resid(uio), BUFSIZ);

Completed in 23 milliseconds