Searched refs:oct_str (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | BreakpointBase.cpp | 104 char oct_str[5] = {0, 0, 0, 0, 0}; in FormatLogText() local 110 oct_str[i] = text[i]; in FormatLogText() 114 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in FormatLogText()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Args.cpp | 502 char oct_str[5] = {'\0', '\0', '\0', '\0', '\0'}; in EncodeEscapeSequences() local 506 oct_str[i] = p[i]; in EncodeEscapeSequences() 512 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in EncodeEscapeSequences()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | FormatEntity.cpp | 2079 char oct_str[5] = {0, 0, 0, 0, 0}; in ParseInternal() local 2083 oct_str[i] = format[i]; in ParseInternal() 2089 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in ParseInternal()
|