Searched refs:parse_error (Results 1 – 3 of 3) sorted by relevance
| /scripts/ |
| D | get_feat.pl | 57 sub parse_error($$$$) { subroutine 180 parse_error($file, $ln, "line is invalid", $_); 185 parse_error($file, $ln, "Feature name not found", ""); 189 parse_error($file, $ln, "Subsystem not found", "") if (!$subsys); 190 parse_error($file, $ln, "Kconfig not found", "") if (!$kconfig); 191 parse_error($file, $ln, "Description not found", "") if (!$description); 194 parse_error($file, $ln, "Architecture table not found", "");
|
| D | get_abi.pl | 70 sub parse_error($$$$) { subroutine 139 parse_error($file, $ln, "tag '$tag' is invalid", $_); 145 parse_error($file, $ln, "tag 'Where' is invalid. Should be 'What:' instead", ""); 159 …parse_error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{descrip… 204 parse_error($file, $ln, "'What:' should come first:", $_); 261 parse_error($file, $ln, "Unexpected content", $_); 265 …parse_error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{descrip…
|
| D | asn1_compiler.c | 996 goto parse_error; in parse_type() 1006 goto parse_error; in parse_type() 1057 goto parse_error; in parse_type() 1134 parse_error: in parse_type()
|