Searched refs:load (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/openbsd-current/regress/usr.sbin/ospfd/
H A DPassFd.pm25 XSLoader::load('PassFd');
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/
H A DDummy2.pm10 sub load { subroutine
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A Dpseudo_barrier.h13 while ((barrier).load() > 0) \
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/
H A DNoXS.pm18 # can use them in miniperl. on older perls, we can load them from Win32 so the
31 # just not load. See ExtUtils::MM->_is_win95 for an example
33 *DynaLoader::bootstrap = sub { confess "Tried to load XS for @_"; };
34 *XSLoader::load = sub { confess "Tried to load XS for @_"; };
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dcheck_warnings.t16 package XS::APItest; require XSLoader; XSLoader::load()
/openbsd-current/etc/examples/
H A Dradiusd.conf16 module load bsdauth "/usr/libexec/radiusd/radiusd_bsdauth"
19 module load radius "/usr/libexec/radiusd/radiusd_radius"
23 module load strip-realm "/usr/libexec/radiusd/radiusd_standard"
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load/t/
H A D02_Module-Load.t14 # and options: '','none',undef,'all','load','autoload','load_remote'
58 subtest 'load/prevcompat' => sub{
60 load("Data::Dumper");
64 _test('use Module::Load "load";
65 load("Data::Dumper");
70 load("Data::Dumper");
75 load("Data::Dumper","Dumper");
80 load("______");');
84 load("Data::Dumper");
89 load("Dat
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
H A DGuts.pm9 Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code
18 Previously Local::Maketext::GutsLoader performed some magic to load
H A DGutsLoader.pm11 Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketext utf8 code
20 Previously Locale::Maketext::Guts performed some magic to load
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64.cpp10 auto fptr = __xray::XRayPatchedFunction.load();
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A DIO.t22 my @load;
24 my $xsl = \&XSLoader::load;
25 local *XSLoader::load = sub {
26 push @load, \@_;
32 ok( @load, 'IO should call XSLoader::load()' );
33 is( $load[0][0], 'IO', '... loading the IO library' );
34 is( $load[0][1], $IO::VERSION, '... with the current .pm version' );
84 ok( exists $INC{ $default }, "... import should default load $default" );
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-mmap/
H A Dmmap.pm7 XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);
27 C<PerlIO::mmap> only exists to use XSLoader to load C code that provides support for using memory mapped IO. One does not need to explicitly C<use PerlIO::mmap;>.
/openbsd-current/usr.bin/bc/
H A Dextern.h23 ssize_t load; member in struct:lvalue
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DManagedStatic.h87 void *Tmp = Ptr.load(std::memory_order_acquire);
91 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
97 void *Tmp = Ptr.load(std::memory_order_acquire);
101 return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
/openbsd-current/regress/sys/net/pf_fragment/
H A Dfrag.py50 load=a.payload.payload.payload.load variable
51 print("payload=%s" % (load))
52 if load == payload:
H A Dfrag_cutold.py60 load=a.payload.payload.payload.load variable
61 print("payload=%s" % (load))
62 if load == payload:
H A Dfrag_cutnew.py59 load=a.payload.payload.payload.load variable
60 print("payload=%s" % (load))
61 if load == payload:
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-tls-cert-noexist.pl43 qr{load server TLS key: failed to open key file} => 1,
44 qr{load server TLS cert: failed to open certificate file} => 1,
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/
H A DLoad.pm17 *{"${who}::load"} = \&load, # compat to prev version
30 ((exists $h->{load} and shift,1) or exists $h->{all})
31 and *{"${who}::load"} = \&load;
43 sub load(*;@){ subroutine
55 eval "package $dst;Module::Load::load('$src', qw/@exp/);";
87 ### properly called when load() was used.
156 load Data::Dumper; # loads that module, but not import any functions
159 load 'Dat
[all...]
/openbsd-current/games/sail/
H A Dpl_6.c148 int loadL, loadR, ready, load; local
169 load = L_ROUND;
173 load = L_DOUBLE;
177 load = L_CHAIN;
181 load = L_GRAPE;
189 mf->loadR = load;
192 mf->loadL = load;
H A Dpl_3.c49 int load; local
73 load = mf->loadR;
78 load = mf->loadL;
82 if ((!guns && !car) || load == L_EMPTY || (ready & R_LOADED) == 0)
92 if (target > rangeofshot[load] || (!guns && target >= 3))
96 if (load > L_CHAIN && target < 6) {
164 hit += AMMO[index][load - 1];
173 if (load == L_GRAPE)
187 if (load == L_CHAIN) {
192 table(shootat, load, hi
[all...]
/openbsd-current/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c185 struct lif_load load; local
236 entry += sizeof(load);
237 lseek(to, sizeof(load), SEEK_CUR);
239 n = sizeof(buf) - sizeof(load);
255 /* load header */
256 load.address = htobe32(loadpoint + sizeof(load));
257 load.count = htobe32(4 + total);
258 check_sum = cksum(check_sum, (int *)&load, sizeof(load));
[all...]
/openbsd-current/lib/libc/arch/i386/gen/
H A D_setjmp.S52 addl $__jmpxor-1b,%ecx # load cookie address
61 movl 8(%ecx),%ecx # load ebp cookie over cookie address
74 addl $__jmpxor-1b,%ecx # load cookie address
86 movl 0(%ecx),%ecx # load eip cookie over cookie address
/openbsd-current/regress/sys/netinet6/rip6cksum/
H A Dsendrecv.py82 cksum = in6_chksum(255, res, res.payload.load)
88 print("received payload length is", len(res.payload.load))
90 if len(res.payload.load) != recvsz:
/openbsd-current/gnu/usr.bin/perl/dist/IO/
H A DIO.pm11 XSLoader::load 'IO', $VERSION;
33 IO - load various IO modules
42 C<IO> provides a simple mechanism to load several of the IO modules

Completed in 329 milliseconds

1234567891011>>