Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/ui/
H A Dui_openssl.c453 BIO_snprintf(tmp_num, sizeof(tmp_num) - 1, "%d", errno); in open_console()
466 char tmp_num[12]; in open_console() local
468 BIO_snprintf(tmp_num, sizeof(tmp_num) - 1, "%%X%08X", status); in open_console()
503 char tmp_num[2][12]; in noecho_console() local
505 BIO_snprintf(tmp_num[0], sizeof(tmp_num[0]) - 1, "%%X%08X", in noecho_console()
507 BIO_snprintf(tmp_num[1], sizeof(tmp_num[1]) - 1, "%%X%08X", in noecho_console()
541 char tmp_num[2][12]; in echo_console() local
543 BIO_snprintf(tmp_num[0], sizeof(tmp_num[0]) - 1, "%%X%08X", in echo_console()
545 BIO_snprintf(tmp_num[1], sizeof(tmp_num[1]) - 1, "%%X%08X", in echo_console()
572 char tmp_num[12]; in close_console() local
[all …]