Searched refs:nativeSprintf (Results 1 – 1 of 1) sorted by relevance
| /mipi-sys-t-latest/printer/include/ |
| D | mipi_syst_printer.h | 142 int(*nativeSprintf)(char * data, size_t buffer, const char * format, ...) = _snprintf; in hostPrintf() local 145 int(*nativeSprintf)(char * data, size_t buffer, const char * format, ...) = snprintf; in hostPrintf() local 150 result = nativeSprintf(buf, sizeof(buf), format.c_str(), value); in hostPrintf() 153 result = nativeSprintf(buf, sizeof(buf), format.c_str(), starArgs[0], value); in hostPrintf() 156 result = nativeSprintf(buf, sizeof(buf), format.c_str(), starArgs[0], starArgs[1], value); in hostPrintf()
|