Searched refs:sFormat (Results 1 – 3 of 3) sorted by relevance
1028 static void _VPrintTarget(const char* sFormat, U32 Options, va_list* pParamList) { in _VPrintTarget() argument1054 c = *sFormat; in _VPrintTarget()1055 sFormat++; in _VPrintTarget()1066 c = *sFormat; in _VPrintTarget()1068 case '-': FormatFlags |= FORMAT_FLAG_LEFT_JUSTIFY; sFormat++; break; in _VPrintTarget()1069 case '0': FormatFlags |= FORMAT_FLAG_PAD_ZERO; sFormat++; break; in _VPrintTarget()1070 case '+': FormatFlags |= FORMAT_FLAG_PRINT_SIGN; sFormat++; break; in _VPrintTarget()1071 case '#': FormatFlags |= FORMAT_FLAG_ALTERNATE; sFormat++; break; in _VPrintTarget()1080 c = *sFormat; in _VPrintTarget()1084 sFormat++; in _VPrintTarget()[all …]
146 int SEGGER_snprintf (char *pBuffer, int BufferSize, const char *sFormat, ...);
186 int SEGGER_RTT_printf(unsigned BufferIndex, const char * sFormat, ...);