Searched refs:start_lineno (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dlex.l154 int c, start_lineno = lineno;
170 unterminated("comment", start_lineno);
173 int c, start_lineno = lineno;
210 unterminated("comment", start_lineno);
213 int start_lineno = lineno;
250 unterminated("string", start_lineno);
297 unterminated(const char *type, unsigned start_lineno)
299 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);
H A Dlex.c1541 int c, start_lineno = lineno; variable
1557 unterminated("comment", start_lineno);
1564 int c, start_lineno = lineno; variable
1601 unterminated("comment", start_lineno);
1608 int start_lineno = lineno; variable
1645 unterminated("string", start_lineno);
2725 unterminated(const char *type, unsigned start_lineno) argument
2727 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.l90 int start_lineno = lineno;
120 error_message("unterminated comment, possibly started on line %d\n", start_lineno);
H A Dslc-lex.c1798 int start_lineno = lineno; local
1828 error_message("unterminated comment, possibly started on line %d\n", start_lineno);
/freebsd-13-stable/crypto/openssh/
H A Dmoduli.c529 print_progress(unsigned long start_lineno, unsigned long current_lineno, argument
548 processed = current_lineno - start_lineno;
550 num_to_process = end_lineno - start_lineno;
576 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines)
595 end_lineno = start_lineno + num_lines;
611 last_processed = start_lineno = MAXIMUM(last_processed, start_lineno);
629 print_progress(start_lineno, count_in, end_lineno);
575 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) argument
H A Dssh-keygen.c2444 unsigned long start_lineno = 0, lines_to_process = 0; local
2648 start_lineno = strtoul(optarg, NULL, 10);
2805 start_lineno, lines_to_process) != 0)

Completed in 138 milliseconds