Searched refs:Call (Results 1 – 25 of 93) sorted by relevance
1234
| /mirbsd/src/gnu/usr.bin/perl/ext/Filter/t/ |
| D | call.t | 6 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/ |
| D | Call.pm | 9 package Filter::Util::Call ; 56 Filter::Util::Call::real_import($obj, (caller)[0], $coderef) ; 59 bootstrap Filter::Util::Call ;
|
| D | Call.xs | 189 MODULE = Filter::Util::Call PACKAGE = Filter::Util::Call
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/ |
| D | demo_call.pl | 5 sub Call : ATTR { subroutine 11 sub x : Call(some,data) { };
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | encoding.pm | 119 require Filter::Util::Call ; 120 Filter::Util::Call->import ;
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | armelf.em | 67 /* Call the standard elf routine. */ 101 /* Call the standard elf routine. */ 147 /* Call the elf32.em routine. */ 280 # Call the extra arm-elf function
|
| D | needrelax.em | 31 /* Call main function; we're just extending it. */
|
| D | m68hc1xelf.em | 83 /* 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
|
| D | m68kelf.em | 43 /* Call the standard elf routine. */ 124 /* Call the standard elf routine. */
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_connect.pod | 52 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>
|
| D | SSL_do_handshake.pod | 56 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>
|
| D | SSL_accept.pod | 55 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>
|
| D | SSL_get_ciphers.pod | 30 Call SSL_get_cipher_list() with B<priority> starting from 0 to obtain the
|
| D | SSL_write.pod | 85 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
|
| D | SSL_read.pod | 92 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
|
| D | SSL_shutdown.pod | 102 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/ |
| D | README | 3 Notes on Adding a System Call
|
| /mirbsd/src/lib/libssl/src/crypto/pkcs7/ |
| D | doc | 2 Call to set the type of PKCS7 object we are working on
|
| /mirbsd/src/lib/libssl/src/crypto/perlasm/ |
| D | readme | 36 &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/ |
| D | README | 36 Filter::Util::Call; one that is sufficient for most common cases.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/IO/t/ |
| D | io_sel.t | 122 if $_[0] =~ /^Call to deprecated method 'has_error', use 'has_exception'/ ;
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-xtensa.texi | 72 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/ |
| D | README | 9 Call syslog() with a string priority and a list of printf() args
|
| /mirbsd/src/gnu/usr.bin/perl/djgpp/ |
| D | config.over | 40 -e 's=filter/util/call=Filter/Util/Call=' \
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfilter.pod | 279 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