Searched refs:aFmt (Results 1 – 7 of 7) sorted by relevance
| /openthread-latest/src/core/utils/ |
| D | otns.cpp | 70 void Otns::EmitStatus(const char *aFmt, ...) in EmitStatus() argument 76 va_start(ap, aFmt); in EmitStatus() 78 n = vsnprintf(statusStr, sizeof(statusStr), aFmt, ap); in EmitStatus()
|
| D | otns.hpp | 164 static void EmitStatus(const char *aFmt, ...);
|
| /openthread-latest/include/openthread/ |
| D | cli.h | 121 void otCliOutputFormat(const char *aFmt, ...);
|
| /openthread-latest/src/cli/ |
| D | cli.hpp | 101 extern "C" void otCliOutputFormat(const char *aFmt, ...); 125 friend void otCliOutputFormat(const char *aFmt, ...);
|
| D | cli.cpp | 8382 extern "C" void otCliOutputFormat(const char *aFmt, ...) in otCliOutputFormat() argument 8385 va_start(aAp, aFmt); in otCliOutputFormat() 8386 Interpreter::GetInterpreter().OutputFormatV(aFmt, aAp); in otCliOutputFormat()
|
| /openthread-latest/examples/platforms/simulation/ |
| D | trel.c | 407 OT_TOOL_WEAK void otCliOutputFormat(const char *aFmt, ...) { OT_UNUSED_VARIABLE(aFmt); } in otCliOutputFormat() argument
|
| D | radio.c | 200 OT_TOOL_WEAK void otCliOutputFormat(const char *aFmt, ...) { OT_UNUSED_VARIABLE(aFmt); } in otCliOutputFormat() argument
|