Home
last modified time | relevance | path

Searched refs:Call (Results 1 – 25 of 93) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/perl/ext/Filter/t/
Dcall.t6 if ($Config{'extensions'} !~ m{\bFilter/Util/Call\b}) {
7 print "1..0 # Skip: Filter::Util::Call was not built\n";
48 use Filter::Util::Call ;
65 use Filter::Util::Call ;
75 ok(4, $a =~ /^Not enough arguments for Filter::Util::Call::filter_add/) ;
91 use Filter::Util::Call ;
139 use Filter::Util::Call ;
188 use Filter::Util::Call ;
209 use Filter::Util::Call ;
241 use Filter::Util::Call ;
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Filter/Util/Call/
DCall.pm9 package Filter::Util::Call ;
56 Filter::Util::Call::real_import($obj, (caller)[0], $coderef) ;
59 bootstrap Filter::Util::Call ;
DCall.xs189 MODULE = Filter::Util::Call PACKAGE = Filter::Util::Call
/mirbsd/src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/
Ddemo_call.pl5 sub Call : ATTR { subroutine
11 sub x : Call(some,data) { };
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
Dencoding.pm119 require Filter::Util::Call ;
120 Filter::Util::Call->import ;
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Darmelf.em67 /* Call the standard elf routine. */
101 /* Call the standard elf routine. */
147 /* Call the elf32.em routine. */
280 # Call the extra arm-elf function
Dneedrelax.em31 /* Call main function; we're just extending it. */
Dm68hc1xelf.em83 /* Call into the BFD backend to do the real work. */
240 /* Call-back for elf32_m68hc11_size_stubs. */
297 /* Call again the trampoline analyzer to initialize the trampoline
Dm68kelf.em43 /* Call the standard elf routine. */
124 /* Call the standard elf routine. */
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_connect.pod52 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
60 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
DSSL_do_handshake.pod56 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
64 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
DSSL_accept.pod55 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
63 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
DSSL_get_ciphers.pod30 Call SSL_get_cipher_list() with B<priority> starting from 0 to obtain the
DSSL_write.pod85 was closed. Call SSL_get_error() with the return value B<ret> to find out,
96 or action must be taken by the calling process. Call SSL_get_error() with the
DSSL_read.pod92 incomplete. Call SSL_get_error() with the return value B<ret> to find out,
104 or action must be taken by the calling process. Call SSL_get_error() with the
DSSL_shutdown.pod102 The shutdown is not yet finished. Call SSL_shutdown() for a second time,
112 Call L<SSL_get_error(3)|SSL_get_error(3)> with the return value B<ret>
/mirbsd/src/sys/kern/
DREADME3 Notes on Adding a System Call
/mirbsd/src/lib/libssl/src/crypto/pkcs7/
Ddoc2 Call to set the type of PKCS7 object we are working on
/mirbsd/src/lib/libssl/src/crypto/perlasm/
Dreadme36 &function_end(name) Call at end of function.
38 &function_end_B(name) Call at end but with poping or 'ret'.
/mirbsd/src/gnu/usr.bin/perl/lib/Filter/Simple/
DREADME36 Filter::Util::Call; one that is sufficient for most common cases.
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_sel.t122 if $_[0] =~ /^Call to deprecated method 'has_error', use 'has_exception'/ ;
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-xtensa.texi72 across a greater range of addresses. @xref{Xtensa Call Relaxation,
73 ,Function Call Relaxation}. This option should be used when call
307 * Xtensa Call Relaxation:: Relaxation of Function Calls.
349 @node Xtensa Call Relaxation
350 @subsection Function Call Relaxation
384 Call relaxation is disabled by default because it can have a negative
560 relaxation. @xref{Xtensa Call Relaxation, ,Function Call Relaxation}.
567 Call relaxation is disabled by default unless the @samp{--longcalls}
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DREADME9 Call syslog() with a string priority and a list of printf() args
/mirbsd/src/gnu/usr.bin/perl/djgpp/
Dconfig.over40 -e 's=filter/util/call=Filter/Util/Call=' \
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfilter.pod279 use Filter::Util::Call;
301 First, we include the C<Filter::Util::Call> module, which exports a
325 using a closure. See the C<Filter::Util::Call> manual page for more
413 use Filter::Util::Call;
563 Filter::Util::Call (and therefore Filter::Simple) do not alter the C<DATA>
574 Starting from Perl 5.8 Filter::Util::Call (the core part of the

1234