| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| advance-until-multiple-locations.exp | 28 set lineno [gdb_get_line_number "multiple locations here"] 34 global lineno 40 gdb_breakpoint $lineno 43 set lineno2 [expr $lineno + 1] 54 global lineno 60 gdb_test "$cmd $lineno" \ 61 "inline_func .* at .*:$lineno.*multiple locations here.*" \ 69 global lineno 76 "inline_func .* at .*:$lineno.*multiple locations here.*" 84 global lineno [all...] |
| template.exp | 30 set lineno [gdb_get_line_number "next-line"] 31 gdb_test "advance $lineno" "next-line.*" "advance to next-line"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| advance-until-multiple-locations.exp | 28 set lineno [gdb_get_line_number "multiple locations here"] 34 global lineno 40 gdb_breakpoint $lineno 43 set lineno2 [expr $lineno + 1] 54 global lineno 60 gdb_test "$cmd $lineno" \ 61 "inline_func .* at .*:$lineno.*multiple locations here.*" \ 69 global lineno 76 "inline_func .* at .*:$lineno.*multiple locations here.*" 84 global lineno [all...] |
| template.exp | 30 set lineno [gdb_get_line_number "next-line"] 31 gdb_test "advance $lineno" "next-line.*" "advance to next-line"
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| assert.cpp | 28 void assertion_failed(int lineno, const char *filename) 33 lineno, filename);
|
| error.cpp | 35 int lineno, 47 if (lineno >= 0 && filename != 0) { 51 fprintf(stderr, "%s (%s):%d:", filename, source_filename, lineno); 53 fprintf(stderr, "%s:%d:", filename, lineno); 114 int lineno, 120 do_error_with_file_and_line(filename, 0, lineno, 125 int lineno, 131 do_error_with_file_and_line(filename, 0, lineno, 136 int lineno, 142 do_error_with_file_and_line(filename, 0, lineno, [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| sym-info-cmds.exp | 47 proc _add_entry { filename lineno text } { 50 set entry [list $filename $lineno $text] 117 set lineno $expect_out(1,string) 123 _add_entry $current_file $lineno $text 127 set lineno "NONE" 133 _add_entry $current_file $lineno $text 167 proc check_entry { filename lineno text { testname "" } } { 168 check_entry_1 $filename $lineno $text 0 $testname 172 proc check_optional_entry { filename lineno text { testname "" } } { 173 check_entry_1 $filename $lineno $text 1 $testnam [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| sym-info-cmds.exp | 47 proc _add_entry { filename lineno text } { 50 set entry [list $filename $lineno $text] 117 set lineno $expect_out(1,string) 123 _add_entry $current_file $lineno $text 127 set lineno "NONE" 133 _add_entry $current_file $lineno $text 167 proc check_entry { filename lineno text { testname "" } } { 168 check_entry_1 $filename $lineno $text 0 $testname 172 proc check_optional_entry { filename lineno text { testname "" } } { 173 check_entry_1 $filename $lineno $text 1 $testnam [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| slc.h | 48 unsigned int lineno; member in struct:assignment 57 extern unsigned lineno;
|
| /src/external/gpl3/binutils/dist/ld/ |
| genscrba.sh | 12 local lineno=$[${BASH_LINENO[0]} + 1] 13 echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\""
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| genscrba.sh | 12 local lineno=$[${BASH_LINENO[0]} + 1] 13 echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\""
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/ |
| dsaschema.c | 50 static char *fp_getline(FILE *fp, int *lineno); 51 static void fp_getline_init(int *lineno); 52 static int fp_parse_line(int lineno, char *line); 62 static int dsaschema_parse_cr(const char *fname, int lineno, char *line, char **argv) 69 fname, lineno ); 80 int savelineno, lineno; local 96 fp_getline_init(&lineno); 98 while ((line = fp_getline(fp, &lineno)) != NULL) { 106 if (fp_parse_line(lineno, line) != 0) { 119 fname, lineno); [all...] |
| /src/usr.sbin/pf/pfs/ |
| parser.h | 37 extern int lineno;
|
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| lex.l | 49 static unsigned lineno = 1; 72 \n { lineno++; } 99 lineno++; 123 fprintf (stderr, "%s:%d:", filename, lineno);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| config-parse.h | 27 bool (*handler)(void *context, const char *config_file_name, char **hunks, int num_hunks, int lineno);
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| config.c | 34 int lineno, 54 int lineno, 73 fname, lineno ); 80 fname, lineno ); 93 fname, lineno ); 105 fname, lineno ); 112 fname, lineno, argv[ 1 ] ); 119 fname, lineno ); 127 fname, lineno, argv[ 2 ] ); 134 fname, lineno ); [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/ |
| config.c | 42 int lineno, 51 fname, lineno );
|
| /src/usr.sbin/autofs/ |
| token.l | 44 int lineno; 58 #.*\n { lineno++; return NEWLINE; }; 59 \\\n { lineno++; }; 60 \n { lineno++; return NEWLINE; }
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| next-reverse-bkpt-over-sr.exp | 61 set lineno [gdb_get_line_number "END OF MAIN"] 62 gdb_test "advance $lineno" ".*END OF MAIN.*" \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| next-reverse-bkpt-over-sr.exp | 61 set lineno [gdb_get_line_number "END OF MAIN"] 62 gdb_test "advance $lineno" ".*END OF MAIN.*" \
|
| /src/tests/lib/libc/stdlib/ |
| h_getopt_long.c | 46 size_t len, lineno = 0; local 58 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) { 65 (unsigned long)lineno); 81 (unsigned long)lineno); 85 (unsigned long)lineno); 98 (unsigned long)lineno); 101 (unsigned long)lineno); 108 (unsigned long)lineno); 125 longopt, (unsigned long)lineno); 138 (unsigned long)lineno); [all...] |
| /src/usr.sbin/gspa/gspa/ |
| gsp_sym.c | 69 ptr->lineno = NOT_YET; 95 ptr->lineno = lno; 102 define_sym(id, pc, lineno, DEFINED); 116 if( lno < lineno ) 117 lno = lineno; 135 bp->lineno = lineno; 147 nl->lineno = lineno; 167 fp->lineno = NOT_YET [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| cpexplicit.exp | 51 variable lineno 53 set lineno(normal) [gdb_get_line_number "myfunction location" $srcfile] 54 set lineno(entry) [gdb_get_line_number "entry location" $srcfile] 55 set lineno(top) [gdb_get_line_number "top location" $srcfile] 56 set lineno(operator) [gdb_get_line_number "operator location" $srcfile] 57 foreach v [array names lineno] { 58 set location($v) ".*[string_to_regexp "$srcfile:$lineno($v)"].*" 75 add linespecs "-source $srcfile -line $lineno(top)" $location(top) 102 "Dprintf .*$srcfile, line $lineno(operator)\\." 104 "Dprintf .*$srcfile, line $lineno(operator)\\. [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| cpexplicit.exp | 51 variable lineno 53 set lineno(normal) [gdb_get_line_number "myfunction location" $srcfile] 54 set lineno(entry) [gdb_get_line_number "entry location" $srcfile] 55 set lineno(top) [gdb_get_line_number "top location" $srcfile] 56 set lineno(operator) [gdb_get_line_number "operator location" $srcfile] 57 foreach v [array names lineno] { 58 set location($v) ".*[string_to_regexp "$srcfile:$lineno($v)"].*" 75 add linespecs "-source $srcfile -line $lineno(top)" $location(top) 102 "Dprintf .*$srcfile, line $lineno(operator)\\." 104 "Dprintf .*$srcfile, line $lineno(operator)\\. [all...] |
| /src/usr.bin/xlint/lint2/ |
| msg.c | 117 int lineno; local 120 lineno = posp->p_iline; 123 lineno = posp->p_line; 132 if (lineno != 0) 134 fn, qm ? "?" : "", lineno);
|