Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dutil-print.c714 u_char *tbuf, size_t tbuflen) in fetch_token() argument
737 if (toklen + 2 > tbuflen) { in fetch_token()
/freebsd/crypto/openssl/test/
H A Devp_test.c426 size_t tbuflen; in evp_test_buffer_ncopy() local
436 tbuflen = db->buflen * ncopy; in evp_test_buffer_ncopy()
437 if (!TEST_ptr(tbuf = OPENSSL_malloc(tbuflen))) in evp_test_buffer_ncopy()
444 db->buflen = tbuflen; in evp_test_buffer_ncopy()