Searched defs:format (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | platform.c | 99 const char * format, ... ) in platform_snprintf_uninit() 115 const char * format, in mbedtls_platform_set_snprintf() 128 static int platform_printf_uninit( const char *format, ... ) in platform_printf_uninit() 151 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit()
|
D | debug.c | 83 const char *format, ... ) in mbedtls_debug_print_msg()
|
D | ecp.c | 442 int format, size_t *olen, in mbedtls_ecp_point_write_binary() 568 int format, size_t *olen, in mbedtls_ecp_tls_write_point()
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | debug.h | 90 #define dsrv_log(level, format, ...) PRINTF(format, ##__VA_ARGS__) argument 113 static inline void dsrv_log(log_t level, char *format, ...) in dsrv_log()
|
D | debug.c | 208 dsrv_log(log_t level, char *format, ...) { in dsrv_log() 231 dsrv_log(log_t level, char *format, ...) { in dsrv_log()
|
/net-tools-3.7.0/mbedtls-2.4.0/programs/pkey/ |
D | gen_key.c | 144 int format; /* the output format to use */ member
|
/net-tools-3.7.0/libcoap/src/ |
D | debug.c | 483 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl()
|
/net-tools-3.7.0/ |
D | monitor_15_4.c | 75 void debug(const char *format, ...) in debug()
|