Home
last modified time | relevance | path

Searched refs:vstrp (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c251 char *vstrp, in PrintOutputdifFobpu() argument
288 while ('\0' != (*vstrp)) in PrintOutputdifFobpu()
290 cb(buf, count, *vstrp--, 1); in PrintOutputdifFobpu()
304 char *vstrp, in PrintOutputxX() argument
349 while ('\0' != (*vstrp)) in PrintOutputxX()
351 cb(buf, count, *vstrp--, 1); in PrintOutputxX()
796 char *vstrp = NULL; in StrFormatPrintf() local
897 vstrp = &vstr[vlen]; in StrFormatPrintf()
900 … PrintOutputdifFobpu(flags_used, field_width, (unsigned int)vlen, schar, vstrp, cb, buf, &count); in StrFormatPrintf()
902 … PrintOutputdifFobpu(0U, field_width, (unsigned int)vlen, '\0', vstrp, cb, buf, &count); in StrFormatPrintf()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c219 char *vstrp, in PrintOutputdifFobpu() argument
256 while ('\0' != (*vstrp)) in PrintOutputdifFobpu()
258 cb(buf, count, *vstrp--, 1); in PrintOutputdifFobpu()
272 char *vstrp, in PrintOutputxX() argument
317 while ('\0' != (*vstrp)) in PrintOutputxX()
319 cb(buf, count, *vstrp--, 1); in PrintOutputxX()
870 char *vstrp = NULL; in StrFormatPrintf() local
958 vstrp = &vstr[vlen]; in StrFormatPrintf()
961 … PrintOutputdifFobpu(flags_used, field_width, (unsigned int)vlen, schar, vstrp, cb, buf, &count); in StrFormatPrintf()
963 … PrintOutputdifFobpu(0U, field_width, (unsigned int)vlen, '\0', vstrp, cb, buf, &count); in StrFormatPrintf()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c576 char *vstrp = NULL; in DbgConsole_PrintfFormattedData() local
803 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData()
871 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData()
953 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData()
1051 vstrp = &vstr[vlen]; in DbgConsole_PrintfFormattedData()
1070 if (vstrp != NULL) in DbgConsole_PrintfFormattedData()
1072 while ('\0' != *vstrp) in DbgConsole_PrintfFormattedData()
1074 (void)func_ptr(*vstrp--); in DbgConsole_PrintfFormattedData()