Home
last modified time | relevance | path

Searched defs:lineno (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_GNU_style_lib.py64 def __init__(self, filename, lineno, console_error, error_message, argument
81 def check(self, filename, lineno, line): argument
95 def check(self, filename, lineno, line): argument
106 def check(self, filename, lineno, line): argument
118 def check(self, filename, lineno, line): argument
131 def check(self, filename, lineno, line): argument
143 def check(self, filename, lineno, line): argument
155 def check(self, filename, lineno, line): argument
167 def check(self, filename, lineno, line): argument
182 def check(self, filename, lineno, line): argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcheck_GNU_style_lib.py64 def __init__(self, filename, lineno, console_error, error_message, argument
81 def check(self, filename, lineno, line): argument
95 def check(self, filename, lineno, line): argument
106 def check(self, filename, lineno, line): argument
118 def check(self, filename, lineno, line): argument
131 def check(self, filename, lineno, line): argument
143 def check(self, filename, lineno, line): argument
155 def check(self, filename, lineno, line): argument
167 def check(self, filename, lineno, line): argument
182 def check(self, filename, lineno, line): argument
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_pro_macinfo.c35 _dwarf_add_macro(Dwarf_P_Debug dbg, int type, Dwarf_Unsigned lineno, in _dwarf_add_macro()
79 dwarf_def_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, in dwarf_def_macro()
93 dwarf_undef_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, in dwarf_undef_macro()
107 dwarf_start_macro_file(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, in dwarf_start_macro_file()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c62 static int dsaschema_parse_cr(const char *fname, int lineno, char *line, char **argv) in dsaschema_parse_cr()
80 int savelineno, lineno; in dsaschema_read_config() local
218 int lineno, in fp_parse_line()
320 fp_getline( FILE *fp, int *lineno ) in fp_getline()
366 fp_getline_init( int *lineno ) in fp_getline_init()
/netbsd-src/lib/libc/net/
H A Dnsparser.y86 int lineno; variable
160 int lineno; variable
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Derror.cpp35 int lineno, in do_error_with_file_and_line()
114 int lineno, in error_with_file_and_line()
125 int lineno, in warning_with_file_and_line()
136 int lineno, in fatal_with_file_and_line()
H A Dassert.cpp28 void assertion_failed(int lineno, const char *filename) in assertion_failed()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dstrutil.c163 _xstrlcpy(const char *filename, int lineno, char *dst, const char *src, size_t len) in _xstrlcpy()
190 _xstrlcat(const char *filename, int lineno, char *dst, const char *src, size_t len) in _xstrlcat()
213 _xsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, ...) in _xsnprintf()
236 _xvsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, va_list a… in _xvsnprintf()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_regexp.c95 int lineno; /* source file line number */ member
146 int lineno; /* where in file */ member
199 static void dict_regexp_regerror(const char *mapname, int lineno, int error, in dict_regexp_regerror()
375 static int dict_regexp_get_pat(const char *mapname, int lineno, char **bufp, in dict_regexp_get_pat()
449 static int dict_regexp_get_pats(const char *mapname, int lineno, char **p, in dict_regexp_get_pats()
519 static regex_t *dict_regexp_compile_pat(const char *mapname, int lineno, in dict_regexp_compile_pat()
537 static DICT_REGEXP_RULE *dict_regexp_rule_alloc(int op, int lineno, size_t size) in dict_regexp_rule_alloc()
552 int lineno, char *line, in dict_regexp_parseline()
759 int lineno; in dict_regexp_open() local
H A Ddict_cidr.c75 int lineno; member
119 static DICT_CIDR_ENTRY *dict_cidr_parse_rule(DICT *dict, char *p, int lineno, in dict_cidr_parse_rule()
264 int lineno; in dict_cidr_open() local
H A Ddict_pcre.c181 int lineno; /* source file line number */ member
238 int lineno; /* where in file */ member
340 static void dict_pcre_exec_error(const char *mapname, int lineno, int errval) in dict_pcre_exec_error()
561 static int dict_pcre_get_pattern(const char *mapname, int lineno, char **bufp, in dict_pcre_get_pattern()
693 static int dict_pcre_compile(const char *mapname, int lineno, in dict_pcre_compile()
739 static DICT_PCRE_RULE *dict_pcre_rule_alloc(int op, int lineno, size_t size) in dict_pcre_rule_alloc()
754 int lineno, char *line, in dict_pcre_parse_rule()
1012 int lineno; in dict_pcre_open() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-gen.c934 int lineno) in set_bitfield_from_cpu_flag_init()
960 unsigned int size, int lineno) in set_bitfield()
1042 int lineno) in process_i386_cpu_flag()
1166 unsigned int prefix, char **opnd, int lineno) in process_i386_opcode_modifier()
1285 const char *indent, int lineno) in process_i386_operand_type()
1352 char *last, int lineno) in output_i386_opcode()
1481 int lineno; member
1504 parse_template (char *buf, int lineno) in parse_template()
1591 struct opcode_hash_entry ***opcode_array_p, int lineno) in expand_templates()
1748 int lineno = 0, marker = 0; in process_i386_opcodes() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c689 unsigned int size, int lineno) in set_bitfield()
814 int mode, const char *comma, const char *indent, int lineno) in output_cpu_flags()
878 int lineno, unsigned int reverse) in process_i386_cpu_flag()
1038 get_element_size (char **opnd, int lineno) in get_element_size()
1126 char **opnd, int lineno, bool rex2_disallowed) in process_i386_opcode_modifier()
1300 const char *indent, int lineno) in process_i386_operand_type()
1381 char *last, int lineno) in output_i386_opcode()
1518 int lineno; member
1542 parse_template (char *buf, int lineno) in parse_template()
1651 struct opcode_hash_entry ***opcode_array_p, int lineno) in expand_templates()
[all …]
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestbound.c163 spool_temp_file_name(int* lineno, FILE* cfg, char* id) in spool_temp_file_name()
178 spool_temp_file(FILE* in, int* lineno, char* id) in spool_temp_file()
223 spool_auto_file(FILE* in, int* lineno, FILE* cfg, char* id) in spool_auto_file()
260 setup_config(FILE* in, int* lineno, int* pass_argc, char* pass_argv[]) in setup_config()
323 int lineno = 0; in setup_playback() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-normalize.c85 test(char *buf, unsigned lineno) in test()
149 unsigned lineno = 0; in main() local
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Dconfig.c54 int lineno, in rewrite_parse()
388 int lineno, in rewrite_parse_builtin_map()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DSourceFile.cc147 SourceFile::getLine (int lineno) in getLine()
156 SourceFile::find_dbeline (Function *func, int lineno) in find_dbeline()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DSourceFile.cc148 SourceFile::getLine (int lineno) in getLine()
157 SourceFile::find_dbeline (Function *func, int lineno) in find_dbeline()
/netbsd-src/tests/lib/libc/regex/
H A Dt_regex_att.c58 fail(const char *pattern, const char *input, size_t lineno) { in fail()
65 bug(const char *pattern, const char *input, size_t lineno) { in bug()
355 checkcomment(const char *s, size_t lineno) in checkcomment()
363 size_t lineno) in checkmatches()
392 size_t len, lineno = 0; in att_test() local
/netbsd-src/usr.sbin/autofs/
H A Dtoken.l44 int lineno; variable
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dlex.l49 static unsigned lineno = 1; variable
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-xerror.c46 const char *filename, size_t lineno, size_t column, in xerror()
119 const char *filename, size_t lineno, size_t column, in textmode_xerror()
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlex.cpp301 int lineno; member in file_input
326 int lineno; member in top_input
650 void init_lex(const char *str, const char *filename, int lineno) in init_lex()
665 int lineno; in get_delimited_text() local
1157 int lineno; in lex_error() local
1167 int lineno; in yyerror() local
/netbsd-src/external/gpl3/binutils/dist/include/
H A DcollectorAPI.h54 unsigned int lineno; member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A DcollectorAPI.h54 unsigned int lineno; member

12345678910>>...17