Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dmain.c89 #define OBUFSIZ 128 macro
658 static char outbuf[OBUFSIZ];
674 if (obufcnt >= OBUFSIZ) in putchr()