Searched refs:BUF_REMAIN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_print.c134 #define BUF_REMAIN (num+3 - (size_t)(p - buf)) macro
158 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT1, *lp);
163 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT2, *lp);
/freebsd-10-stable/crypto/openssl/crypto/
H A Dmem_dbg.c638 #define BUF_REMAIN (sizeof buf - (size_t)(bufp - buf)) macro
646 BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ",
651 BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ",
656 BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ",
661 BIO_snprintf(bufp, BUF_REMAIN, "number=%d, address=%08lX\n",

Completed in 111 milliseconds