Searched refs:lineno (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dassert.cpp26 void assertion_failed(int lineno, const char *filename) argument
31 lineno, filename);
H A Derror.cpp33 int lineno,
45 if (lineno >= 0 && filename != 0) {
49 fprintf(stderr, "%s (%s):%d:", filename, source_filename, lineno);
51 fprintf(stderr, "%s:%d:", filename, lineno);
112 int lineno,
118 do_error_with_file_and_line(filename, 0, lineno,
123 int lineno,
129 do_error_with_file_and_line(filename, 0, lineno,
134 int lineno,
140 do_error_with_file_and_line(filename, 0, lineno,
31 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
111 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
122 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
133 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/freebsd-11-stable/sbin/devd/
H A Dtoken.l41 int lineno = 1;
48 lineno++;
60 \n lineno++;
114 syslog(LOG_ERR, "line %d: %s%s %s.\n", lineno, yytext, yytext?":":"", s);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-regs.h37 extern int tui_first_reg_element_no_inline (int lineno);
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc.h46 unsigned int lineno; member in struct:assignment
55 extern unsigned lineno;
H A Dslc-lex.l45 unsigned lineno = 1;
62 \n { ++lineno; }
74 fprintf (stderr, "%s:%d: ", filename, lineno);
90 int start_lineno = lineno;
115 lineno++;
139 lineno++;
/freebsd-11-stable/usr.sbin/autofs/
H A Dtoken.l41 int lineno;
55 #.*\n { lineno++; return NEWLINE; };
56 \\\n { lineno++; };
57 \n { lineno++; return NEWLINE; }
/freebsd-11-stable/usr.bin/iscsictl/
H A Dparse.y50 extern int lineno;
135 xo_errx(1, "duplicated TargetName at line %d", lineno);
143 xo_errx(1, "duplicated TargetAddress at line %d", lineno);
151 xo_errx(1, "duplicated InitiatorName at line %d", lineno);
159 xo_errx(1, "duplicated InitiatorAddress at line %d", lineno);
167 xo_errx(1, "duplicated InitiatorAlias at line %d", lineno);
175 xo_errx(1, "duplicated chapIName at line %d", lineno);
183 xo_errx(1, "duplicated chapSecret at line %d", lineno);
191 xo_errx(1, "duplicated tgtChapName at line %d", lineno);
199 xo_errx(1, "duplicated tgtChapSecret at line %d", lineno);
[all...]
/freebsd-11-stable/contrib/com_err/
H A Dlex.l47 static unsigned lineno = 1;
70 \n { lineno++; }
99 lineno++;
123 fprintf (stderr, "%s:%d:", filename, lineno);
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.l47 static unsigned lineno = 1;
70 \n { lineno++; }
99 lineno++;
123 fprintf (stderr, "%s:%d:", filename, lineno);
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dinf-token.l45 int lineno = 1;
55 lineno++;
67 \n { lineno++; return EOL; }
131 errx(1, "line %d: %s%s %s.", lineno, yytext, yytext?":":"", s);
/freebsd-11-stable/contrib/apr-util/test/
H A Dabts.h72 void abts_int_equal(abts_case *tc, const int expected, const int actual, int lineno);
73 void abts_int_nequal(abts_case *tc, const int expected, const int actual, int lineno);
74 void abts_str_equal(abts_case *tc, const char *expected, const char *actual, int lineno);
76 size_t n, int lineno);
77 void abts_ptr_notnull(abts_case *tc, const void *ptr, int lineno);
78 void abts_ptr_equal(abts_case *tc, const void *expected, const void *actual, int lineno);
79 void abts_true(abts_case *tc, int condition, int lineno);
80 void abts_fail(abts_case *tc, const char *message, int lineno);
81 void abts_not_impl(abts_case *tc, const char *message, int lineno);
82 void abts_assert(abts_case *tc, const char *message, int condition, int lineno);
[all...]
H A Dtestutil.c41 int lineno)
44 abts_not_impl(tc, context, lineno);
48 abts_fail(tc, buf, lineno);
40 apr_assert_failure(abts_case* tc, const char* context, apr_status_t rv, int lineno) argument
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dassert.c58 ** lineno -- line number.
68 int lineno,
72 sm_abort_defaulthandler(filename, lineno, msg)
74 int lineno;
79 lineno, msg);
154 ** If filename != NULL then filename and lineno specify the line of source
159 ** lineno -- line number.
167 sm_abort_at(filename, lineno, msg)
169 int lineno;
173 (*SmAbortHandler)(filename, lineno, ms
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c52 int lineno; /* Current spec line number. */ variable
69 for (lineno = 1; fgets(buf, sizeof(buf), fi);
70 ++lineno, c_cur = c_next, c_next = 0) {
77 errx(1, "line %d too long", lineno);
96 (void)fprintf(stderr, "line %d: {%s}\n", lineno, p);
105 errx(1, "line %d: missing field", lineno);
123 lineno);
137 noparent: errx(1, "line %d: no parent node", lineno);
179 errx(1, "line %d: missing value", lineno);
185 lineno, va
[all...]
/freebsd-11-stable/contrib/byacc/
H A Derror.c32 myname, lineno, input_file_name);
40 myname, lineno, input_file_name);
119 declarations\n", myname, lineno, input_file_name);
137 myname, lineno, input_file_name);
147 %s\n", myname, lineno, input_file_name, s);
156 declared to be a token\n", myname, lineno, input_file_name, s);
164 redeclared\n", myname, lineno, input_file_name, s);
172 redeclared\n", myname, lineno, input_file_name, s);
179 redeclared\n", myname, lineno, input_file_name, s);
186 token\n", myname, lineno, input_file_nam
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Dinput.cc51 is_declaration (const char *line, const char *line_end, unsigned int lineno, argument
82 pretty_input_file_name (), lineno);
94 unsigned int lineno,
121 pretty_input_file_name (), lineno, decl);
141 pretty_input_file_name (), lineno);
154 unsigned int lineno,
200 pretty_input_file_name (), lineno, decl);
222 pretty_input_file_name (), lineno);
285 unsigned int lineno = 1; local
291 separator_lineno[separators] = lineno;
93 is_declaration_with_arg(const char *line, const char *line_end, unsigned int lineno, const char *decl, char **argp) argument
153 is_define_declaration(const char *line, const char *line_end, unsigned int lineno, const char *decl, char **argp) argument
388 unsigned int lineno = 1; local
752 unsigned int lineno = keywords_lineno; local
[all...]
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Dfileconf.c70 unsigned int lineno; local
74 lineno = 0;
84 lineno++;
99 loadfile, lineno, MAX_LINE);
143 loadfile, lineno);
173 loadfile, lineno);
194 loadfile, lineno);
220 loadfile, lineno, PARAM_ACTIVECLIENT,
249 loadfile, lineno);
262 loadfile, lineno, PARAM_ACTIVECLIEN
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A Derror.h22 extern void fatal_with_file_and_line(const char *filename, int lineno,
28 extern void error_with_file_and_line(const char *filename, int lineno,
34 extern void warning_with_file_and_line(const char *filename, int lineno,
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readline.c58 openpam_readline(FILE *f, int *lineno, size_t *lenp) argument
82 if (lineno != NULL)
83 ++*lineno;
125 * If =lineno is not =NULL, the integer variable it points to is
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacplex.l44 int lineno = 1;
82 "+\n" { lineno++; /* '+' is line continuation char */ }
83 "\n" { lineno++; return (EOL); }
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_macinfo.c32 _dwarf_add_macro(Dwarf_P_Debug dbg, int type, Dwarf_Unsigned lineno, argument
50 md->dmd_lineno = lineno;
76 dwarf_def_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, argument
85 return (_dwarf_add_macro(dbg, DW_MACINFO_define, lineno, -1, name,
90 dwarf_undef_macro(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, char *name, argument
99 return (_dwarf_add_macro(dbg, DW_MACINFO_undef, lineno, -1, name,
104 dwarf_start_macro_file(Dwarf_P_Debug dbg, Dwarf_Unsigned lineno, argument
113 return (_dwarf_add_macro(dbg, DW_MACINFO_start_file, lineno, fileindex,
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dcommand.h22 void process_commands(string &s, const char *file, int lineno);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.h41 void init_lex(const char *str, const char *filename, int lineno);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dtext.h24 int lineno; member in struct:text_piece

Completed in 117 milliseconds

1234567891011>>