Searched refs:tmp_num (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/ui/ |
| D | ui_openssl.c | 462 char tmp_num[10]; in open_console() local 463 BIO_snprintf(tmp_num, sizeof(tmp_num) - 1, "%d", errno); in open_console() 465 ERR_add_error_data(2, "errno=", tmp_num); in open_console() 476 char tmp_num[12]; in open_console() local 478 BIO_snprintf(tmp_num, sizeof(tmp_num) - 1, "%%X%08X", status); in open_console() 480 ERR_add_error_data(2, "status=", tmp_num); in open_console() 513 char tmp_num[2][12]; in noecho_console() local 515 BIO_snprintf(tmp_num[0], sizeof(tmp_num[0]) - 1, "%%X%08X", in noecho_console() 517 BIO_snprintf(tmp_num[1], sizeof(tmp_num[1]) - 1, "%%X%08X", in noecho_console() 520 ERR_add_error_data(5, "status=", tmp_num[0], in noecho_console() [all …]
|