Searched refs:formatSize (Results 1 – 1 of 1) sorted by relevance
/haiku/src/kits/debugger/util/ |
H A D | IntegerFormatter.cpp | 18 char* _formatString, int formatSize) in GetFormatForTypeAndFormat() argument 23 formatSize -= 1; in GetFormatForTypeAndFormat() 32 strlcpy(_formatString, B_PRId8, formatSize); in GetFormatForTypeAndFormat() 35 strlcpy(_formatString, B_PRIu8, formatSize); in GetFormatForTypeAndFormat() 47 strlcpy(_formatString, B_PRId16, formatSize); in GetFormatForTypeAndFormat() 50 strlcpy(_formatString, B_PRIu16, formatSize); in GetFormatForTypeAndFormat() 62 strlcpy(_formatString, B_PRId32, formatSize); in GetFormatForTypeAndFormat() 65 strlcpy(_formatString, B_PRIu32, formatSize); in GetFormatForTypeAndFormat() 78 strlcpy(_formatString, B_PRId64, formatSize); in GetFormatForTypeAndFormat() 81 strlcpy(_formatString, B_PRIu64, formatSize); in GetFormatForTypeAndFormat()
|