| /openbsd-src/lib/libssl/ |
| H A D | tls_content.c | 40 tls_content_clear(struct tls_content *content) in tls_content_clear() argument 42 freezero((void *)content->data, content->data_len); in tls_content_clear() 43 memset(content, 0, sizeof(*content)); in tls_content_clear() 47 tls_content_free(struct tls_content *content) in tls_content_free() argument 49 if (content == NULL) in tls_content_free() 52 tls_content_clear(content); in tls_content_free() 54 freezero(content, sizeof(struct tls_content)); in tls_content_free() 58 tls_content_cbs(struct tls_content *content) in tls_content_cbs() argument 60 return &content->cbs; in tls_content_cbs() 64 tls_content_equal(struct tls_content *content, const uint8_t *buf, size_t n) in tls_content_equal() argument [all …]
|
| H A D | tls_content.h | 28 void tls_content_clear(struct tls_content *content); 29 void tls_content_free(struct tls_content *content); 31 CBS *tls_content_cbs(struct tls_content *content); 32 int tls_content_equal(struct tls_content *content, const uint8_t *buf, size_t n); 33 size_t tls_content_remaining(struct tls_content *content); 34 uint8_t tls_content_type(struct tls_content *content); 35 uint16_t tls_content_epoch(struct tls_content *content); 37 int tls_content_dup_data(struct tls_content *content, uint8_t type, 39 void tls_content_set_data(struct tls_content *content, uint8_t type, 41 int tls_content_set_bounds(struct tls_content *content, size_t offset, [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 006zip.t | 46 my @content; 57 push @content, $buff; 64 return @content; 74 my @content = ( 84 is $zip->write($content[0]), length($content[0]), "write"; 86 is $zip->write($content[1]), length($content[1]), "write"; 88 is $zip->write($content[2]), length($content[ [all...] |
| H A D | 105oneshot-zip-store-only.t | 42 my $content = "x" x 1025; 43 $content .= "\x50" ; 45 push @contents, $content ; 47 $content .= "y" x 321 ; 48 $content .= "\x50\x4b" ; 49 push @contents, $content ; 51 $content .= "z" x 21 ; 52 $content .= "\x50\x4b\x07" . "a" x 73 ; 53 push @contents, $content ; 55 $content [all...] |
| H A D | 105oneshot-zip-only.t | 38 my $content = shift ; 47 is $got, $content, " got expected content" ; 56 is $uncomp, $content, " got expected content"; 68 my $content = "hello "; 72 writeFile($file1, $content); 77 $hdr = zipGetHeader($file1, $content); 84 writeFile($file1, $content); 87 $hdr = zipGetHeader($file1, $content, Nam [all...] |
| H A D | 105oneshot-gzip-only.t | 38 my $content = shift ; 47 is $got, $content, " got expected content" ; 56 is $uncomp, $content, " got expected content"; 68 my $content = "hello "; 72 writeFile($file1, $content); 77 $hdr = gzipGetHeader($file1, $content); 84 writeFile($file1, $content); 87 $hdr = gzipGetHeader($file1, $content, Nam [all...] |
| H A D | 050interop-gzip.t | 23 my $content = qq { 29 writeWithGzip($outfile, $content) 36 if ($content ne $got) 38 diag "Uncompressed content is wrong"; 71 my $content = shift ; 75 writeFile($infile, $content); 128 my $content = qq { 135 ok writeWithGzip($file, $content), "writeWithGzip ok"; 138 is $got, $content, "got content"; [all...] |
| H A D | 105oneshot-zip-bzip2-only.t | 44 my $content = shift ; 53 is $got, $content, " got expected content" ; 62 is $uncomp, $content, " got expected content"; 84 my $content = "hello "; 89 writeFile($file2, $content); 94 $in = \$content; 107 is $got, $content, " content o [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| H A D | comment.tml | 7 a: b#content 11 - g# content 13 h2: 'single # content' # comment 15 i2: "double # content" # comment 17 literal # content 18 block # content 26 a => 'b#content', 30 'g# content', 33 h2 => 'single # content', 35 i2 => 'double # content', [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
| H A D | merge.pl | 106 title "$CompressClass to $to_file, content is not compressed"; 108 my $content = "abc" x 300 ; 110 my $disp_content = defined $content ? $content : '<undef>' ; 111 my $str_content = defined $content ? $content : '' ; 115 $buffer = \$content ; 119 writeFile($out_file, $content); 145 title "$CompressClass to $to_file, content is empty"; 147 my $content [all...] |
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | map.rst | 28 <td class="content"> 33 <td class="content"> 46 <td class="content"> 51 <td class="content"> 64 <td class="content"> 74 <td class="content"> 90 <td class="content"> 100 <td class="content"> 116 <td class="content"> 118 <td class="content"> [all …]
|
| /openbsd-src/regress/sys/fileops/ |
| H A D | fileops2.pl | 47 my $content = read_file($file); 48 defined $content or die "could not read $file: $!"; 49 if ($content ne "x$i\n") { 50 die "$file has wrong content:'$content' instead of 'x$i\n'"; 65 my $content = ''; 68 $content .= "$i\n"; 70 write_file($file, $content) or die "Could not write $file: $!"; 73 if (length $got != length $content) { 75 . length $content; 78 if ($got ne $content) { [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
| H A D | tui-data.c | 470 win->content = NULL; in tui_init_generic_part() 496 ((struct tui_gen_win_info *) & element->which_element.data_window)->content = in init_content_element() 510 element->which_element.data.content = (char*) NULL; in init_content_element() 585 tui_win_content content = (tui_win_content) NULL; in tui_alloc_content() local 589 if ((content = (tui_win_content) in tui_alloc_content() 603 content[i] = (struct tui_win_element *) element_block_ptr; in tui_alloc_content() 604 init_content_element (content[i], type); in tui_alloc_content() 610 xfree (content); in tui_alloc_content() 611 content = (tui_win_content) NULL; in tui_alloc_content() 616 return content; in tui_alloc_content() [all …]
|
| H A D | tui-source.c | 116 TUI_SRC_WIN->generic.content[cur_line]; in tui_set_source_content() 123 TUI_SRC_WIN->generic.content[ in tui_set_source_content() 144 locator->content[0])->which_element.locator.file_name, in tui_set_source_content() 147 locator->content[0])->which_element.locator.line_no); in tui_set_source_content() 201 strcpy (((struct tui_win_element *) TUI_SRC_WIN->generic.content[ in tui_set_source_content() 206 TUI_SRC_WIN->generic.content[ in tui_set_source_content() 249 (struct tui_win_element *) win_info->generic.content[curr_line]; in tui_set_source_content_nil() 312 content[0])->which_element.locator.file_name, fname) == 0)); in tui_source_is_displayed() 321 if (TUI_SRC_WIN->generic.content != NULL) in tui_vertical_source_scroll() 325 tui_win_content content = (tui_win_content) TUI_SRC_WIN->generic.content; in tui_vertical_source_scroll() local [all …]
|
| H A D | tui-winsource.c | 210 (struct tui_win_element *) win_info->generic.content[i]; in tui_clear_source_content() 264 line = (struct tui_win_element *) win_info->generic.content[lineno - 1]; in tui_show_source_line() 307 if (win_info->generic.content != NULL) in tui_horizontal_source_scroll() 329 win_info->generic.content[0])->which_element.source.line_or_addr, in tui_horizontal_source_scroll() 343 tui_win_content content = (tui_win_content) win_info->generic.content; in tui_set_is_exec_point_at() local 350 if (content[i]->which_element.source.line_or_addr.addr == l.addr) in tui_set_is_exec_point_at() 354 if (new_state != content[i]->which_element.source.is_exec_point) in tui_set_is_exec_point_at() 357 content[i]->which_element.source.is_exec_point = new_state; in tui_set_is_exec_point_at() 405 line = &((struct tui_win_element *) win->generic.content[i])->which_element.source; in tui_update_breakpoint_info() 458 if (exec_info_ptr->content == NULL) in tui_set_exec_info_content() [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_report.py | 14 def run_bug_parse(content): argument 18 handle.writelines(content) 23 def run_crash_parse(content, preproc): argument 27 handle.writelines(content) 34 content = [ 46 result = run_bug_parse(content) 55 content = [] 56 result = run_bug_parse(content) 62 content = [ 67 result = run_crash_parse(content, 'file.i') [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
| H A D | noIt.out_lint | 1 mandoc: noIt.in:10:1: WARNING: moving content out of list: text 2 mandoc: noIt.in:11:2: WARNING: moving content out of list: Em 3 mandoc: noIt.in:16:1: WARNING: moving content out of list: text 4 mandoc: noIt.in:17:2: WARNING: moving content out of list: Sm 5 mandoc: noIt.in:18:2: WARNING: moving content out of list: Em 6 mandoc: noIt.in:18:10: WARNING: moving content out of list: Sy 7 mandoc: noIt.in:18:19: WARNING: moving content out of list: Em 8 mandoc: noIt.in:24:1: WARNING: moving content out of list: text
|
| H A D | breakingIt.out_lint | 9 mandoc: breakingIt.in:11:1: WARNING: moving content out of list: text 10 mandoc: breakingIt.in:12:2: WARNING: moving content out of list: Ao 11 mandoc: breakingIt.in:18:1: WARNING: moving content out of list: text 12 mandoc: breakingIt.in:19:2: WARNING: moving content out of list: Ao 13 mandoc: breakingIt.in:42:1: WARNING: moving content out of list: text 14 mandoc: breakingIt.in:43:2: WARNING: moving content out of list: Bd 15 mandoc: breakingIt.in:49:1: WARNING: moving content out of list: text 16 mandoc: breakingIt.in:50:2: WARNING: moving content out of list: Bd
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc.css | 69 justify-content: space-between; 107 content: "\2014 "; } 282 .An::before { content: "An"; } 283 .Ar::before { content: "Ar"; } 284 .Cd::before { content: "Cd"; } 285 .Cm::before { content: "Cm"; } 286 .Dv::before { content: "Dv"; } 287 .Em::before { content: "Em"; } 288 .Er::before { content: "Er"; } 289 .Ev::before { content [all...] |
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | help2man | 377 my $content = ''; 384 $content = ".TP\n\x83$2\n\x83$5\n"; 396 $content = ".HP\n\x83$1\n"; 405 $content = ".TP\n\x83$2\n\x83$3\n"; 413 $content = ".IP\n\x83$2\n"; 421 $content = ".PP\n" if $include{$sect}; 422 $content .= "$1\n"; 429 $content .= "\x83$1\n" 435 for ($content) 453 $content .= ".PP\n" unless $append{$pat} =~ /^\./; [all …]
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | cui.py | 259 self.content = '' 268 if (len(prompt) + len(self.content)) / w + self.starty >= h - 1: 278 remain = self.content 290 self.content = '' 305 self.enterCallback(self.content) 307 self.tabCompleteCallback(self.content) 309 self.content = self.content[:self.index] + \ 310 chr(key) + self.content[self.index:] 315 self.content = self.content[ 316 :self.index] + self.content[self.index + 1:] [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/filecheck_lint/ |
| H A D | filecheck_lint.py | 88 def __init__(self, content: str, start_byte: int, end_byte: int): # pylint: disable=g-doc-args 93 content_before_span = content[:start_byte] 139 content: str,) -> Generator[Tuple[FileRange, str], None, None]: 154 for match in re.finditer(directive_pattern, content): 156 yield (FileRange(content, span[0], span[1]), potential_directive) 160 def parse_custom_prefixes(content: str) -> Generator[str, None, None]: # pylint: disable=g-doc-args 171 content): 180 content: str, 196 all_prefixes = _prefixes.union(set(parse_custom_prefixes(content))) 210 potential_directives = find_potential_directives(content) [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/ |
| H A D | allch.out_lint | 1 mandoc: allch.in:15:1: WARNING: invalid content in Rs block: text 2 mandoc: allch.in:20:2: WARNING: invalid content in Rs block: Em 3 mandoc: allch.in:21:1: WARNING: invalid content in Rs block: text 4 mandoc: allch.in:36:1: WARNING: invalid content in Rs block: text 5 mandoc: allch.in:37:2: WARNING: invalid content in Rs block: Em 6 mandoc: allch.in:42:1: WARNING: invalid content in Rs block: text
|
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
| H A D | 102_put.t | 34 if ( $case->{content} ) { 35 $options{content} = $case->{content}[0]; 37 elsif ( exists $case->{content} ) { 38 $options{content} = ""; 41 $options{content} = eval join "\n", @{$case->{content_cb}}; 69 or diag $response->{content};
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | BlackBox.pm | 105 # there is a valid =foo line will we return that content was seen. 711 my $content = join ' ', splice @x, 2; 712 $content =~ s/^\s+//s; 713 $content =~ s/\s+$//s; 715 DEBUG > 2 and print STDERR "Ogling encoding directive: =encoding $content\n"; 718 #if($content ne $self->{'_processed_encoding'}) { 738 "Invalid =encoding syntax: $content" 1003 # That kills the content of the item if it's a number or bullet. 1026 # That kills the content of the item if it's a number or bullet. 1048 # Text content wil [all...] |