Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/openbsd/usr.bin/mandoc/
H A Deqn_html.c35 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 Dusage-pre-post-flight2 # 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.bad6 print "\nRunning post-flight function:"
/openbsd/usr.bin/file/
H A DMakefile21 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 DMakefile.PL53 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 Dbenchmarks.t43 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 Dfileattr.c246 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 DBase.pm270 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 DProxySubs.pm103 $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 DAArch64InstrGISel.td28 // 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 DMakefile.PL89 my $post = shift->SUPER::postamble(@_);
90 $post .= <<'POSTAMBLE';
105 return $post;
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm221 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 Dimxspi.c271 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 Dbench.pl797 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 Dcommand6.c85 post(' '); in die()
93 post('!'); in live()
118 post(char ch) in post() function
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DMakefile.PL161 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 Dhelp2man491 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 Ddohclient.c66 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 Dmini_tdir.sh194 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 Dfacilities-routing.t54 POE::Kernel->post(syslog => "shutdown");
143 POE::Kernel->post(syslog => "shutdown");
/openbsd/gnu/llvm/llvm/utils/lit/lit/llvm/
H A Dsubst.py38 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 DDNBRegisterInfo.cpp43 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 DDNBRegisterInfo.h24 void Dump(const char *pre, const char *post) const;
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dfinalize.t49 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 Dcfganal.c162 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()

12345678910>>...18