| /openbsd-src/regress/usr.bin/m4/ |
| H A D | comments.m4 | 4 define(`comment', `COMMENT')dnl macro 6 # this is a comment 7 >> this is a comment 8 p this is a comment 9 p this is a comment q comment too 13 # this is a comment 14 >> this is a comment 15 p this is a comment 16 p this is a comment q comment too 20 # this is a comment [all …]
|
| H A D | comments.out | 2 # this is a comment 9 >> this is a comment 34 p this is a comment 35 p this is a comment q COMMENT too 40 p this is a comment 41 p this is a comment q comment too 44 # this is a comment
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
| H A D | asmsrc1.s | 4 comment "WARNING: asm-source.exp checks for line numbers printed by gdb." label 5 comment "Be careful about changing this file without also changing" label 6 comment "asm-source.exp." label 9 comment "This file is not linked with crt0." label 10 comment "Provide very simplistic equivalent." label 19 comment "main routine for assembly source debugging test" label 20 comment "This particular testcase uses macros in <arch>.inc to achieve" label 21 comment "machine independence." label 27 comment "Call a macro that consists of several lines of assembler code." label 31 comment "Call a subroutine in another file." label [all …]
|
| H A D | common.inc | 1 .macro comment text 4 comment "Can't rely on assembler comment character so do this." 10 comment "Declare a data variable" 17 comment "Declare a subroutine" 22 comment "End a subroutine" 26 comment "arch.inc is responsible for defining the following macros:" 27 comment "enter - subroutine prologue" 28 comment "leave - subroutine epilogue" 29 comment "call - call a named subroutine" 30 comment "several_nops - execute several (typically 4) nops" [all …]
|
| H A D | alpha.inc | 1 comment "subroutine declare" 7 comment "subroutine prologue" 17 comment "subroutine epilogue" 24 comment "subroutine end" 29 comment "subroutine call" 43 comment "exit (0)" 50 comment "crt0 startup" 57 comment "Declare a data variable"
|
| H A D | mips.inc | 1 comment "subroutine declare" 9 comment "subroutine prologue" 24 comment "subroutine epilogue" 36 comment "subroutine end" 53 comment "exit (0)" 55 comment "Don't know how to exit, but this will certainly halt..." 59 comment "crt0 startup"
|
| H A D | sh.inc | 5 comment "subroutine declare" 12 comment "subroutine prologue" 20 comment "subroutine epilogue" 30 comment "subroutine end" 36 comment "subroutine call" 58 comment "exit (0)" 64 comment "crt0 startup" 77 comment "Declare a data variable"
|
| H A D | powerpc.inc | 1 comment "subroutine prologue" 10 comment "subroutine epilogue" 30 comment "exit (0)" 32 comment "Don't know how to exit, but this will certainly halt..." 37 comment "crt0 startup" 42 comment "Declare a data variable"
|
| H A D | pa.inc | 1 comment "subroutine prologue" 9 comment "subroutine epilogue" 28 comment "exit (0)" 30 comment "Don't know how to exit, but this will certainly halt..." 34 comment "crt0 startup" 39 comment "Declare a data variable"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| H A D | comment.tml | 8 c: d #comment 10 - f #comment 12 h: 'single' # comment 13 h2: 'single # content' # comment 14 i: "double" # comment 15 i2: "double # content" # comment 16 j: | # comment 19 k: {} # comment 20 l: [] # comment 21 m: # comment [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | dwarf2asm.c | 69 const char *comment, ...)) in dw2_asm_output_data() argument 71 VA_OPEN (ap, comment); in dw2_asm_output_data() 74 VA_FIXEDARG (ap, const char *, comment); in dw2_asm_output_data() 81 if (flag_debug_asm && comment) in dw2_asm_output_data() 84 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data() 99 const char *comment, ...)) in dw2_asm_output_delta() argument 101 VA_OPEN (ap, comment); in dw2_asm_output_delta() 105 VA_FIXEDARG (ap, const char *, comment); in dw2_asm_output_delta() 115 if (flag_debug_asm && comment) in dw2_asm_output_delta() 118 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_delta() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | opt.t | 56 my($pat, $minlen, $anchored, $floating, $other, $comment) = split /\t/; 62 $comment = (defined $comment && length $comment) 63 ? "$pat ($comment):" 67 ok($o, "$comment compiled ok"); 75 $skip || ok($got >= $expect, "$comment minlen $got >= $expect"); 78 $skip || is($got, $todo, "$comment minlen $got = $todo"); 81 $skip || is($got, $expect, "$comment minlen $got = $expect"); 87 $skip || ok($got >= $expect, "$comment minlenret $got >= $expect"); 90 $skip || is($got, $todo, "$comment minlenret $got = $todo"); 93 $skip || is($got, $expect, "$comment minlenret $got = $expect"); [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | dwarf2asm.c | 69 const char *comment, ...) in dw2_asm_output_data() argument 74 va_start (ap, comment); in dw2_asm_output_data() 84 if (flag_debug_asm && comment) in dw2_asm_output_data() 87 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_data() 102 const char *comment, ...) in dw2_asm_output_delta() argument 106 va_start (ap, comment); in dw2_asm_output_delta() 116 if (flag_debug_asm && comment) in dw2_asm_output_delta() 119 vfprintf (asm_out_file, comment, ap); in dw2_asm_output_delta() 136 const char *comment, ...) in dw2_asm_output_offset() argument 140 va_start (ap, comment); in dw2_asm_output_offset() [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | dump_ast_matchers.py | 69 def extract_result_types(comment): argument 81 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S) 85 m = re.match(r'^(.*)Matcher<([^>]+)>\s*,?[\s\n]*$', comment, re.S) 87 if re.search(r'Usable as:\s*$', comment): 92 comment = m.group(1) 94 def strip_doxygen(comment): argument 97 comment = re.sub(r'^\\[^\s]+\n', r'', comment, flags=re.M) 101 comment = re.sub(r'\\see', r'See also:', comment) 104 comment = re.sub(r'\\[^\s]+\s+', r'', comment) 105 return comment [all …]
|
| H A D | dump_format_style.py | 92 def __init__(self, name, opt_type, comment, version): argument 95 self.comment = comment.strip() 104 s += ':ref:`¶ <%s>`\n%s' % (self.name, doxygen2rst(indent(self.comment, 2))) 113 def __init__(self, name, comment): argument 115 self.comment = comment.strip() 119 return self.comment + '\n' + '\n'.join(map(str, self.values)) 122 def __init__(self, name, comment): argument 124 self.comment = comment.strip() 129 doxygen2rst(indent(self.comment, 2, indent_first_line=False))) 132 def __init__(self, name, comment): argument [all …]
|
| /openbsd-src/regress/usr.bin/ssh/ |
| H A D | keygen-comment.sh | 9 comment="$2" 14 if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)\$" \ 34 comment="foo bar" 37 ${SSHKEYGEN} $fmtarg -N '' -C "${comment}" \ 40 check_fingerprint $OBJ/$t-key "${comment}" 41 check_fingerprint $OBJ/$t-key.pub "${comment}" 47 comment="no comment" 49 check_fingerprint $OBJ/$t-key "${comment}"
|
| /openbsd-src/regress/usr.sbin/pkg_add/ |
| H A D | list7.out | 2 ga-0 comment 3 gb-0p0 comment 5 gd-0 comment 6 ge-1 comment 7 gf-1 comment 8 gg-0 comment
|
| H A D | list8.out | 2 ga-0 comment 3 gb-0p0 comment 5 gd-1 comment 6 ge-1 comment 7 gf-1 comment 8 gg-0 comment
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | lex_assign.t | 70 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/; 71 $comment = $op unless defined $comment; 76 $skip = ($op =~ /^'\?\?\?'/ or $comment =~ /skip\(.*\Q$^O\E.*\)/i); 77 $integer = ($comment =~ /^i_/) ? "use integer" : '' ; 80 skip $comment, 1; 91 is (\$a, \$b, \$comment); 128 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/; 129 $comment = $op unless defined $comment; 130 next if ($op =~ /^'\?\?\?'/ or $comment =~ /skip\(.*\Q$^O\E.*\)/i); 136 is $sc, $@ ? 0 : 1, "STORE count for $comment"; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | simplify.inc | 29 (define-pmacro (define-normal-enum name comment attrs prefix vals) 33 (define-full-enum name comment attrs prefix vals) 38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals) 42 (define-full-insn-enum name comment attrs prefix fld vals) 49 (define-pmacro (define-normal-ifield name comment attrs start length) 51 (define-full-ifield name comment attrs start length UINT #f #f) 68 (define-pmacro (define-normal-multi-ifield name comment attrs 71 (define-full-multi-ifield name comment attrs mode subflds insert extract) 83 (define-pmacro (dsmf name comment attrs subflds) 85 (define-full-multi-ifield name comment attrs UINT subflds #f #f) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | simplify.inc | 29 (define-pmacro (define-normal-enum name comment attrs prefix vals) 33 (define-full-enum name comment attrs prefix vals) 38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals) 42 (define-full-insn-enum name comment attrs prefix fld vals) 49 (define-pmacro (define-normal-ifield name comment attrs start length) 51 (define-full-ifield name comment attrs start length UINT #f #f) 68 (define-pmacro (define-normal-multi-ifield name comment attrs 71 (define-full-multi-ifield name comment attrs mode subflds insert extract) 83 (define-pmacro (dsmf name comment attrs subflds) 85 (define-full-multi-ifield name comment attrs UINT subflds #f #f) [all …]
|
| H A D | sh.cpu | 29 (comment "Hitachi SuperH (SH)") 40 (comment "SHmedia 32-bit instruction set") 46 (comment "SHcompact 16-bit instruction set") 55 (comment "SH 64-bit family") 63 (comment "SH-2 CPU core") 70 (comment "SH-3 CPU core") 77 (comment "SH-3e CPU core") 84 (comment "SH-4 CPU core") 91 (comment "SH-5 CPU core") 98 (comment "SH-5 reference implementation") [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| H A D | Mksymlists.pm | 91 my $comment = sprintf "Perl (v%s%s%s) module %s", 93 chomp $comment; 96 $comment = "Core $comment"; 98 $comment = "$comment (Perl-config: $Config{config_args})"; 99 $comment = substr($comment, 0, 200) . "...)" if length $comment > 203; 105 print $def "DESCRIPTION '\@#$distname:$data->{VERSION}#\@ $comment'\n";
|
| /openbsd-src/regress/usr.sbin/btrace/ |
| H A D | comments.bt | 2 * Multi-lines comment. 5 // comment after probe 7 printf("followed by a comment\n"); 8 // comment that should be skipped (off-by one test) 10 /* Another comment */
|
| /openbsd-src/lib/libcrypto/ec/ |
| H A D | ec_curve.c | 1072 const char *comment; 1087 .comment = "SECG curve over a 224 bit prime field", 1099 .comment = "NIST/SECG curve over a 224 bit prime field", 1113 .comment = "SECG curve over a 256 bit prime field", 1126 .comment = "NIST/SECG curve over a 384 bit prime field", 1140 .comment = "NIST/SECG curve over a 521 bit prime field", 1155 .comment = "X9.62 curve over a 239 bit prime field", 1169 .comment = "X9.62 curve over a 239 bit prime field", 1183 .comment = "X9.62 curve over a 239 bit prime field", 1197 .comment 1794 const char *comment; global() member [all...] |