Searched refs:format_char (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sbin/ifconfig/ |
| H A D | af_link.c | 64 char *ether_format, *format_char; in link_status() local 77 while ((format_char = strchr(ether_format, ':')) != in link_status() 79 *format_char = '-'; in link_status() 124 for (format_char = strchr(ether_format, ':'); in link_status() 125 format_char != NULL; in link_status() 126 format_char = strchr(ether_format, ':')) in link_status() 127 *format_char = '-'; in link_status()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 86 char *format_char = nullptr; in ToFormat() local 87 unsigned long byte_size = ::strtoul(s, &format_char, 0); in ToFormat() 90 s = format_char; in ToFormat() 101 char format_char = FormatManager::GetFormatAsFormatChar(f); in ToFormat() local 102 if (format_char) in ToFormat() 103 error_strm.Printf("'%c' or ", format_char); in ToFormat()
|
| H A D | CommandObject.cpp | 683 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback() local 684 if (format_char) in FormatHelpTextCallback() 685 sstr.Printf("'%c' or ", format_char); in FormatHelpTextCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 27 const char format_char; // One or more format characters that can be used for member 82 static bool GetFormatFromFormatChar(char format_char, Format &format) { in GetFormatFromFormatChar() argument 84 if (g_format_infos[i].format_char == format_char) { in GetFormatFromFormatChar() 147 return g_format_infos[i].format_char; in GetFormatAsFormatChar()
|
| /freebsd-13.1/contrib/diff/lib/ |
| H A D | strftime.c | 476 int format_char; variable 626 format_char = *f; 627 switch (format_char) 758 *u++ = format_char; 999 format_char = L_('p');
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 920 const char format_char = in DumpValue() local 922 if (format_char != '\0') in DumpValue() 923 special_directions_stream.Printf("%%%c", format_char); in DumpValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3042 const char format_char = m_options.m_format_array[i].first; in PrintModule() local 3044 switch (format_char) { in PrintModule() 3086 if (format_char == 'o') { in PrintModule() 3127 if (format_char == 'S') { in PrintModule()
|