Searched refs:ap (Results 1 – 9 of 9) sorted by relevance
/openthread-3.7.0/examples/platforms/utils/ |
D | debug_uart.c | 45 va_list ap; in otPlatDebugUart_printf() local 46 va_start(ap, fmt); in otPlatDebugUart_printf() 47 otPlatDebugUart_vprintf(fmt, ap); in otPlatDebugUart_printf() 48 va_end(ap); in otPlatDebugUart_printf() 52 void otPlatDebugUart_vprintf(const char *fmt, va_list ap) in otPlatDebugUart_vprintf() argument 58 vsnprintf(buf, sizeof(buf), fmt, ap); in otPlatDebugUart_vprintf() 129 va_list ap; in otPlatLog() local 134 va_start(ap, aFormat); in otPlatLog() 135 otPlatDebugUart_vprintf(aFormat, ap); in otPlatLog() 136 va_end(ap); in otPlatLog()
|
D | logging_rtt.c | 141 …id utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list ap) in utilsLogRttOutput() argument 158 …harsWritten = vsnprintf(&logString[length], (size_t)(LOG_PARSE_BUFFER_SIZE - length), aFormat, ap); in utilsLogRttOutput()
|
D | logging_rtt.h | 135 …d utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list ap);
|
/openthread-3.7.0/examples/apps/cli/ |
D | main.c | 167 va_list ap; in otPlatLog() local 169 va_start(ap, aFormat); in otPlatLog() 170 otCliPlatLogv(aLogLevel, aLogRegion, aFormat, ap); in otPlatLog() 171 va_end(ap); in otPlatLog()
|
/openthread-3.7.0/src/core/utils/ |
D | otns.cpp | 78 va_list ap; in EmitStatus() local 79 va_start(ap, aFmt); in EmitStatus() 81 n = vsnprintf(statusStr, sizeof(statusStr), aFmt, ap); in EmitStatus() 85 va_end(ap); in EmitStatus()
|
/openthread-3.7.0/src/posix/platform/ |
D | daemon.cpp | 83 va_list ap; in OutputFormat() local 85 va_start(ap, aFormat); in OutputFormat() 86 ret = OutputFormatV(aFormat, ap); in OutputFormat() 87 va_end(ap); in OutputFormat()
|
/openthread-3.7.0/include/openthread/platform/ |
D | debug_uart.h | 101 void otPlatDebugUart_vprintf(const char *fmt, va_list ap);
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/quiet/ |
D | quiet.sh | 31 done < <(type -ap -- "$TOOL")
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.data | 2796 SSL TLS 1.3 Key schedule: Derive-Secret( ., "s ap traffic", hash) #1 2798 # Derive-Secret( MasterSecret, "s ap traffic", hash) 2823 SSL TLS 1.3 Key schedule: Derive-Secret( ., "c ap traffic", hash) 2828 SSL TLS 1.3 Key schedule: Derive-Secret( ., "s ap traffic", hash) #2
|