HomeSort by: relevance | last modified time | path
    Searched refs:linenum (Results 1 - 25 of 123) sorted by relevancy

1 2 3 4 5

  /src/external/lgpl3/gmp/dist/
assert.c 41 __gmp_assert_header (const char *filename, int linenum)
46 if (linenum != -1)
47 fprintf (stderr, "%d: ", linenum);
52 __gmp_assert_fail (const char *filename, int linenum,
55 __gmp_assert_header (filename, linenum);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
next-while-other-thread-longjmps.exp 23 set linenum [gdb_get_line_number "set break here"]
34 gdb_breakpoint $linenum
kill.exp 45 set linenum [gdb_get_line_number "set break here"]
46 gdb_breakpoint "$srcfile:$linenum"
process-dies-while-handling-bp.exp 28 set linenum [gdb_get_line_number "set break here"]
41 global linenum
81 gdb_test "break $linenum if zero == 1" \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
next-while-other-thread-longjmps.exp 23 set linenum [gdb_get_line_number "set break here"]
34 gdb_breakpoint $linenum
kill.exp 45 set linenum [gdb_get_line_number "set break here"]
46 gdb_breakpoint "$srcfile:$linenum"
  /src/external/bsd/less/dist/
linenum.c 1 /* $NetBSD: linenum.c,v 1.6 2023/10/06 06:25:22 simonb Exp $ */
49 LINENUM line; /* Line number */
125 public void add_lnum(LINENUM linenum, POSITION pos)
138 if (p->line == linenum)
169 new->line = linenum;
262 public LINENUM find_linenum(POSITION pos)
265 LINENUM linenum; local
316 for (linenum = p->line, cpos = p->pos; cpos < pos; linenum++
449 LINENUM linenum; local
469 LINENUM linenum = 0; local
    [all...]
prompt.c 122 static void ap_linenum(LINENUM linenum)
124 char buf[INT_STRLEN_BOUND(linenum) + 2];
126 linenumtoa(linenum, buf, 10);
239 LINENUM linenum; local
240 LINENUM last_linenum;
245 #define PAGE_NUM(linenum) ((((linenum) - 1) / (sc_height - header_lines - 1)) + 1)
260 linenum = currline(where)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 360 def ParseNolintSuppressions(filename, raw_line, linenum, error):
370 linenum: int, the number of the current line.
378 _error_suppressions.setdefault(None, set()).add(linenum)
383 _error_suppressions.setdefault(category, set()).add(linenum)
385 error(filename, linenum, 'readability/nolint', 5,
394 def IsErrorSuppressedByNolint(category, linenum):
402 linenum: int, the current line number.
406 return (linenum in _error_suppressions.get(category, set()) or
407 linenum in _error_suppressions.get(None, set()))
700 def Check(self, error, filename, linenum)
    [all...]
  /src/distrib/utils/more/
linenum.c 1 /* $NetBSD: linenum.c,v 1.5 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)linenum.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: linenum.c,v 1.5 2003/10/13 14:34:25 agc Exp $");
77 struct linenum struct
79 struct linenum *next; /* Link to next in the list */
80 struct linenum *prev; /* Line to previous in the list */
100 static struct linenum anchor; /* Anchor of the list */
101 static struct linenum *freelist; /* Anchor of the unused entries */
102 static struct linenum pool[NPOOL]; /* The pool itself */
103 static struct linenum *spare; /* We always keep one spare entry *
    [all...]
  /src/external/bsd/ipf/dist/lib/
load_file.c 19 int linenum, not; local
31 linenum = 0;
35 linenum++;
42 linenum, filename);
92 filename, linenum, t);
optname.c 14 u_32_t optname(cp, sp, linenum)
17 int linenum;
33 linenum, s);
42 linenum);
57 linenum, s);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-disasm-over-non-stmt.exp 109 # line LINENUM includes the address of LABEL.
110 proc check_disassembly_results { linenum label } {
114 set testname "check_disassembly_results $linenum $label"
115 if {![info exists lines($linenum)]} {
116 fail "$testname (no disassembly for $linenum)"
123 set addrs $lines($linenum)
138 # LINENUM is the line we are currently collecting the disassembly
141 set linenum -1
158 if { $linenum != -1 } {
159 set lines($linenum) $addr
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-disasm-over-non-stmt.exp 109 # line LINENUM includes the address of LABEL.
110 proc check_disassembly_results { linenum label } {
114 set testname "check_disassembly_results $linenum $label"
115 if {![info exists lines($linenum)]} {
116 fail "$testname (no disassembly for $linenum)"
123 set addrs $lines($linenum)
138 # LINENUM is the line we are currently collecting the disassembly
141 set linenum -1
158 if { $linenum != -1 } {
159 set lines($linenum) $addr
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
list-multi-source.exp 91 # The LINENUM we should list, and the first and last lines that should
93 set linenum [gdb_get_line_number "List this line"]
94 set first_linenum [expr {$linenum - 5}]
95 set last_linenum [expr {$linenum + 4}]
98 gdb_test "list foo.c:$linenum" \
100 "file: \"\[^\r\n\]+/a/foo.c\", line number: $linenum, symbol: \"\[^\r\n\]+\"" \
103 "$linenum\\s+[string_to_regexp {return 3; /* List this line. */}]" \
106 "file: \"\[^\r\n\]+/b/foo.c\", line number: $linenum, symbol: \"\[^\r\n\]+\"" \
109 "$linenum\\s+[string_to_regexp {return -3; /* List this line. */}]" \
115 gdb_test "list a/foo.c:$linenum" \
    [all...]
bg-execution-repeat.exp 26 set linenum [gdb_get_line_number "set break here"]
34 global linenum
43 gdb_breakpoint "$linenum"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
inline-small-func.exp 53 set linenum [gdb_get_line_number "callee: body" $srcfile2]
54 gdb_breakpoint "${srcfile2}:${linenum}"
60 ".* in callee at \[^\r\n\]+${srcfile2}:${linenum}\\y.*"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
inline-small-func.exp 53 set linenum [gdb_get_line_number "callee: body" $srcfile2]
54 gdb_breakpoint "${srcfile2}:${linenum}"
60 ".* in callee at \[^\r\n\]+${srcfile2}:${linenum}\\y.*"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bg-execution-repeat.exp 26 set linenum [gdb_get_line_number "set break here"]
34 global linenum
42 gdb_breakpoint "$linenum"
  /src/lib/libutil/
ttyaction.c 77 int error, linenum, status; local
110 linenum = 0;
113 linenum++;
124 warnx("%s: line %d format error", actfile, linenum);
142 actfile, linenum, strerror(errno));
149 actfile, linenum, strerror(errno));
154 actfile, linenum, WTERMSIG(status));
  /src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp 41 vector<string> get_lines(vector<string>& input, int& linenum, string terminator)
47 while ((size_t)linenum < input.size()) {
48 line = input[linenum];
50 if (terminator.empty() && line.empty()) { linenum--; break; }
58 linenum++;
83 int linenum, chapter = 1; local
114 for (linenum=0; (size_t)linenum < input.size(); linenum++) {
115 line = input[linenum];
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/
maint-xml-dump.exp 52 set linenum 0
55 incr linenum
60 if {$linenum == 1} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
maint-xml-dump.exp 52 set linenum 0
55 incr linenum
60 if {$linenum == 1} {
  /src/external/bsd/flex/dist/src/
scan.l 111 linenum++; \
180 brace_start_line = linenum;
181 ++linenum;
182 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum);
200 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
201 ^"%array".*{NL} yytext_is_array = true; ++linenum;
205 ^"%"{LEXOPT}{OPTWS}[[:digit:]]*{OPTWS}{NL} ++linenum; /* ignore */
206 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
227 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
228 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line *
    [all...]
  /src/crypto/external/bsd/openssh/dist/
dh.c 62 parse_prime(int linenum, char *line, struct dhgroup *dhg)
88 error("moduli:%d: type is not %d", linenum, MODULI_TYPE_SAFE);
98 error("moduli:%d: invalid moduli tests flag", linenum);
106 error("moduli:%d: invalid primality trial count", linenum);
113 error("moduli:%d: invalid prime length", linenum);
124 error("moduli:%d: truncated", linenum);
134 error("moduli:%d: could not parse generator value", linenum);
138 error("moduli:%d: could not parse prime value", linenum);
143 linenum, BN_num_bits(dhg->p), dhg->size - 1);
147 error("moduli:%d: generator is invalid", linenum);
165 int best, bestcount, which, linenum; local
    [all...]

Completed in 75 milliseconds

1 2 3 4 5