| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | configlexer.c | 4 #line 3 "<stdout>" 3441 #line 1 "/usr/src/usr.sbin/unbound/util/configlexer.lex" 3442 #line 2 "/usr/src/usr.sbin/unbound/util/configlexer.lex" 3486 int line; member 3545 s->line = cfg_parser->line; in config_start_include() 3551 cfg_parser->line = 1; in config_start_include() 3611 cfg_parser->line = s->line; in config_end_include() 3629 #line 191 "/usr/src/usr.sbin/unbound/util/configlexer.lex" 3637 #line 3636 "<stdout>" 3853 #line 211 "/usr/src/usr.sbin/unbound/util/configlexer.lex" [all …]
|
| /openbsd/src/libexec/tradcpp/ |
| D | directive.c | 111 oneword(const char *what, struct place *p2, char *line) in oneword() argument 115 pos = strcspn(line, ws); in oneword() 116 if (line[pos] != '\0') { in oneword() 120 line[pos] = '\0'; in oneword() 180 d_if(struct lineplace *lp, struct place *p2, char *line) in d_if() argument 190 expr = macroexpand(p2, line, strlen(line), true); in d_if() 213 d_ifdef(struct lineplace *lp, struct place *p2, char *line) in d_ifdef() argument 219 uncomment(line); in d_ifdef() 220 oneword("#ifdef", p2, line); in d_ifdef() 221 ifstate_push(&lp->current, macro_isdefined(line)); in d_ifdef() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | bfin-lex.c | 743 #line 1 "bfin-lex.l" 765 #line 22 "bfin-lex.l" 787 #line 788 "bfin-lex.c" 949 #line 45 "bfin-lex.l" 951 #line 952 "bfin-lex.c" 1036 #line 46 "bfin-lex.l" 1041 #line 47 "bfin-lex.l" 1046 #line 48 "bfin-lex.l" 1051 #line 49 "bfin-lex.l" 1056 #line 50 "bfin-lex.l" [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/scripts/ |
| D | unbalanced_allocs.py | 22 def PrintStack(line, stack): argument 26 print('Unbalanced ' + line.rstrip()); 30 def ProcessStack(line, f): argument 32 while line and line.startswith(' #'): 33 stack += [line] 34 line = f.readline() 35 return line, stack 37 def ProcessFree(line, f, allocs): argument 38 if not line.startswith('FREE['): 41 addr = int(line.split()[1], 16) [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | 9uninit | 30 Use of uninitialized value $m1 in addition (+) at - line 4. 31 Use of uninitialized value $m2 in addition (+) at - line 5. 32 Use of uninitialized value $m2 in addition (+) at - line 6. 33 Use of uninitialized value $m1 in addition (+) at - line 6. 43 Use of uninitialized value $à1 in addition (+) at - line 5. 44 Use of uninitialized value $a2 in addition (+) at - line 6. 45 Use of uninitialized value $a2 in addition (+) at - line 7. 46 Use of uninitialized value $à1 in addition (+) at - line 7. 57 Use of uninitialized value $g1 in addition (+) at - line 5. 58 Use of uninitialized value $g2 in addition (+) at - line 6. [all …]
|
| /openbsd/src/lib/libcrypto/perlasm/ |
| D | x86_64-xlate.pl | 106 local *line = shift; 109 if ($line =~ /^([a-z][a-z0-9]*)/i) { 112 $line = substr($line,@+[0]); $line =~ s/^\s+//; 124 } elsif ($self->{op} =~ /mov[dq]/ && $line =~ /%xmm/) { 185 local *line = shift; 188 if ($line =~ /^\$([^,]+)/) { 191 $line = substr($line,@+[0]); $line =~ s/^\s+//; 214 local *line = shift; 218 if ($line =~ /^(\*?)([^\(,]*)\(([%\w,]+)\)/) { 224 $line = substr($line,@+[0]); $line =~ s/^\s+//; [all …]
|
| /openbsd/src/lib/libcurses/base/ |
| D | lib_scroll.c | 59 int line; in NCURSES_EXPORT() local 89 for (line = bottom; line >= limit && BottomLimit(line); line--) { in NCURSES_EXPORT() 90 TR(TRACE_MOVE, ("...copying %d to %d", line + n, line)); in NCURSES_EXPORT() 91 memcpy(win->_line[line].text, in NCURSES_EXPORT() 92 win->_line[line + n].text, in NCURSES_EXPORT() 94 if_USE_SCROLL_HINTS(win->_line[line].oldindex = in NCURSES_EXPORT() 95 win->_line[line + n].oldindex); in NCURSES_EXPORT() 97 for (line = top; line < limit && TopLimit(line); line++) { in NCURSES_EXPORT() 98 TR(TRACE_MOVE, ("...filling %d", line)); in NCURSES_EXPORT() 100 win->_line[line].text[j] = blank; in NCURSES_EXPORT() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/ |
| D | Reader.pm | 70 my $line = $self->{next}; 71 $line =~ /^ (\s*) (.*) $ /x; 79 my $line = $self->{reader}->(); 80 $self->{next} = $line; 81 push @{ $self->{capture} }, $line; 87 my $line = $self->_peek; 90 if ( $line =~ /^ --- (?: \s* (.+?)? \s* )? $/x ) { 142 my ( $line, $indent ) = $self->_peek; 143 die "Multi-line scalar content missing" unless defined $line; 145 my @multiline = ($line); [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/blank/ |
| D | line.out_lint | 1 mandoc: line.in:16:1: WARNING: blank line in fill mode, using .sp 2 mandoc: line.in:49:1: WARNING: blank line in fill mode, using .sp 3 mandoc: line.in:51:1: WARNING: blank line in fill mode, using .sp 4 mandoc: line.in:55:1: WARNING: blank line in fill mode, using .sp 5 mandoc: line.in:57:1: WARNING: blank line in fill mode, using .sp 6 mandoc: line.in:61:1: WARNING: blank line in fill mode, using .sp 7 mandoc: line.in:63:1: WARNING: blank line in fill mode, using .sp 8 mandoc: line.in:66:1: WARNING: blank line in fill mode, using .sp 9 mandoc: line.in:67:1: WARNING: blank line in fill mode, using .sp 10 mandoc: line.in:19:2: WARNING: skipping paragraph macro: br after br [all …]
|
| /openbsd/src/regress/bin/ksh/ |
| D | history.t | 131 echo line 1 132 echo line 2 133 echo line 3 136 line 1 137 line 2 138 line 3 139 2 echo line 2 140 3 echo line 3 155 echo line 1 156 echo line 2 [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| D | poderrs.xr | 1 *** WARNING: =head2 without preceding higher level at line 20 in file t/pod/poderrs.t 2 *** WARNING: empty section in previous paragraph at line 22 in file t/pod/poderrs.t 3 *** WARNING: Verbatim paragraph in NAME section at line 26 in file t/pod/poderrs.t 4 *** ERROR: Unknown directive: =unknown1 at line 28 in file t/pod/poderrs.t 5 *** ERROR: Deleting unknown formatting code Q<> at line 31 in file t/pod/poderrs.t 6 *** ERROR: Deleting unknown formatting code A<> at line 31 in file t/pod/poderrs.t 7 *** ERROR: Deleting unknown formatting code Y<> at line 31 in file t/pod/poderrs.t 8 *** ERROR: Deleting unknown formatting code V<> at line 31 in file t/pod/poderrs.t 9 *** ERROR: Unterminated I<B<...>> sequence at line 36 in file t/pod/poderrs.t 10 *** ERROR: Unterminated C<...> sequence at line 40 in file t/pod/poderrs.t [all …]
|
| /openbsd/src/share/zoneinfo/ |
| D | zishrink.awk | 164 function process_input_line(line, \ 170 line = line " " 171 gsub(/[\t ]+/, " ", line) 174 linkline = sub(/^Link /, "L ", line) 175 ruleline = sub(/^Rule /, "R ", line) 176 zoneline = sub(/^Zone /, "Z ", line) 180 if (match(line, /[^ ]Asia /)) { 182 line = substr(line, 1, RSTART) substr(line, RSTART + 5) 186 while (match(line, /[: ]0+[0-9]/)) 187 line = substr(line, 1, RSTART) substr(line, RSTART + RLENGTH - 1) [all …]
|
| /openbsd/src/usr.bin/cdio/ |
| D | cddb.c | 120 further_query(FILE *cout, char *line) in further_query() argument 125 key = strchr(line, ' '); in further_query() 135 strnvis(copy_buffer, line, MAXSIZE-1, VIS_TAB|VIS_NL); in further_query() 137 fprintf(cout, "CDDB READ %s %s\r\n", line, key); in further_query() 204 char *line; in get_line() local 207 line = fgetln(cin, &len); in get_line() 208 if (!line) in get_line() 212 if (line[len-1] == '\n') in get_line() 213 line[--len] = 0; in get_line() 214 if (len != 0 && line[len-1] == '\r') in get_line() [all …]
|
| /openbsd/src/usr.bin/ftp/ |
| D | list.c | 26 parse_unix(char **line, char *type) in parse_unix() argument 31 while ((tok = strsep(line, " \t")) != NULL) { in parse_unix() 39 if (line == NULL || *line == NULL) in parse_unix() 41 while (**line == ' ' || **line == '\t') in parse_unix() 42 (*line)++; in parse_unix() 51 parse_windows(char **line, char *type) in parse_windows() argument 57 while ((tok = strsep(line, " \t")) != NULL) { in parse_windows() 65 if (line == NULL || *line == NULL) in parse_windows() 67 while (**line == ' ' || **line == '\t') in parse_windows() 68 (*line)++; in parse_windows() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| D | Grammar.pm | 85 my ( $self, $line ) = @_; 87 return $self->_make_version_token( $line, $version, ); 93 my ( $self, $line ) = @_; 101 $line, $tests_planned, 'TODO', 112 return $self->_make_unknown_token($line); 118 $line, $tests_planned, $skip, 130 my ( $self, $line ) = @_; 134 $line, $ok, $num, 142 my ( $self, $line ) = @_; 152 $line, $ok, $num, $desc, [all …]
|
| /openbsd/src/lib/libc/gen/ |
| D | auth_subr.c | 338 char *line, *name; in auth_setenv() local 343 for (line = as->spool; line < as->spool + as->index;) { in auth_setenv() 344 if (!strncasecmp(line, BI_SETENV, sizeof(BI_SETENV)-1)) { in auth_setenv() 345 if (isblank((unsigned char)line[sizeof(BI_SETENV) - 1])) { in auth_setenv() 347 line[0] = 'd'; line[1] = 'i'; line[2] = 'd'; in auth_setenv() 348 line += sizeof(BI_SETENV) - 1; in auth_setenv() 349 for (name = line; in auth_setenv() 352 for (line = name; in auth_setenv() 353 *line && !isblank((unsigned char)*line); in auth_setenv() 354 ++line) in auth_setenv() [all …]
|
| /openbsd/src/gnu/usr.bin/texinfo/info/ |
| D | m-x.c | 39 char *line; in read_function_name() local 58 line = info_read_completing_in_echo_area (window, prompt, array); in read_function_name() 65 return (line); in read_function_name() 71 char *line; variable 73 line = read_function_name ((char *) _("Describe command: "), window); 75 if (!line) 82 if (*line) 84 InfoCommand *cmd = named_function (line); 90 line, function_documentation (cmd)); 92 free (line); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | rcparse.c | 90 #line 1 "rcparse.y" 152 #line 63 "rcparse.y" 821 #line 3 "/usr/share/bison-1.35/bison.simple" 1134 #line 315 "/usr/share/bison-1.35/bison.simple" 1528 #line 182 "rcparse.y" in yyparse() 1537 #line 192 "rcparse.y" in yyparse() 1543 #line 196 "rcparse.y" in yyparse() 1563 #line 217 "rcparse.y" in yyparse() 1570 #line 222 "rcparse.y" in yyparse() 1581 #line 234 "rcparse.y" in yyparse() [all …]
|
| /openbsd/src/games/snake/ |
| D | snake.c | 61 int col, line; member 64 #define same(s1, s2) ((s1)->line == (s2)->line && (s1)->col == (s2)->col) 77 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) 257 move(you.line + 1, you.col + 1); in mainloop() 308 repeat = you.line; in mainloop() 313 repeat = you.line - money.line; in mainloop() 326 repeat = lcnt - 1 - you.line; in mainloop() 331 repeat = money.line - you.line; in mainloop() 375 if (you.line > 0) { in mainloop() 378 you.line--; in mainloop() [all …]
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | wrapper.c | 206 wrap_unparse_rcs_options (line, first_call_p) in wrap_unparse_rcs_options() argument 207 char **line; in wrap_unparse_rcs_options() 223 *line = xmalloc (strlen (wrap_list[i]->wildCard) 230 strcpy (*line, wrap_list[i]->wildCard); 231 strcat (*line, " -k '"); 232 strcat (*line, wrap_list[i]->rcsOption); 233 strcat (*line, "'"); 243 *line = NULL; 283 char *line = NULL; local 297 while (get_line (&line, &line_allocated, fp) >= 0) [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| D | Complete.pm | 51 my($text, $line, $start, $end) = @_; 52 my(@perlret) = cpl($text, $line, $start); 73 my($word,$line,$pos) = @_; 75 $line ||= ""; 77 CPAN->debug("word [$word] line[$line] pos[$pos]") if $CPAN::DEBUG; 78 $line =~ s/^\s*//; 79 if ($line =~ s/^((?:notest|f?force)\s*)//) { 83 if ($pos == 0 || $line =~ /^(?:h(?:elp)?|\?)\s/) { 85 } elsif ( $line !~ /^[\!abcdghimorutl]/ ) { 87 } elsif ($line =~ /^a\s/) { [all …]
|
| /openbsd/src/gnu/usr.bin/perl/regen/ |
| D | HeaderParser.pm | 485 my ($self, $line, $line_info)= @_; 486 if (my $dat= $self->{cache_normalize_if_elif}{$line}) { 487 return $dat->{line}, $dat->{cond}; 491 ($line, $cond)= $self->_normalize_if_elif($line); 494 ($line_info->start_line_num()) x 2, $line, $@; 495 $self->{cache_normalize_if_elif}{$line}= { line => $line, cond => $cond }; 496 return ($line, $cond); 502 my ($self, $line)= @_; 504 $nl= $1 if $line =~ s/(\n+)\z//; 505 $line =~ s/\s+\z//; [all …]
|
| /openbsd/src/gnu/llvm/clang/utils/analyzer/ |
| D | SumTimerInfo.py | 31 for line in f: 32 if "Analyzer total time" in line: 33 s = line.split() 38 if "warning generated." in line or "warnings generated" in line: 39 s = line.split() 41 if "The # of functions analysed (as top level)" in line: 42 s = line.split() 44 if "The % of reachable basic blocks" in line: 45 s = line.split() 47 if "The # of times we reached the max number of steps" in line: [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | step-line.c | 39 #line 40 "step-line.c" in f1() 41 #line 24 "step-line.inp" in f1() 43 #line 44 "step-line.c" in f1() 45 #line 25 "step-line.inp" in f1() 47 #line 48 "step-line.c" in f1() 49 #line 26 "step-line.inp" in f1() 51 #line 52 "step-line.c" in f1() 57 #line 31 "step-line.inp" in f2() 59 #line 60 "step-line.c" in f2() 61 #line 32 "step-line.inp" in f2() [all …]
|
| /openbsd/src/regress/bin/ed/ |
| D | t.r | 1 line 1 2 line 1 3 line 1 4 line 2 5 line 2 6 line 3 7 line 4 9 line 1 10 line 1 11 line 1 [all …]
|