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

1234567891011>>

/freebsd-10-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-10-stable/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-10-stable/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-10-stable/contrib/gdb/gdb/tui/
H A Dtui-regs.h37 extern int tui_first_reg_element_no_inline (int lineno);
/freebsd-10-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-10-stable/usr.sbin/autofs/
H A Dtoken.l39 int lineno;
53 #.*\n { lineno++; return NEWLINE; };
54 \\\n { lineno++; };
55 \n { lineno++; return NEWLINE; }
/freebsd-10-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-10-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-10-stable/usr.bin/iscsictl/
H A Dparse.y47 extern int lineno;
128 errx(1, "duplicated TargetName at line %d", lineno);
136 errx(1, "duplicated TargetAddress at line %d", lineno);
144 errx(1, "duplicated InitiatorName at line %d", lineno);
152 errx(1, "duplicated InitiatorAddress at line %d", lineno);
160 errx(1, "duplicated InitiatorAlias at line %d", lineno);
168 errx(1, "duplicated chapIName at line %d", lineno);
176 errx(1, "duplicated chapSecret at line %d", lineno);
184 errx(1, "duplicated tgtChapName at line %d", lineno);
192 errx(1, "duplicated tgtChapSecret at line %d", lineno);
[all...]
/freebsd-10-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-10-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-10-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-10-stable/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-10-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-10-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-10-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
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-10-stable/contrib/groff/src/preproc/refer/
H A Dcommand.h22 void process_commands(string &s, const char *file, int lineno);
/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Deqn.h41 void init_lex(const char *str, const char *filename, int lineno);
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dtext.h24 int lineno; member in struct:text_piece
/freebsd-10-stable/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...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c53 size_t len, lineno = 0; local
65 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
72 (unsigned long)lineno);
88 (unsigned long)lineno);
92 (unsigned long)lineno);
105 (unsigned long)lineno);
108 (unsigned long)lineno);
115 (unsigned long)lineno);
132 longopt, (unsigned long)lineno);
145 (unsigned long)lineno);
[all...]

Completed in 164 milliseconds

1234567891011>>