ScanFmtPartDescr::width is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDScanFmtPartDescr::width

ScanFmtPartDescr::width field

Syntax

size_t width;

References

LocationReferrerText
jim.c:9924
size_t width; /* Maximal width of input to be converted */
jimsh0.c:14157
size_t width;
jim.c:10040SetScanFmtFromAny()
descr->width = 0; /* Assume width unspecified */
jim.c:10100SetScanFmtFromAny()
descr->width = width;
jim.c:10108SetScanFmtFromAny()
descr->width = width;
jim.c:10162SetScanFmtFromAny()
else if (*fmt == 'c' && descr->width != 0) {
jim.c:10274ScanOneEntry()
if (descr->width > 0) {
jim.c:10278ScanOneEntry()
size_t tLen = descr->width > sLen ? sLen : descr->width;
jimsh0.c:14251SetScanFmtFromAny()
descr->width = 0;
jimsh0.c:14311SetScanFmtFromAny()
descr->width = width;
jimsh0.c:14319SetScanFmtFromAny()
descr->width = width;
jimsh0.c:14373SetScanFmtFromAny()
else if (*fmt == 'c' && descr->width != 0) {
jimsh0.c:14473ScanOneEntry()
if (descr->width > 0) {
jimsh0.c:14475ScanOneEntry()
size_t tLen = descr->width > sLen ? sLen : descr->width;

Data Use

Functions writing ScanFmtPartDescr::width
Functions reading ScanFmtPartDescr::width
ScanFmtPartDescr::width
Type of ScanFmtPartDescr::width
ScanFmtPartDescr::width
size_t
all items filtered out