Searched refs:lineno (Results 76 - 100 of 1204) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Daclparse.c85 int lineno,
99 fname, lineno, name );
113 rc = ( *tmp->da_parse )( fname, lineno, opts, sty, right, &tmp->da_private );
128 regtest(const char *fname, int lineno, char *pat) { argument
166 fname, lineno, pat );
178 fname, lineno, pat, error );
329 int lineno,
348 fname, lineno );
366 fname, lineno );
380 fname, lineno, lef
83 slap_dynacl_config( const char *fname, int lineno, Access *b, const char *name, const char *opts, slap_style_t sty, const char *right ) argument
326 parse_acl( Backend *be, const char *fname, int lineno, int argc, char **argv, int pos ) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drkpty.c68 unsigned int lineno; member in struct:command
165 unsigned int lineno = 0; local
175 lineno++;
181 c->lineno = lineno;
195 errx(1, "Invalid command on line %d: %s", lineno, s);
235 c->str, c->lineno);
238 (int)alarmset, c->str, c->lineno);
241 c->str, c->lineno);
263 c->str[i], c->lineno);
[all...]
/netbsd-current/tests/lib/libcurses/slave/
H A Dlint.lua46 for lineno, line in ipairs(lines) do
61 print_error("%s:%d: ARG without preceding ARGC", fname, lineno)
64 fname, lineno, curr_arg, line)
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dtest.h60 fail(const char* filename, int lineno);
91 fail(const char* filename, int lineno) argument
92 { this->tf_->fail(filename, lineno); }
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dtrace.c121 load_file_and_line (const char *filename, int lineno) argument
173 if (lineno < 1 || lineno > f->nlines)
175 return f->lines[lineno - 1];
197 unsigned int lineno; local
241 lineno = 0;
244 &functionname, &lineno))
246 if (filename && functionname && lineno)
248 if (lineno != prev_lineno || strcmp (prev_filename, filename))
250 char *the_line = load_file_and_line (filename, lineno);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Dtest-demangle.c45 static unsigned int lineno; variable
70 lineno++;
85 lineno++;
137 fail (lineno, opts, in, out, exp)
138 int lineno;
149 lineno, opts, in, out != NULL ? out : "(null)", exp);
227 lineno, format.data);
260 lineno, fstyle);
278 lineno, opt);
308 fail (lineno, forma
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dtrace.c135 load_file_and_line (const char *filename, int lineno) argument
188 if (lineno < 1 || lineno > f->nlines)
190 return f->lines[lineno - 1];
212 unsigned int lineno; local
256 lineno = 0;
259 &functionname, &lineno))
261 if (filename && functionname && lineno)
263 if (lineno != prev_lineno || strcmp (prev_filename, filename))
265 char *the_line = load_file_and_line (filename, lineno);
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-demangle.c45 static unsigned int lineno; variable
70 lineno++;
85 lineno++;
137 fail (lineno, opts, in, out, exp)
138 int lineno;
149 lineno, opts, in, out != NULL ? out : "(null)", exp);
227 lineno, format.data);
260 lineno, fstyle);
278 lineno, opt);
308 fail (lineno, forma
[all...]
/netbsd-current/tests/lib/libc/stdlib/
H A Dh_getopt.c44 size_t len, lineno = 0; local
52 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
59 (unsigned long)lineno);
71 (unsigned long)lineno);
90 (unsigned long)lineno);
/netbsd-current/usr.sbin/lpr/filters/
H A Dlpf.c62 static int lineno; variable
137 lineno = length;
211 if (++lineno >= length) {
214 lineno = 0;
219 if (lineno) { /* be sure to end on a page boundary */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l56 static unsigned lineno = 1;
157 int c, start_lineno = lineno;
167 lineno++;
176 int c, start_lineno = lineno;
208 lineno++;
216 int start_lineno = lineno;
226 lineno++;
244 lineno++;
273 \n { ++lineno; }
291 fprintf (stderr, "%s:%d: ", get_filename(), lineno);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dtrace.c134 load_file_and_line (const char *filename, int lineno) argument
185 if (lineno < 1 || lineno > f->nlines)
187 return f->lines[lineno - 1];
255 unsigned int lineno; local
261 if (! sim_get_current_source_location (& filename, & functionname, & lineno))
266 if (filename && functionname && lineno)
268 if (lineno != prev_lineno || strcmp (prev_filename, filename))
270 char * the_line = load_file_and_line (filename, lineno);
281 slash, lineno, the_lin
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dtrace.c130 load_file_and_line (const char *filename, int lineno) argument
181 if (lineno < 1 || lineno > f->nlines)
183 return f->lines[lineno - 1];
251 unsigned int lineno; local
257 if (! sim_get_current_source_location (& filename, & functionname, & lineno))
274 if (filename && functionname && lineno)
276 if (lineno != prev_lineno || strcmp (prev_filename, filename))
278 char * the_line = load_file_and_line (filename, lineno);
289 slash, lineno, the_lin
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgen-pass-instances.awk51 lineno = 1;
95 for (i = lineno - 1; i >= above; i--)
98 for (i = above; i < lineno; i++)
100 lineno += increment;
192 pass_lines[pass_name, pass_counts[pass_name]] = lineno;
194 lines[lineno++] = $0;
198 for (i = 1; i < lineno; i++)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgen-pass-instances.awk51 lineno = 1;
95 for (i = lineno - 1; i >= above; i--)
98 for (i = above; i < lineno; i++)
100 lineno += increment;
192 pass_lines[pass_name, pass_counts[pass_name]] = lineno;
194 lines[lineno++] = $0;
198 for (i = 1; i < lineno; i++)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-gen.c934 int lineno)
949 set_bitfield (str, array, 1, size, lineno);
960 unsigned int size, int lineno)
999 if (value == 1 && !set_bitfield_from_cpu_flag_init (f, array, size, lineno))
1002 if (lineno != -1)
1003 fail (_("%s: %d: unknown bitfield: %s\n"), filename, lineno, f);
1042 int lineno)
1062 lineno, flag);
1086 set_bitfield (str, flags, value, ARRAY_SIZE (flags), lineno);
1166 unsigned int prefix, char **opnd, int lineno)
933 set_bitfield_from_cpu_flag_init(char *f, bitfield *array, unsigned int size, int lineno) argument
959 set_bitfield(char *f, bitfield *array, int value, unsigned int size, int lineno) argument
1040 process_i386_cpu_flag(FILE *table, char *flag, int macro, const char *comma, const char *indent, int lineno) argument
1165 process_i386_opcode_modifier(FILE *table, char *mod, unsigned int space, unsigned int prefix, char **opnd, int lineno) argument
1284 process_i386_operand_type(FILE *table, char *op, enum stage stage, const char *indent, int lineno) argument
1351 output_i386_opcode(FILE *table, const char *name, char *str, char *last, int lineno) argument
1481 int lineno; member in struct:opcode_hash_entry
1504 parse_template(char *buf, int lineno) argument
1590 expand_templates(char *name, const char *str, htab_t opcode_hash_table, struct opcode_hash_entry ***opcode_array_p, int lineno) argument
1748 int lineno = 0, marker = 0; local
1861 int lineno = 0; local
[all...]
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dcheck-expect.lua202 if a.lineno ~= b.lineno then
203 return a.lineno > b.lineno
211 local lineno, message = item.lineno, item.message
212 local indent = (lines[lineno] or ""):match("^([ \t]*)")
213 local offset = 1 + (seen[lineno] or 0)
215 table.insert(lines, lineno, line)
216 seen[lineno]
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-gen.c898 int lineno)
913 set_bitfield (str, array, 1, size, lineno);
924 unsigned int size, int lineno)
934 set_bitfield("Cpu387", array, value, size, lineno);
935 set_bitfield("Cpu287", array, value, size, lineno);
974 if (value == 1 && !set_bitfield_from_cpu_flag_init (f, array, size, lineno))
977 if (lineno != -1)
978 fail (_("%s: %d: unknown bitfield: %s\n"), filename, lineno, f);
1017 int lineno)
1044 lineno, fla
897 set_bitfield_from_cpu_flag_init(char *f, bitfield *array, unsigned int size, int lineno) argument
923 set_bitfield(char *f, bitfield *array, int value, unsigned int size, int lineno) argument
1015 process_i386_cpu_flag(FILE *table, char *flag, int macro, const char *comma, const char *indent, int lineno) argument
1150 process_i386_opcode_modifier(FILE *table, char *mod, char **opnd, int lineno) argument
1241 process_i386_operand_type(FILE *table, char *op, enum stage stage, const char *indent, int lineno) argument
1311 output_i386_opcode(FILE *table, const char *name, char *str, char *last, int lineno) argument
1412 int lineno; member in struct:opcode_hash_entry
1435 parse_template(char *buf, int lineno) argument
1519 expand_templates(char *name, const char *str, htab_t opcode_hash_table, struct opcode_hash_entry ***opcode_array_p, int lineno) argument
1677 int lineno = 0, marker = 0; local
1790 int lineno = 0; local
[all...]
/netbsd-current/usr.bin/checknr/
H A Dchecknr.c194 static int lineno; /* current line number in input file */ variable
322 for (lineno = 1; fgets(line, sizeof line, f); lineno++) {
330 pe(lineno);
337 pe(lineno);
376 pe(lineno);
383 stk[stktop].lno = lineno;
392 pe(lineno);
399 stk[stktop].lno = lineno;
460 stk[stktop].lno = lineno;
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwmconf.c47 int lineno,
60 fname, lineno );
75 fname, lineno );
108 fname, lineno );
117 fname, lineno );
138 fname, lineno, src );
156 fname, lineno, dst );
161 fname, lineno, dst );
181 fname, lineno, src );
194 fname, lineno, sr
43 rwm_map_config( struct ldapmap *oc_map, struct ldapmap *at_map, const char *fname, int lineno, int argc, char **argv ) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c689 unsigned int size, int lineno)
727 if (lineno != -1)
728 fail ("%s: %d: unknown bitfield: %s\n", filename, lineno, f);
814 int mode, const char *comma, const char *indent, int lineno)
832 filename, lineno);
878 int lineno, unsigned int reverse)
908 lineno, flag);
949 set_bitfield (str, all, value, ARRAY_SIZE (all), lineno);
955 lineno, flag);
967 set_bitfield (str, any, value, ARRAY_SIZE (any), lineno);
688 set_bitfield(char *f, bitfield *array, int value, unsigned int size, int lineno) argument
813 output_cpu_flags(FILE *table, bitfield *flags, unsigned int size, int mode, const char *comma, const char *indent, int lineno) argument
875 process_i386_cpu_flag(FILE *table, char *flag, const char *name, const char *comma, const char *indent, int lineno, unsigned int reverse) argument
1038 get_element_size(char **opnd, int lineno) argument
1124 process_i386_opcode_modifier(FILE *table, char *mod, unsigned int space, unsigned int prefix, const char *extension_opcode, char **opnd, int lineno, bool rex2_disallowed) argument
1299 process_i386_operand_type(FILE *table, char *op, enum stage stage, const char *indent, int lineno) argument
1380 output_i386_opcode(FILE *table, const char *name, char *str, char *last, int lineno) argument
1518 int lineno; member in struct:opcode_hash_entry::opcode_entry
1542 parse_template(char *buf, int lineno) argument
1650 expand_templates(char *name, const char *str, htab_t opcode_hash_table, struct opcode_hash_entry ***opcode_array_p, int lineno) argument
1825 int lineno = 0, marker = 0; local
2021 int lineno = 0; local
[all...]
/netbsd-current/tests/lib/libc/db/
H A Dh_db.c91 static size_t lineno; /* Current line in test script. */ variable
184 for (lineno = 1;
185 (p = fgets(buf, sizeof(buf), stdin)) != NULL; ++lineno) {
194 if (XXlineno == lineno)
264 lineno);
275 lineno);
317 lineno);
331 lineno, p);
381 err(1, "line %zu: get failed", lineno);
389 lineno, (in
[all...]
/netbsd-current/usr.sbin/quotarestore/
H A Dquotarestore.c367 unsigned lineno; local
377 lineno = 0;
381 lineno++;
404 lineno++;
412 path, lineno);
425 path, lineno);
430 path, lineno);
435 path, lineno, fields[0]);
439 path, lineno, fields[1]);
444 path, lineno, field
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_load.c30 static size_t lineno; variable
76 lineno++;
81 prog, lineno, version);
91 prog, lineno, (char *)dbuf.mv_data+STRLENOF("FORMAT="));
102 prog, lineno, (char *)dbuf.mv_data+STRLENOF("type="));
112 prog, lineno, (char *)dbuf.mv_data+STRLENOF("mapaddr="));
122 prog, lineno, (char *)dbuf.mv_data+STRLENOF("mapsize="));
132 prog, lineno, (char *)dbuf.mv_data+STRLENOF("maxreaders="));
148 prog, lineno);
153 prog, lineno, (cha
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-normalize.c85 test(char *buf, unsigned lineno) argument
125 printf("%u: wrong out len (%s)\n", lineno, c);
132 printf("%u: wrong out data (%s)\n", lineno, c);
149 unsigned lineno = 0; local
172 lineno++;
178 failures += test(buf, lineno);

Completed in 392 milliseconds

1234567891011>>