Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/
Dmem_dbg.c571 #define BUF_REMAIN (sizeof buf - (size_t)(bufp - buf)) in print_leak() macro
579 BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ", in print_leak()
584 BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ", in print_leak()
589 BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ", m->thread); in print_leak()
593 BIO_snprintf(bufp, BUF_REMAIN, "number=%d, address=%08lX\n", in print_leak()
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_print.c134 #define BUF_REMAIN (num+3 - (size_t)(p - buf)) in BN_bn2dec() macro
158 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT1, *lp); in BN_bn2dec()
163 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT2, *lp); in BN_bn2dec()