Searched refs:format_char (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sbin/ifconfig/
H A Daf_link.c62 char *ether_format, *format_char; local
75 for (format_char = strchr(ether_format, ':');
76 format_char != NULL;
77 format_char = strchr(ether_format, ':'))
78 *format_char = '-';
117 for (format_char = strchr(ether_format, ':');
118 format_char != NULL;
119 format_char = strchr(ether_format, ':'))
120 *format_char = '-';
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp86 char *format_char = nullptr; local
87 unsigned long byte_size = ::strtoul(s, &format_char, 0);
90 s = format_char;
101 char format_char = FormatManager::GetFormatAsFormatChar(f); local
102 if (format_char)
103 error_strm.Printf("'%c' or ", format_char);
H A DCommandObject.cpp667 char format_char = FormatManager::GetFormatAsFormatChar(f); local
668 if (format_char)
669 sstr.Printf("'%c' or ", format_char);
/freebsd-11-stable/contrib/gcc/
H A Dc-format.c1496 int format_char;
1857 format_char = *format_chars;
1858 if (format_char == 0
1860 && format_char == '%'))
1868 && strchr (fci->format_chars, format_char) == 0)
1875 && strchr (fci->format_chars, format_char) == 0)
1880 if (ISGRAPH (format_char))
1882 format_char);
1885 format_char);
1892 C_STD_NAME (fci->std), format_char, fk
1492 int format_char; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp27 const char format_char; // One or more format characters that can be used for member in struct:FormatInfo
82 static bool GetFormatFromFormatChar(char format_char, Format &format) { argument
84 if (g_format_infos[i].format_char == format_char) {
147 return g_format_infos[i].format_char;
/freebsd-11-stable/contrib/diff/lib/
H A Dstrftime.c476 int format_char; local
626 format_char = *f;
627 switch (format_char)
758 *u++ = format_char;
999 format_char = L_('p');
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp927 const char format_char = local
929 if (format_char != '\0')
930 special_directions_stream.Printf("%%%c", format_char);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3109 const char format_char = m_options.m_format_array[i].first; local
3111 switch (format_char) {
3153 if (format_char == 'o') {
3194 if (format_char == 'S') {

Completed in 107 milliseconds