/openbsd/usr.bin/mandoc/ |
H A D | eqn_html.c | 35 struct tag *post, *row, *cell, *t; in eqn_box() local 45 post = NULL; in eqn_box() 124 assert(NULL == post); in eqn_box() 134 assert(NULL == post); in eqn_box() 141 assert(NULL == post); in eqn_box() 147 assert(post == NULL); in eqn_box() 182 post = print_otag(p, tag, ""); in eqn_box() 198 } else if (NULL == post) { in eqn_box() 203 if (NULL == post) in eqn_box() 223 if (NULL != post) in eqn_box() [all …]
|
/openbsd/gnu/llvm/lldb/examples/test/ |
H A D | usage-pre-post-flight | 2 # The following examples first show a bad pre/post flight config file followed by a good pre/post c… 5 …ldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight.bad functio… 8 …ldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionali… 33 print "\nRunning post-flight function:" 38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight function… 50 Running post-flight function: 58 Running post-flight function:
|
H A D | .lldb-pre-post-flight.bad | 6 print "\nRunning post-flight function:"
|
/openbsd/usr.bin/file/ |
H A D | Makefile | 21 CLEANFILES+= magic post-magic 28 post-magic: $(MAGFILES) 33 magic: $(MAG1) post-magic 34 cat ${MAG1} post-magic >$(.TARGET)
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | Makefile.PL | 53 my $post = shift->SUPER::postamble(@_); 55 return $post unless $Config{dtraceobject}; 59 $post .= <<POSTAMBLE; 68 return $post;
|
/openbsd/gnu/usr.bin/perl/t/perf/ |
H A D | benchmarks.t | 43 my %valid_keys = map { $_=> 1 } qw(desc setup code pre post compile); 65 my $post = $b->{post} // ''; 66 my $code = "package $token; $setup; for (1..1) { $pre; $b->{code}; $post; } 1;";
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | fileattr.c | 246 char *post; local 255 post = NULL; 278 post = p2; 285 if (post == NULL) 286 post = p2; 288 if (preend == pre && attrval == NULL && post == p2) 296 + (p2 - post) 315 if (post != p2) 320 strncpy (rp, post, p2 - post); 321 rp += p2 - post;
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
H A D | Base.pm | 270 and !defined ($_->{post}) and !defined ($_->{def_pre}) 339 my ($indent, $type, $pre, $post, $item) 341 $post ||= ''; 359 chomp $post; 360 if (length $post) { 361 $clause .= "$post"; 362 $clause .= ";" unless $post =~ /;$/; 390 my ($name, $value, $default, $pre, $post, $def_pre, $def_post, $type) 406 .= $self->assign ({indent=>$indent, type=>$type, pre=>$pre, post=>$post, 421 post=>$post, item=>$item}, @default);
|
H A D | ProxySubs.pm | 103 $default_item->{post} = delete $item->{def_post}; 114 if ($item->{pre} or $item->{post} or $item->{not_constant} 573 print $xs_fh " $item->{post}\n" if $item->{post};
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrGISel.td | 28 // Pseudo for a rev16 instruction. Produced post-legalization from 36 // Pseudo for a rev32 instruction. Produced post-legalization from 44 // Pseudo for a rev64 instruction. Produced post-legalization from 52 // Represents an uzp1 instruction. Produced post-legalization from 60 // Represents an uzp2 instruction. Produced post-legalization from 68 // Represents a zip1 instruction. Produced post-legalization from 76 // Represents a zip2 instruction. Produced post-legalization from 84 // Represents a dup instruction. Produced post-legalization from 114 // Represents a trn1 instruction. Produced post-legalization from 122 // Represents a trn2 instruction. Produced post-legalization from [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/ |
H A D | Makefile.PL | 89 my $post = shift->SUPER::postamble(@_); 90 $post .= <<'POSTAMBLE'; 105 return $post;
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.pm | 221 our @post; 226 local(@post); 231 @post = (); 242 $valstr = "$name = " . $valstr . ';' if @post or !$s->{terse}; 243 my $out = $s->_compose_out($valstr, \@post); 297 push @post, $name . " = " . $s->{seen}{$id}[0]; 544 my $postlen = scalar @post; 545 $post[$postlen] = "\*$sname = "; 546 local ($s->{apad}) = " " x length($post[$postlen]) if $s->{indent} >= 2; 547 $post[$postlen] .= $s->_dump($gval, "\*$sname\{$k\}");
|
/openbsd/sys/dev/fdt/ |
H A D | imxspi.c | 271 uint32_t pre, post; in imxspi_clkdiv() local 276 pre = 0, post = 0; in imxspi_clkdiv() 277 while ((freq * (1 << post) * 16) < pfreq) in imxspi_clkdiv() 278 post++; in imxspi_clkdiv() 279 while ((freq * (1 << post) * (pre + 1)) < pfreq) in imxspi_clkdiv() 281 if (post >= 16 || pre >= 16) { in imxspi_clkdiv() 288 post << SPI_CONREG_POST_DIVIDER_SHIFT); in imxspi_clkdiv()
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | bench.pl | 797 my $post = ''; 805 $post = "$c$post"; 808 $post =~ s/^([0-9\.]*).*$/$1/; 809 $labels[$_][0] .= $post for 0..$#labels; 868 my ($desc, $setup, $code, $pre, $post, $compile) = 873 $post = defined $post ? "_POST_: $post; " : ""; 876 my $full = "$pre$code$post _CXT_: 1; ";
|
/openbsd/games/battlestar/ |
H A D | command6.c | 85 post(' '); in die() 93 post('!'); in live() 118 post(char ch) in post() function
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Makefile.PL | 161 my $post = shift->SUPER::postamble(@_); 164 $post .= "\n\n${phony}: purge_all regen_pm regen_xs regen_tests regen_h regen_release_date\n\n"; 165 $post .= <<'POSTAMBLE'; 188 return $post;
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | help2man | 491 my @post = ('AUTHOR', 'REPORTING BUGS', 'COPYRIGHT', 'SEE ALSO'); 492 my $filter = join '|', @pre, @post; 495 for (@pre, (grep ! /^($filter)$/o, @include), @post)
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | dohclient.c | 66 int post; member 161 if(h2_session->post) { in submit_query() 182 if(h2_session->post) in submit_query() 208 (h2_session->post) ? &data_prd : NULL, h2_stream); in submit_query() 348 if(!h2_session->post) in http2_stream_close_cb() 592 h2_session->post = 0; in main() 616 h2_session->post = 1; in main()
|
H A D | mini_tdir.sh | 194 if test -f $name.post -a ! -f ../$skip; then 199 $shell $name.post $args >> $result
|
/openbsd/gnu/usr.bin/perl/cpan/Sys-Syslog/t/ |
H A D | facilities-routing.t | 54 POE::Kernel->post(syslog => "shutdown"); 143 POE::Kernel->post(syslog => "shutdown");
|
/openbsd/gnu/llvm/llvm/utils/lit/lit/llvm/ |
H A D | subst.py | 38 def __init__(self, key, command=None, pre=r'.-^/\<', post='-.', verbatim=False, argument 96 self.regex = not_in(pre, '<') + wordify(key) + not_in(post)
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNBRegisterInfo.cpp | 43 void DNBRegisterValueClass::Dump(const char *pre, const char *post) const { in Dump() 249 DNBLog("%s%4s = %s%s", pre ? pre : "", info.name, str, post ? post : ""); in Dump()
|
H A D | DNBRegisterInfo.h | 24 void Dump(const char *pre, const char *post) const;
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
H A D | finalize.t | 49 pass('we can add a Foo::Bar requirement with no effect post finalization'); 70 "none of our attempts to alter the object post-finalization worked",
|
/openbsd/gnu/gcc/gcc/ |
H A D | cfganal.c | 162 int *post; in mark_dfs_back_edges() local 171 post = XCNEWVEC (int, last_basic_block); in mark_dfs_back_edges() 212 post[dest->index] = postnum++; in mark_dfs_back_edges() 218 && post[dest->index] == 0) in mark_dfs_back_edges() 222 post[src->index] = postnum++; in mark_dfs_back_edges() 232 free (post); in mark_dfs_back_edges()
|