Home
last modified time | relevance | path

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

/original-bsd/libexec/getty/
H A Dmain.c441 int obufcnt = 0; variable
456 outbuf[obufcnt++] = c;
457 if (obufcnt >= OBUFSIZ)
466 if (obufcnt) in oflush()
467 write(STDOUT_FILENO, outbuf, obufcnt); in oflush()
468 obufcnt = 0; in oflush()