Searched defs:linenum (Results 1 - 25 of 27) sorted by relevance

12

/external/libpcap/
H A Dfad-gifc.c145 int linenum; local
156 for (linenum = 1;
157 fgets(linebuf, sizeof linebuf, proc_net_f) != NULL; linenum++) {
161 if (linenum <= 2)
/external/openssh/
H A Dauth-rsa.c171 u_long linenum = 0; local
184 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
216 file, linenum);
233 file, linenum, BN_num_bits(key->rsa->n), bits);
244 if (!auth_parse_options(pw, key_options, file, linenum))
H A Ddh.c44 parse_prime(int linenum, char *line, struct dhgroup *dhg) argument
120 error("Bad prime description in line %d", linenum);
130 int linenum; local
140 linenum = 0;
143 linenum++;
144 if (!parse_prime(linenum, line, &dhg))
168 linenum = 0;
171 if (!parse_prime(linenum, line, &dhg))
175 linenum++ != which) {
183 if (linenum !
[all...]
H A Dauth-options.c95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) argument
167 file, linenum);
169 file, linenum);
198 file, linenum);
200 file, linenum);
232 file, linenum);
234 file, linenum);
269 file, linenum);
271 file, linenum);
285 file, linenum);
[all...]
H A Dauth2-pubkey.c205 u_long linenum = 0; local
214 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
244 file, linenum) != 1)
265 u_long linenum = 0; local
283 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
318 linenum) != 1)
325 file, linenum, key_type(found), fp);
358 linenum) != 1)
364 file, linenum);
H A Dhostfile.c180 const char *filename, u_long linenum)
187 filename, linenum, host, BN_num_bits(key->rsa->n), bits);
189 bits, BN_num_bits(key->rsa->n), filename, linenum);
243 u_long linenum = 0, num_loaded = 0; local
253 while (read_keyfile_line(f, path, line, sizeof(line), &linenum) == 0) {
264 __func__, path, linenum);
279 linenum, path);
302 if (!hostfile_check_key(kbits, key, host, path, linenum))
308 key_type(key), path, linenum);
313 hostkeys->entries[hostkeys->num_entries].line = linenum;
179 hostfile_check_key(int bits, const Key *key, const char *host, const char *filename, u_long linenum) argument
[all...]
H A Dauthfile.c759 u_long linenum = 0; local
764 &linenum) != -1) {
898 u_long linenum = 0; local
916 &linenum) != -1) {
H A Dssh-keyscan.c617 u_long linenum; local
726 linenum = 0;
730 &linenum) != -1) {
H A Dreadconf.c333 parse_token(const char *cp, const char *filename, int linenum) argument
342 filename, linenum, cp);
354 char *line, const char *filename, int linenum,
383 opcode = parse_token(keyword, filename, linenum);
396 filename, linenum);
399 filename, linenum);
409 fatal("%.200s line %d: Missing yes/no argument.", filename, linenum);
416 fatal("%.200s line %d: Bad yes/no argument.", filename, linenum);
507 filename, linenum);
516 fatal("%.200s line %d: Bad yes/no/ask argument.", filename, linenum);
353 process_config_line(Options *options, const char *host, char *line, const char *filename, int linenum, int *activep) argument
1081 int active, linenum; local
[all...]
H A Dservconf.c475 int linenum, u_int *flags)
486 filename, linenum, cp);
717 const char *filename, int linenum, int *activep, const char *user,
740 opcode = parse_token(arg, filename, linenum, &flags);
747 debug3("%s:%d setting %s %s", filename, linenum, arg, cp);
751 "within a Match block", filename, linenum, arg);
774 "ListenAddress.", filename, linenum);
777 filename, linenum);
781 filename, linenum);
785 filename, linenum);
474 parse_token(const char *cp, const char *filename, int linenum, u_int *flags) argument
716 process_server_config_line(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, const char *user, const char *host, const char *address) argument
1552 int active, linenum, bad_options = 0; local
[all...]
/external/oprofile/libpopt/
H A Dpoptparse.c141 int linenum = 0; local
156 linenum++;
/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.cc243 int linenum = message->GetLineNumber(); local
246 "%s:%i:%i %s\n", *filename, linenum, colnum, *exception));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_print.c468 unsigned int linenum = 0; local
475 fprintf(stderr, "%3d: ", linenum);
482 linenum++;
/external/chromium_org/v8/samples/
H A Dlineprocessor.cc378 int linenum = message->GetLineNumber(); local
379 printf("%s:%i: %s\n", filename_string, linenum, exception_string);
H A Dshell.cc349 int linenum = message->GetLineNumber(); local
350 fprintf(stderr, "%s:%i: %s\n", filename_string, linenum, exception_string);
/external/libppp/src/
H A Dsystems.c293 GetLabel(char *line, const char *filename, int linenum) argument
305 filename, linenum);
324 int linenum; local
343 linenum = 0;
345 linenum += n;
373 if ((cp = GetLabel(cp, filename, linenum)) == NULL)
383 linenum += n;
392 cp = GetLabel(cp, filename, linenum);
398 log_Printf(LogWARN, "%s: %d: Syntax error\n", filename, linenum);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_print.c468 unsigned int linenum = 0; local
475 fprintf(stderr, "%3d: ", linenum);
482 linenum++;
/external/v8/samples/
H A Dlineprocessor.cc373 int linenum = message->GetLineNumber(); local
374 printf("%s:%i: %s\n", filename_string, linenum, exception_string);
H A Dshell.cc315 int linenum = message->GetLineNumber(); local
316 printf("%s:%i: %s\n", filename_string, linenum, exception_string);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1825 UInt linenum = 0; local
1827 ip, &buf64[0], 50, NULL, 0, NULL, &linenum
1840 VG_(sprintf)(&buf64[i], ":%u", linenum);
/external/chromium_org/v8/src/
H A Dd8.cc580 int linenum = message->GetLineNumber(); local
581 printf("%s:%i: %s\n", filename_string, linenum, exception_string);
/external/linux-tools-perf/util/
H A Dprobe-finder.c1321 int count = 0, linenum = 1; local
1335 line_list__add_line(head, linenum);
1338 linenum++;
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c1734 int linenum; member in struct:__anon23062
1892 context.linenum = 0;
1908 context.linenum++;
1968 context->linenum
1977 context->linenum
1986 context->linenum,
/external/v8/src/
H A Dd8.cc552 int linenum = message->GetLineNumber(); local
553 printf("%s:%i: %s\n", filename_string, linenum, exception_string);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c198 static int linenum; variable
454 linenum = num;
477 filename, linenum, string);
1103 r.r_linenum = linenum;
1206 z.z_linenum = linenum;
1221 z.z_untilrule.r_linenum = linenum;
1378 l.l_linenum = linenum;

Completed in 2121 milliseconds

12