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

1234567891011>>

/macosx-10.10.1/groff-38/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...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-dnssrv/
H A Dconfig.c37 int lineno,
46 fname, lineno );
/macosx-10.10.1/vim-55/src/
H A Dconfigure8 if test -f configure.lineno; then rm -f configure.lineno; fi
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DParse.pm33 my($input,$lexlevel,@lineno,$nberr,$prec,$labelno);
541 my($symbol,$lineno)=@$_;
548 $lineno);
551 $$token{$symbol}=$lineno;
563 my($symbol,$lineno)=@$_;
570 $lineno);
573 $$token{$symbol}=$lineno;
604 my($symbol,$lineno)=@$_;
611 $lineno);
833 $lineno[
[all...]
/macosx-10.10.1/Heimdal-398.1.2/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;
64 \n { ++lineno; }
80 fprintf (stderr, "%s:%d: ", filename, lineno);
96 int start_lineno = lineno;
121 lineno++;
145 lineno++;
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Derrors.h125 int lineno,
134 int lineno,
142 int lineno,
151 int lineno,
159 int lineno, /* Source line number */
167 int lineno, /* Source line number */
175 int lineno, /* Source line number */
183 int lineno, /* Source line number */
H A Derrors.c118 int lineno; /* Source line number */
129 struct error_log_rec_t *next; /* Ptr to next for this lineno */
176 int lineno; /* Source line number of relevant text */
184 lineno = location->lineno;
200 lineno = lineno - (*text_p == '\n' || ! *text_p);
228 log_error(lineno, msg_id, text_len, near_text, NULL);
284 * Inputs: lineno - source line number
293 int lineno,
117 int lineno; /* Source line number */ member in struct:error_log_rec_t
174 int lineno; /* Source line number of relevant text */ local
286 alloc_log_rec( STRTAB_str_t filename, int lineno, idl_error_list_t *msgs ) argument
414 add_error_log_rec( error_log_rec_t *log_rec_p, STRTAB_str_t filename, int lineno, idl_error_list_t *msgs ) argument
469 log_source_va( int* counter, STRTAB_str_t filename, int lineno, long msg_id, va_list ap ) argument
516 vlog_source_error( STRTAB_str_t filename, int lineno, long msg_id, va_list ap ) argument
527 log_source_error( STRTAB_str_t filename, int lineno, long msg_id, ... ) argument
561 vlog_source_warning( STRTAB_str_t filename, int lineno, long msg_id, va_list ap ) argument
576 log_source_warning( STRTAB_str_t filename, int lineno, long msg_id, ... ) argument
613 vlog_error( int lineno, long msg_id, va_list ap ) argument
623 log_error( int lineno, long msg_id, ... ) argument
656 vlog_warning( int lineno, long msg_id, va_list ap ) argument
669 log_warning( int lineno, long msg_id, ... ) argument
701 seek_for_line( FILE *source_file, int lineno, char *source_line ) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Dxmlscanner.rb25 lineno = e.lineno || scanner.lineno || input.lineno
26 raise NotWellFormedError.new(lineno){e.message}
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestutil.c27 int lineno)
30 abts_not_impl(tc, context, lineno);
35 abts_fail(tc, buf, lineno);
26 apr_assert_success(abts_case* tc, const char* context, apr_status_t rv, int lineno) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c49 static char *fp_getline(FILE *fp, int *lineno);
50 static void fp_getline_init(int *lineno);
51 static int fp_parse_line(int lineno, char *line);
61 static int dsaschema_parse_at(const char *fname, int lineno, char *line, char **argv) argument
70 fname, lineno, ldap_scherr2str(code), err);
76 fname, lineno);
83 fname, lineno, ldap_scherr2str(code), err);
92 static int dsaschema_parse_oc(const char *fname, int lineno, char *line, char **argv) argument
101 fname, lineno, ldap_scherr2str(code), err);
108 fname, lineno);
123 dsaschema_parse_cr(const char *fname, int lineno, char *line, char **argv) argument
158 int savelineno, lineno; local
281 fp_parse_line( int lineno, char *line ) argument
[all...]
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Derror.c56 extern int lineno;
70 fprintf(stderr, "%s: fatal: \"%s\", line %d: ", program, yyinname, lineno-1);
86 fprintf(stderr, "\"%s\", line %d: warning: ", yyinname, lineno-1);
100 fprintf(stderr, "\"%s\", line %d: ", yyinname, lineno-1);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dconfig.c32 int lineno,
52 int lineno,
71 fname, lineno, "" );
78 fname, lineno, "" );
91 fname, lineno, "" );
103 fname, lineno, "" );
110 fname, lineno, argv[ 1 ] );
117 fname, lineno, 0 );
125 fname, lineno, argv[ 2 ] );
132 fname, lineno,
49 rewrite_parse( struct rewrite_info *info, const char *fname, int lineno, int argc, char **argv ) argument
383 rewrite_parse_builtin_map( struct rewrite_info *info, const char *fname, int lineno, int argc, char **argv ) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/Issues/
H A Drt74029.t20 my $lineno = 0;
25 $lineno = do {
29 } unless $lineno;
30 die sprintf "Deep recursion on subroutine '%s' at %s line %d.\n", join('::', $gv->STASH->NAME, $gv->NAME), $0, $lineno;
/macosx-10.10.1/apr-32/apr-util/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
/macosx-10.10.1/file_cmds-242/mtree/
H A Dspec.c53 int lineno; /* Current spec line number. */ variable
70 for (lineno = 1; fgets(buf, sizeof(buf), fi);
71 ++lineno, c_cur = c_next, c_next = 0) {
78 errx(1, "line %d too long", lineno);
97 (void)fprintf(stderr, "line %d: {%s}\n", lineno, p);
106 errx(1, "line %d: missing field", lineno);
124 lineno);
138 noparent: errx(1, "line %d: no parent node", lineno);
180 errx(1, "line %d: missing value", lineno);
186 lineno, va
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_pcre.c105 int lineno; /* source file line number */ member in struct:DICT_PCRE_RULE
152 int lineno; /* where in file */ member in struct:__anon11645
195 dict_pcre->dict.name, match_rule->rule.lineno, ret);
217 static void dict_pcre_exec_error(const char *mapname, int lineno, int errval) argument
222 mapname, lineno);
227 mapname, lineno);
231 mapname, lineno);
235 mapname, lineno);
240 mapname, lineno);
245 mapname, lineno);
428 dict_pcre_get_pattern(const char *mapname, int lineno, char **bufp, DICT_PCRE_REGEXP *pattern) argument
558 dict_pcre_compile(const char *mapname, int lineno, DICT_PCRE_REGEXP *pattern, DICT_PCRE_ENGINE *engine) argument
584 dict_pcre_rule_alloc(int op, int nesting, int lineno, size_t size) argument
601 dict_pcre_parse_rule(const char *mapname, int lineno, char *line, int nesting, int dict_flags) argument
815 int lineno = 0; local
[all...]
H A Ddict_regexp.c88 int lineno; /* source file line number */ member in struct:DICT_REGEXP_RULE
138 int lineno; /* where in file */ member in struct:__anon11651
169 dict_regexp->dict.name, match_rule->rule.lineno,
191 static void dict_regexp_regerror(const char *mapname, int lineno, int error, argument
197 msg_warn("regexp map %s, line %d: %s", mapname, lineno, errbuf);
251 if (!DICT_REGEXP_REGEXEC(error, dict->name, rule->lineno,
260 && !DICT_REGEXP_REGEXEC(error, dict->name, rule->lineno,
292 dict->name, rule->lineno);
301 if (DICT_REGEXP_REGEXEC(error, dict->name, rule->lineno,
372 static int dict_regexp_get_pat(const char *mapname, int lineno, cha argument
449 dict_regexp_get_pats(const char *mapname, int lineno, char **p, DICT_REGEXP_PATTERN *first_pat, DICT_REGEXP_PATTERN *second_pat) argument
519 dict_regexp_compile_pat(const char *mapname, int lineno, DICT_REGEXP_PATTERN *pat) argument
537 dict_regexp_rule_alloc(int op, int nesting, int lineno, size_t size) argument
554 dict_regexp_parseline(const char *mapname, int lineno, char *line, int nesting, int dict_flags) argument
746 int lineno = 0; local
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dgethost.c57 * like # <lineno>
156 int lineno = 0; local
180 lineno++;
221 pname, fname, lineno);
226 pname, fname, lineno);
236 pname, fname, lineno);
248 pname, fname, lineno);
265 pname, fname, lineno);
270 pname, fname, lineno);
275 (void) fprintf(stdout, "# %d \"%s\"\n", lineno
[all...]
/macosx-10.10.1/groff-38/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,
/macosx-10.10.1/ruby-106/ruby/ext/ripper/lib/ripper/
H A Dfilter.rb20 # +filename+, and +lineno+ to Ripper::Lexer.new
23 def initialize(src, filename = '-', lineno = 1)
24 @__lexer = Lexer.new(src, filename, lineno)
37 def lineno method in class:Ripper.Filter
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dcommand.h22 void process_commands(string &s, const char *file, int lineno);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dextern.h16 extern int lineno;

Completed in 217 milliseconds

1234567891011>>