Searched refs:format_char (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-format.cc | 1845 char format_char, 1915 const format_char_info *find_format_char_info (char format_char); 1919 char format_char); 1923 char format_char); 1933 char format_char); 2009 char format_char, in validate() argument 2033 _(s->name), format_char, fki->name); in validate() 2055 format_char, fki->name); in validate() 2080 format_char); in validate() 2546 argument_parser::find_format_char_info (char format_char) in find_format_char_info() argument [all …]
|
| H A D | ChangeLog | 6405 information as "type_start", and pass it an format_char
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-format.c | 1852 char format_char, 1922 const format_char_info *find_format_char_info (char format_char); 1926 char format_char); 1930 char format_char); 1940 char format_char); 2016 char format_char, in validate() argument 2040 _(s->name), format_char, fki->name); in validate() 2062 format_char, fki->name); in validate() 2087 format_char); in validate() 2553 argument_parser::find_format_char_info (char format_char) in find_format_char_info() argument [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | strftime.c | 582 int format_char; variable 725 format_char = *f; 726 switch (format_char) 857 *u++ = format_char; 1080 format_char = L_('p');
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | strftime.c | 496 int format_char; in my_strftime() local 646 format_char = *f; in my_strftime() 647 switch (format_char) in my_strftime() 785 *u++ = format_char; in my_strftime() 1036 format_char = L_('p'); in my_strftime()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | read-rtl-function.cc | 107 void read_rtx_operand_i_or_n (rtx x, int idx, char format_char); 879 const char format_char = format_ptr[idx]; in read_rtx_operand() local 883 switch (format_char) in read_rtx_operand() 904 read_rtx_operand_i_or_n (x, idx, format_char); in read_rtx_operand() 927 switch (format_char) in read_rtx_operand() 994 char format_char) in read_rtx_operand_i_or_n() argument 1044 if (format_char == 'n') in read_rtx_operand_i_or_n()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | read-rtl-function.c | 107 void read_rtx_operand_i_or_n (rtx x, int idx, char format_char); 879 const char format_char = format_ptr[idx]; in read_rtx_operand() local 883 switch (format_char) in read_rtx_operand() 903 read_rtx_operand_i_or_n (x, idx, format_char); in read_rtx_operand() 926 switch (format_char) in read_rtx_operand() 993 char format_char) in read_rtx_operand_i_or_n() argument 1043 if (format_char == 'n') in read_rtx_operand_i_or_n()
|