Searched refs:to (Results 251 - 275 of 2263) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DTiedOutFH.pm32 sub TIEHANDLE { # Ties to just a scalar ref
42 #Pod::Simple::DEBUG > 10 and print STDERR " appended to $$it = \"$$$it\"\n";
58 sub FILENO { ${ $_[0] } + 100 } # just to produce SOME number
71 * 1 tablespoons chopped ginger root (or more, to taste)
75 * 1/2 teaspoon red chili powder, or to taste
76 * Salt, to taste (probably quite a bit)
79 * a dash of balsamic vinegar (to taste)
85 chop things finer to start with, and work at it.
90 for 20 to 40 minutes. (Cooking it longer will make it sweeter.)
99 garbanzos to ge
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.pm13 locale - Perl pragma to use or avoid POSIX locales for built-in operations
18 L<threads|threads> active. The locale is not local to a single thread.
21 to be in. On some platforms, segfaults can also occur. The locale
22 change need not be explicit; some operations cause perl to change the
38 This pragma tells the compiler to enable (or disable) the use of POSIX
42 affects statements to the end of the enclosing BLOCK.
48 to behave as if in the "C" locale; attempts to change the locale will fail.
52 # A separate bit is used for each of the two forms of the pragma, to save
53 # having to loo
[all...]
H A Dbuiltin.pm15 builtin - Perl pragma to import built-in utility functions
53 to these builtin functions. This is similar to the lexical effect of other
68 symbols, the user does not need to take any special measures to ensure they
90 by perl, this one is special in that L</is_bool> considers it to be a
93 This gives an equivalent value to expressions like C<!!1> or C<!0>.
101 it to be a distinguished boolean value.
103 This gives an equivalent value to expressions like C<!!0> or C<!1>.
115 This function used to b
[all...]
H A DDirHandle.pm18 # how you would use this module if you were going to
28 B<There is no reason to use this module nowadays.>
30 The C<DirHandle> method provide an alternative interface to the
33 Up to Perl 5.5, opendir() could not autovivify a directory handle from
35 to create an anonymous glob, which took a separate step.
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc23 // llvm_shutdown called, Return to default
76 // If this is darwin, it has some funky issues, try to solve them here. Some
78 // SearchForAddressOfSymbol to find them. As such, we special case them here,
119 // For everything else, we want to check to make sure the symbol isn't defined
/openbsd-current/gnu/llvm/llvm/utils/docker/
H A Dbuild_docker_image.sh30 -b|--branch git branch to checkout, i.e. 'main',
33 -r|--revision git revision to checkout
34 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
38 -p|--llvm-project Add the project to a list LLVM_ENABLE_PROJECTS, passed to
45 -i|--install-target name of a cmake install target to build and include in
51 All options after '--' are passed to CMake invocation.
57 mydocker/debian10-clang-build:latest - an intermediate image used to compile
144 echo "Docker binary cannot be found. Please install Docker to use this script."
/openbsd-current/lib/libc/arch/i386/sys/
H A Dsigsuspend.S6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
38 movl (%eax),%eax # indirect to mask arg
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_pk1.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
70 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
91 if (!CBB_init_fixed(&cbb, to, tlen))
126 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
142 /* should decrypt to 0xff */
169 memcpy(to, p, j);
176 RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
246 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/Memoize/
H A DNDBM_File.pm10 # but it does return undef if you try to read a non-existent key
16 # Perl 5.37.3 adds this EXISTS emulation to NDBM_File itself
28 Memoize::NDBM_File - glue to provide EXISTS for NDBM_File for Storable use
35 support for C<EXISTS> was added to L<NDBM_File> itself.
/openbsd-current/gnu/usr.bin/perl/lib/ExtUtils/
H A DXSSymSet.pm11 # Allow absurdly long symbols here if we've told the compiler to
36 # First, just try to remove duplicated delimiters
47 if (length $func <= 12) { # Try to preserve short function names
75 warn "Warning: long symbol $name\n\ttrimmed to $trimmed\n\t" unless $silent;
93 warn "Warning: duplicate symbol $trimmed\n\tchanged to ${trimmed}_$i\n\t(original was $sym)\n\t"
98 warn "Warning: long symbol $sym\n\ttrimmed to $trimmed\n\t";
136 ExtUtils::XSSymSet - keep sets of symbol names palatable to the VMS linker
155 characters of their names, it is occasionally necessary to shorten
156 symbol names in order to avoid collisions. (This is especially true of
158 names can become quite long.) C<ExtUtils::XSSymSet> provides functions to
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc69 LPCSTR szName; // Pointer to thread name
100 // you "set" the name, you are only firing a one-time message to a debugger
102 // able to get fancy by creating a TLS entry when someone calls
103 // set_thread_name so that subsequent calls to get_thread_name return this
216 // If there's an affinity mask set, assume the user wants to constrain the
217 // current process to only a single CPU group. On Windows, it is not
218 // possible for affinity masks to cross CPU group boundaries.
225 // The process affinity mask is spurious, due to an OS bug, ignore it.
230 "When an affinity mask is set, the process is expected to be "
231 "assigned to
[all...]
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL11 # List explicitly here the variables you want Configure to
13 # have to mention them as if they were shell variables, not
16 # to ensure Configure will look for $Config{startperl}.
19 # This forces PL files to create target in same directory as PL file.
20 # This is so that make depend always knows where to find PL derivatives.
37 # append a list of individual differences to the bug report.
43 # You can use $Config{...} to use Configure variables.
116 Please use $progname interactively. If you want to
128 print "\nThank you for taking the time to send a thank-you message!\n\n";
131 Please note that mailing lists are moderated, your message may take a while to
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/scripts/
H A Dpod2man.PL3 # Special wrapper script to generate the actual pod2man script. This is
15 # List explicitly here the variables you want Configure to generate.
16 # Metaconfig only looks for shell variables, so you have to mention them as if
19 # to ensure Configure will look for $Config{startperl}.
21 # This forces PL files to create target in same directory as PL file.
22 # This is so that make depend always knows where to find PL derivatives.
37 # use $Config{...} to use Configure variables.
38 print {$out} <<"PREAMBLE" or die "Cannot write to $file: $!\n";
45 print {$out} <<'SCRIPT_BODY' or die "Cannot write to $file: $!\n";
47 # Convert POD data to formatte
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/SelfLoader/lib/
H A DSelfLoader.pm7 # The following bit of eval-magic is necessary to make this work on
13 use 5.009005; # due to new regexp features
33 # (we use 'our' rather than 'my' here, due to the rather complex and buggy
89 # $endlines is used by Devel::SelfStubber to capture lines after __END__
131 die 'SelfLoader Error: attempt to specify Selfloading',
147 die 'SelfLoader Error: attempt to specify Selfloading',
159 # Devel::SelfStubber would like us to capture the lines after
182 # return stub to be eval'd
208 This module tells its users that functions in the FOOBAR package are to be
221 The C<__DATA__> token is not recognized in versions of perl prior to
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.pm36 # try to read a block which is exactly $size bytes long
78 This module provides you with the framework to write I<Source Filters>
81 An alternate interface to Filter::Util::Call is now available. See
86 distinguish between them, the first will be referred to as I<method
146 equivalent of a I<filter> method with the anonymous sub passed to
149 To make proper use of the I<closure filter> shown above you need to
164 The C<import> method is used to create an instance of the filter. It is
170 - this corresponds to the name of the package. In the example above it
174 parameters. These can be used to pass parameters to th
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dmake-gas.com2 $! Set the def dir to proper place for use in batch. Works for interactive to.
7 $! Command file to build a GNU assembler on VMS
14 $! assembler, and you wish to compile without the "const=" hack,
16 $! definition, and then use that assembler to rebuild it without the
17 $! "const=" definition. Failure to do this will result in an assembler
21 $! to fix the above mentioned bug.
23 $ !The gcc-vms driver was modified to use `-1' quite some time ago,
25 $ !write sys$output "If this assembler is going to be used with GCC 1.n, you"
26 $ !write sys$output "need to modif
[all...]
H A Dvmsconf.sh5 $! Set the def dir to proper place for use in batch. Works for interactive to.
10 $! Command file to build a GNU assembler on VMS
17 $! assembler, and you wish to compile without the "const=" hack,
19 $! definition, and then use that assembler to rebuild it without the
20 $! "const=" definition. Failure to do this will result in an assembler
24 $! to fix the above mentioned bug.
26 $ !The gcc-vms driver was modified to use `-1' quite some time ago,
28 $ !write sys$output "If this assembler is going to be used with GCC 1.n, you"
29 $ !write sys$output "need to modif
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D981130-1.x1 # This test is known to fail on targets that use the instruction scheduler
3 # by the reassignment of a variable structure to a fixed structure. The
/openbsd-current/gnu/usr.bin/perl/ext/Win32CORE/
H A DWin32CORE.pm5 # There is no reason to load this module explicitly. It will be
25 Win32CORE was created to provide on cygwin those Win32:: functions that
27 perl releases prior to 5.8.6, this module was standalone and had to
34 call it's version, and Win32CORE is statically linked to perl for both
35 cygwin and regular win32 builds. This will permit these functions to
/openbsd-current/gnu/usr.bin/perl/t/run/
H A DswitchM.t18 )forget to declare "my \$x"\?\) at run\/flib\/broken.pm line 6\./,
23 )forget to declare "my \$x"\?\) at run\/flib\/broken.pm line 6\./,
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dirix_5.sh6 # Apparently, there's a stdio bug that can lead to memory
19 # 658: bit-field 'th_off' type required to be int, unsigned int, or signed int. <netinet/tcp.h>
23 # Without this the cc thinks that a struct timeval * is not equivalent to
45 # Subject: sockets broken under IRIX 5.3? YES...how to fix
46 # Anyone attempting to use perl4 or perl5 with SGI IRIX 5.3 may discover
49 # reported to SGI as bug #255347 and it can be fixed by installing
51 # WWW server) or from the Support Advantage 9/95 Patch CDROM. Thanks to Tom
58 You should upgrade to at least IRIX 6.2 with pthread patches.
68 You should upgrade to at least IRIX 6.2.
H A Dirix_6_0.sh4 # added `-32' to force compilation in 32-bit mode.
11 # Apparently, there's a stdio bug that can lead to memory
26 # The following might be of interest if you wish to try 64-bit mode:
49 You should upgrade to at least IRIX 6.2 with pthread patches.
59 You should upgrade to at least IRIX 6.2.
H A Dirix_6_1.sh4 # added `-32' to force compilation in 32-bit mode.
11 # Apparently, there's a stdio bug that can lead to memory
26 # The following might be of interest if you wish to try 64-bit mode:
49 You should upgrade to at least IRIX 6.2 with pthread patches.
59 You should upgrade to at least IRIX 6.2.
H A Dirix_4.sh30 You should upgrade to at least IRIX 6.2 with pthread patches.
40 You should upgrade to at least IRIX 6.2.
/openbsd-current/gnu/usr.bin/perl/ext/Sys-Hostname/t/
H A DHostname.t29 qr/hostname\(\) does not accepts arguments \(it used to silently discard any provided\)/,

Completed in 321 milliseconds

<<11121314151617181920>>