Searched defs:obuflen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c4661 * the number of the remaining bytes in obuf gets to exceed obuflen
4666 * obuflen - the size of obuf
4671 copynl_frwd(char *obuf, const size_t obuflen, argument
4693 if (obuflen > olen + 1) {
4723 if (obuflen > olen + 1) {
4739 if (obuflen > olen + mlen) {
4765 * until the number of the remaining bytes in obuf gets to exceed obuflen
4770 * obuflen - the size of obuf
4775 copy_frwd(char *obuf, const size_t obuflen, argument
4796 if (obuflen > le
[all...]

Completed in 70 milliseconds