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

1234567891011>>

/freebsd-9.3-release/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-9.3-release/sbin/devd/
H A Dtoken.l39 int lineno = 1;
46 lineno++;
57 \n lineno++;
111 syslog(LOG_ERR, "line %d: %s%s %s.\n", lineno, yytext, yytext?":":"", s);
/freebsd-9.3-release/usr.sbin/ndiscvt/
H A Dinf-token.l45 int lineno = 1;
55 lineno++;
66 \n { lineno++; return EOL; }
130 errx(1, "line %d: %s%s %s.", lineno, yytext, yytext?":":"", s);
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-regs.h37 extern int tui_first_reg_element_no_inline (int lineno);
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dlex.l42 static unsigned lineno = 1;
60 \n { lineno++; }
93 lineno++;
115 fprintf (stderr, "%s:%d: ", filename, lineno);
H A Dslc.h46 unsigned int lineno; member in struct:assignment
55 extern unsigned lineno;
H A Dslc-lex.l45 unsigned lineno = 1;
59 \n { ++lineno; }
71 fprintf (stderr, "%s:%d: ", filename, lineno);
87 int start_lineno = lineno;
119 lineno++;
143 lineno++;
/freebsd-9.3-release/contrib/com_err/
H A Dlex.l52 static unsigned lineno = 1;
74 \n { lineno++; }
103 lineno++;
127 fprintf (stderr, "%s:%d:", filename, lineno);
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.l49 static unsigned lineno = 1;
71 \n { lineno++; }
100 lineno++;
124 fprintf (stderr, "%s:%d:", filename, lineno);
/freebsd-9.3-release/usr.bin/yacc/
H A Derror.c75 lineno, input_file_name);
160 lineno, input_file_name);
178 warnx("e - line %d of \"%s\", illegal character", lineno, input_file_name);
188 lineno, input_file_name, s);
197 declared to be a token", lineno, input_file_name, s);
206 lineno, input_file_name, s);
214 lineno, input_file_name, s);
222 lineno, input_file_name, s);
230 lineno, input_file_name, s);
239 lineno, input_file_nam
[all...]
/freebsd-9.3-release/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-9.3-release/usr.sbin/mtree/
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-9.3-release/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-9.3-release/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-9.3-release/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
H A Dopenpam_readlinev.c53 openpam_readlinev(FILE *f, int *lineno, int *lenp) argument
67 while ((word = openpam_readword(f, lineno, &wordlen)) != NULL) {
99 if (ch == '\n' && lineno != NULL)
100 ++*lineno;
111 * If =lineno is not =NULL, the integer variable it points to is
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dcommand.h22 void process_commands(string &s, const char *file, int lineno);
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Deqn.h41 void init_lex(const char *str, const char *filename, int lineno);
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dtext.h24 int lineno; member in struct:text_piece
/freebsd-9.3-release/usr.bin/bc/
H A Dextern.h32 extern int lineno;
H A Dscan.l34 int lineno;
69 \n lineno++;
81 \n add_str("\n"); lineno++;
111 \\\n[ \t]* lineno++;
194 \\\n lineno++;
195 \n lineno++; return (NEWLINE);
248 lineno = 1;
256 lineno = 1;
269 lineno = 1;
276 lineno
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_prtn_config.c78 static int partition_create(unsigned lineno, struct part_conf *conf, argument
135 static int partition_add_flag(unsigned lineno, struct part_conf *conf, argument
146 " - skipped\n", lineno);
152 " - skipped\n", lineno);
159 " - skipped\n", lineno);
171 " - skipped\n", lineno);
180 " - skipped\n", lineno);
187 " - ignored\n", lineno, flag);
192 static int partition_add_port(unsigned lineno, struct part_conf *conf, argument
211 " Assume \'limited\'\n", lineno, fla
305 parse_part_conf(struct part_conf *conf, char *str, int lineno) argument
399 int lineno; local
[all...]
H A Dosm_ucast_file.c132 unsigned lineno; local
149 lineno = 0;
154 lineno++;
178 file_name, lineno);
187 file_name, lineno, p);
208 file_name, lineno, p);
219 file_name, lineno, p);
230 file_name, lineno, p);
240 file_name, lineno, p);
265 unsigned lineno; local
[all...]
/freebsd-9.3-release/usr.bin/ar/
H A Dacplex.l39 int lineno = 1;
80 "+\n" { lineno++; /* '+' is line continuation char */ }
81 "\n" { lineno++; return (EOL); }

Completed in 312 milliseconds

1234567891011>>