Home
last modified time | relevance | path

Searched refs:max_name_len (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-size/
Dllvm-size.cpp378 std::size_t max_name_len = strlen("section"); in printObjectSectionSizes() local
394 max_name_len = std::max(max_name_len, name_or_err->size()); in printObjectSectionSizes()
400 max_name_len += 2; in printObjectSectionSizes()
405 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()
416 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()
449 fmt << "%-" << max_name_len << "s " in printObjectSectionSizes()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueProperties.cpp652 size_t max_name_len = 0; in DumpAllDescriptions() local
657 max_name_len = std::max<size_t>(property->GetName().size(), max_name_len); in DumpAllDescriptions()
662 property->DumpDescription(interpreter, strm, max_name_len, false); in DumpAllDescriptions()
/openbsd/src/gnu/llvm/libcxx/utils/
Dgenerate_feature_test_macro_components.py1076 max_name_len = max([len(tc["name"]) for tc in test_list])
1077 indent = max_name_len + 8
/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c12889 int max_name_len = 39; local
12910 if (strlen(work_name) + 3 <= max_name_len) {
12928 if (strlen(work_name) + 3 > max_name_len) {
12943 if (strlen(work_name) + 3 > max_name_len) {
12945 work_name[max_name_len - 2] = 0;
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.461759 <max_name_len>: Remove this variable.