Searched refs:oct_str (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Args.cpp | 497 char oct_str[5] = {'\0', '\0', '\0', '\0', '\0'}; in EncodeEscapeSequences() local 501 oct_str[i] = p[i]; in EncodeEscapeSequences() 507 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in EncodeEscapeSequences()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 2113 char oct_str[5] = {0, 0, 0, 0, 0}; in ParseInternal() local 2117 oct_str[i] = format[i]; in ParseInternal() 2123 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in ParseInternal()
|