Home
last modified time | relevance | path

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

/library/
A Ddebug.c120 char txt[17]; in mbedtls_debug_print_buf() local
135 memset(txt, 0, sizeof(txt)); in mbedtls_debug_print_buf()
143 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %s\n", txt); in mbedtls_debug_print_buf()
147 memset(txt, 0, sizeof(txt)); in mbedtls_debug_print_buf()
157 txt[i % 16] = (buf[i] > 31 && buf[i] < 127) ? buf[i] : '.'; in mbedtls_debug_print_buf()
165 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %s\n", txt); in mbedtls_debug_print_buf()

Completed in 6 milliseconds