Searched refs:linenum (Results 1 - 25 of 29) sorted by relevance

12

/external/openssh/
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 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 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 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...]
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 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 Dssh-keyscan.c617 u_long linenum; local
726 linenum = 0;
730 &linenum) != -1) {
H A Dauthfile.c759 u_long linenum = 0; local
764 &linenum) != -1) {
898 u_long linenum = 0; local
916 &linenum) != -1) {
/external/webkit/Tools/android/flex-2.5.4a/
H A Dscan.l111 ++linenum;
128 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
129 ^"%array".*{NL} yytext_is_array = true; ++linenum;
133 ^"%"{LEXOPT}{OPTWS}[[:digit:]]*{OPTWS}{NL} ++linenum; /* ignore */
134 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
145 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
146 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */
154 [^*\n]*{NL} ++linenum; ACTION_ECHO;
159 [[:digit:]]+ linenum = myctoi( yytext );
170 ^"%}".*{NL} ++linenum; BEGI
[all...]
H A Dinitscan.c1611 ++linenum;
1637 yytext_is_array = false; ++linenum;
1642 yytext_is_array = true; ++linenum;
1652 ++linenum; /* ignore */ variable
1657 ++linenum; /* ignore */ variable
1681 ++linenum; /* allows blank lines in section 1 */ variable
1686 ACTION_ECHO; ++linenum; /* maybe end of comment line */
1708 ++linenum; ACTION_ECHO; variable
1720 linenum = myctoi( yytext ); variable
1741 ++linenum; BEGI variable
1798 ++linenum; BEGIN(INITIAL); variable
2065 ++linenum; BEGIN(INITIAL); variable
2106 ++linenum; ACTION_ECHO; variable
2121 ++linenum; /* allow blank lines in section 2 */ variable
2680 ++linenum; ACTION_ECHO; variable
[all...]
H A Dnfa.c208 rule_linenum[num_rules] = linenum;
707 rule_linenum[num_rules] = linenum;
H A Dparse.y854 line_warning( str, linenum );
876 line_pinpoint( str, linenum );
H A Dmain.c62 int datapos, dataline, linenum, out_linenum; variable
838 out_linenum = linenum = sectnum = 1;
/external/e2fsprogs/lib/ss/
H A Dct_c.awk52 linenum = $1;
57 printf "Error in line %d: %s\n", linenum, error
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c1376 ++linenum; /* treat as a comment */
1393 ++linenum;
1433 linenum, yytext );
1435 ++linenum;
1445 ++linenum;
1479 ++linenum; /* allows blank lines in section 1 */
1483 ++linenum; return ( '\n' );
1495 ++linenum; ECHO; BEGIN(INITIAL);
1507 ++linenum; ECHO;
1511 ++linenum; BEGI
[all...]
/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/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/valgrind/main/include/
H A Dpub_tool_debuginfo.h46 extern Bool VG_(get_linenum) ( Addr a, UInt* linenum );
51 optionally directory name. filename and linenum may not be NULL.
66 /*OUT*/UInt* 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/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c1734 int linenum; member in struct:__anon9425
1892 context.linenum = 0;
1908 context.linenum++;
1968 context->linenum
1977 context->linenum
1986 context->linenum,
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c480 line_warning( str, linenum );
502 line_pinpoint( str, linenum );
/external/icu4c/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;
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1637 UInt linenum = 0; local
1639 ip, &buf64[0], 50, NULL, 0, NULL, &linenum
1652 VG_(sprintf)(&buf64[i], ":%u", linenum);

Completed in 391 milliseconds

12