Searched refs:ofh (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/arm/arm/
H A Dfiq.c87 struct fiqhandler *ofh; local
96 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) {
97 if ((ofh->fh_flags & FH_CANPUSH) == 0) {
103 if (ofh->fh_regs != NULL)
104 fiq_getregs(ofh->fh_regs);
133 struct fiqhandler *ofh; local
146 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) {
147 if (ofh->fh_regs != NULL)
148 fiq_setregs(ofh->fh_regs);
149 fiq_installhandler(ofh
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dmph.pl945 my ($self, $ofh)= @_;
946 print $ofh "#include <stdio.h>\n";
947 print $ofh "#include <string.h>\n";
948 print $ofh "#include <stdint.h>\n";
949 print $ofh "\n";
953 my ($self, $ofh)= @_;
962 printf $ofh "#define %*s %5d\n", -$key_len, $def, $defines->{$def};
964 print $ofh "\n";
1100 my $ofh;
1102 $ofh
[all...]
H A Dmk_invlists.pl3381 open my $ofh, ">", $file
3383 print $ofh Data::Dumper->new([\%keywords],['*keywords'])
3385 close $ofh;
/openbsd-current/gnu/llvm/clang/tools/scan-build/libexec/
H A Dccc-analyzer281 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
285 print $ofh $_;
289 close $ofh;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan271 open my $ofh, ">>", $MAKE_LOG
273 print $ofh $SEP_LINE,"$message at ",
275 close $ofh;
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm119 { my $ofh = select $fh; $| = 1; select $ofh } # autoflush on write
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables20073 my $ofh;
20074 if (! open $ofh,">",$file_list) {
20080 print $ofh <<"END";
20098 print $ofh "$_\n" for sort(@input_files);
20099 print $ofh "\n=================================\n# Output files:\n\n";
20100 print $ofh "$_\n" for sort @files_actually_output;
20101 print $ofh "\n# ",scalar(@input_files)," input files\n",
20104 close $ofh
20105 or Carp::my_carp("Failed to close $ofh: $!");

Completed in 299 milliseconds