Searched refs:OBUFSIZ (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dmain.c115 #define OBUFSIZ 128 macro
710 char outbuf[OBUFSIZ];
726 if (obufcnt >= OBUFSIZ)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dmain.c115 #define OBUFSIZ 128 macro
710 char outbuf[OBUFSIZ];
726 if (obufcnt >= OBUFSIZ)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtty.h172 #define OBUFSIZ 100 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty.c2258 if (tp->t_outq.c_cc > hiwat + OBUFSIZ + 100)
2288 char obuf[OBUFSIZ];
2353 * Process the user's data in at most OBUFSIZ chunks. Perform any
2369 cc = MIN(uio_resid(uio), OBUFSIZ);
2415 * <= OBUFSIZ chunk, the first should be a character

Completed in 69 milliseconds