Searched refs:lineno (Results 101 - 125 of 1204) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel-lex.l56 unsigned lineno = 1;
91 \n { ++lineno; }
112 lineno++;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dattr.c92 int lineno,
108 fname, lineno, argv[0] );
118 fname, lineno, argv[1] );
142 fname, lineno, c_reply->msg );
158 fname, lineno, c_reply->msg );
188 fname, lineno, c_reply->msg );
212 fname, lineno, c_reply->msg );
226 fname, lineno, c_reply->msg );
241 fname, lineno, c_reply->msg );
256 fname, lineno, c_repl
89 wt_attr_index_config( struct wt_info *wi, const char *fname, int lineno, int argc, char **argv, struct config_reply_s *c_reply) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcopyright.py137 lineno = 1
141 lineno += 1
142 if lineno > 50:
/netbsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_mkpw.c72 int lineno; local
101 for(lineno = 1; ; lineno++) {
112 warnx("line %d too long", lineno);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-error.h55 const char *filename, unsigned int lineno,
/netbsd-current/external/gpl2/grep/dist/lib/
H A Derror.h55 unsigned int lineno, const char *format, ...)
/netbsd-current/bin/sh/
H A Dexec.h48 int lineno; /* for functions: Abs line number of defn */ member in struct:cmdentry
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dtestbound.c163 spool_temp_file_name(int* lineno, FILE* cfg, char* id) argument
170 fatal_exit("TEMPFILE_NAME must have id, line %d", *lineno);
178 spool_temp_file(FILE* in, int* lineno, char* id) argument
187 fatal_exit("TEMPFILE_CONTENTS must have id, line %d", *lineno);
199 (*lineno)++;
223 spool_auto_file(FILE* in, int* lineno, FILE* cfg, char* id) argument
232 fatal_exit("AUTROTRUST_FILE must have id, line %d", *lineno);
246 (*lineno)++;
260 setup_config(FILE* in, int* lineno, int* pass_argc, char* pass_argv[]) argument
286 (*lineno)
323 int lineno = 0; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-cp.exp47 set lineno [gdb_get_line_number "/* anonymous_structs_and_unions */"]
48 mi_create_breakpoint "$srcfile:$lineno" \
51 -line $lineno
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-cp.exp51 set lineno [gdb_get_line_number "/* anonymous_structs_and_unions */"]
52 mi_create_breakpoint "$srcfile:$lineno" \
55 -line $lineno
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_templates.c264 int lineno; local
275 lineno = 1;
277 lineno++;
283 VSTREAM_PATH(fp), lineno, err, STR(line_buf));
290 VSTREAM_PATH(fp), lineno);
293 VSTREAM_PATH(fp), lineno);
303 lineno++;
312 VSTREAM_PATH(fp), lineno, value);
331 VSTREAM_PATH(fp), lineno, member_name);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_cidr.c75 int lineno; member in struct:DICT_CIDR_ENTRY
119 static DICT_CIDR_ENTRY *dict_cidr_parse_rule(DICT *dict, char *p, int lineno, argument
239 rule->lineno = lineno;
264 int lineno; local
317 while (readllines(line_buffer, map_fp, &last_line, &lineno)) {
319 vstring_str(line_buffer), lineno,
323 mapname, lineno, vstring_str(why));
357 mapname, rule_stack[nesting]->lineno);
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dtrace.c148 load_file_and_line (const char *filename, int lineno) argument
201 if (lineno < 1 || lineno > f->nlines)
203 return f->lines[lineno - 1];
271 unsigned int lineno; local
277 if (! sim_get_current_source_location (& filename, & functionname, & lineno))
282 if (filename && functionname && lineno)
284 if (lineno != prev_lineno || strcmp (prev_filename, filename))
286 char * the_line = load_file_and_line (filename, lineno);
297 slash, lineno, the_lin
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dtrace.c144 load_file_and_line (const char *filename, int lineno) argument
197 if (lineno < 1 || lineno > f->nlines)
199 return f->lines[lineno - 1];
267 unsigned int lineno; local
273 if (! sim_get_current_source_location (& filename, & functionname, & lineno))
290 if (filename && functionname && lineno)
292 if (lineno != prev_lineno || strcmp (prev_filename, filename))
294 char * the_line = load_file_and_line (filename, lineno);
305 slash, lineno, the_lin
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dstabs.c485 unsigned int lineno; local
487 file = as_where (&lineno);
570 unsigned int lineno; local
579 file = as_where (&lineno);
585 if (lineno == prev_lineno)
596 prev_lineno = lineno;
610 sprintf (buf, "%d,0,%d,%s-%s\n", N_SLINE, lineno,
616 sprintf (buf, "%d,0,%d,%s\n", N_SLINE, lineno, sym);
636 unsigned int lineno; local
646 as_where (&lineno);
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlex.cpp295 friend void init_lex(const char *str, const char *filename, int lineno);
301 int lineno; member in class:file_input
326 int lineno; member in class:top_input
361 : input(p), lineno(0), ptr("")
377 lineno++;
422 *lnp = lineno;
453 : macro_input(str, x), lineno(ln)
467 lineno++;
474 *lnp = lineno;
650 void init_lex(const char *str, const char *filename, int lineno) argument
665 int lineno; local
1157 int lineno; local
1167 int lineno; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dstrutil.c163 _xstrlcpy(const char *filename, int lineno, char *dst, const char *src, size_t len) argument
173 filename, lineno, src, dst);
190 _xstrlcat(const char *filename, int lineno, char *dst, const char *src, size_t len) argument
202 filename, lineno, src, dst);
213 _xsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, ...) argument
223 ret = _xvsnprintf(filename, lineno, str, size, format, ap);
236 _xvsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, va_list ap) argument
260 filename, lineno, str, ret, format);
/netbsd-current/usr.bin/ctags/
H A Dctags.h47 #define SETLINE {++lineno;lineftell = ftell(inf);}
71 extern int lineno; /* line number of current line */
H A Dlisp.c68 ++lineno;
109 pfnote(tok, lineno);
H A Dfortran.c67 ++lineno;
135 pfnote(tok, lineno);
/netbsd-current/external/bsd/flex/dist/tests/
H A Dbison_nr_scanner.l43 yylval->lineno = yylineno;
H A Dbison_yylloc_scanner.l46 yylval->lineno = yyextra++;
/netbsd-current/external/bsd/openldap/dist/
H A DMakefile.in28 $(RM) config.cache config.log configure.lineno
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dprint.c53 print_callback (void *data, uintptr_t pc, const char *filename, int lineno, argument
62 lineno);
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dtest.cc67 Test_framework::fail(const char* filename, int lineno) argument
69 printf("FAIL: %s: %s: %d\n", this->testname_, filename, lineno);

Completed in 152 milliseconds

1234567891011>>