Searched refs:to (Results 501 - 525 of 2262) sorted by relevance

<<21222324252627282930>>

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm90 C<TAP::Parser> is designed to produce a proper parse of TAP output. For
91 an example of how to run tests through this module, see the simple
94 There's a wiki dedicated to the Test Anything Protocol:
120 This is the preferred method of passing input to the constructor.
122 The C<source> is used to create a L<TAP::Parser::Source> that is passed to the
123 L</iterator_factory_class> which in turn figures out how to handle the source and
124 creates a <TAP::Parser::Iterator> for it. The iterator is used by the parser to
137 The I<tap> is used to create a L<TAP::Parser::Source> that is passed to th
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm96 # Ways to restrict a hash
101 # Ways to inspect the properties of a restricted hash
114 # Ways to change the restrictions on both keys and values
141 5.8.0 introduces the ability to restrict a hash to a certain set of
143 the ability to lock an individual key so it cannot be deleted and the
144 ability to ensure that an individual value cannot be changed.
146 This is intended to largely replace the deprecated pseudo-hashes.
157 Restricts the given %hash's set of keys to @keys. If @keys is not
158 given it restricts it to it
[all...]
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsol2-c1.asm11 ! In addition to the permissions in the GNU General Public License, the
12 ! Free Software Foundation gives you unlimited permission to link the
13 ! compiled version of this file with other programs, and to distribute
25 ! along with this program; see the file COPYING. If not, write to
30 ! compiled with GCC to produce an executable, this does not cause
31 ! the resulting executable to be covered by the GNU General Public License.
65 ! Leave some room for a call. Sun leaves 32 octets (to sit on
73 ! %g1 may contain a function to be registered w/atexit
91 ! We ignore the auxiliary vector; there is no defined way to
92 ! access those data anyway. Instead, go straight to mai
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsol2-c1.asm11 ! In addition to the permissions in the GNU General Public License, the
12 ! Free Software Foundation gives you unlimited permission to link the
13 ! compiled version of this file with other programs, and to distribute
25 ! along with this program; see the file COPYING. If not, write to
30 ! compiled with GCC to produce an executable, this does not cause
31 ! the resulting executable to be covered by the GNU General Public License.
65 ! Leave some room for a call. Sun leaves 32 octets (to sit on
73 ! %g1 may contain a function to be registered w/atexit
91 ! We ignore the auxiliary vector; there is no defined way to
92 ! access those data anyway. Instead, go straight to mai
[all...]
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c27 /* Copies "from" to "to". Note that the functionality here is similar
28 to the win32 function CopyFile, but (1) we copy LastAccessTime and
29 CopyFile doesn't, (2) we set file attributes to the default set by
35 copy_file (from, to)
37 const char *to;
46 (server_active) ? 'S' : ' ', from, to);
48 (void) fprintf (stderr, "-> copy(%s,%s)\n", from, to);
57 if ((fdout = open (to, O_CREAT | O_TRUNC | O_RDWR | O_BINARY,
59 error (1, errno, "cannot create %s for copying", to);
[all...]
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlivp.PL7 # List explicitly here the variables you want Configure to
9 # have to mention them as if they were shell variables, not
15 # This forces PL files to create target in same directory as PL file.
16 # This is so that make depend always knows where to find PL derivatives.
28 # You can use $Config{...} to use Configure variables.
86 # Unixes it is the basename rather than the full path to the perl binary.
163 print "# Perl \@INC directory '$_' does not appear to exist.\n";
189 print "## Module '$_' appears to be installed.\n" if $opt{'v'};
193 print "# Needed module '$_' does not appear to be properly installed.\n";
235 # DProf: run perl with -d to us
[all...]
/openbsd-current/lib/libcrypto/rsa/
H A Drsa.h7 * 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.
146 /* Set salt length to maximum possible */
256 unsigned char *to, RSA *rsa, int padding);
258 unsigned char *to, RSA *rsa, int padding);
260 unsigned char *to, RSA *rsa, int padding);
262 unsigned char *to, RSA *rsa, int padding);
323 int RSA_padding_add_PKCS1_type_1(unsigned char *to, in
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dsol2-c1.asm11 ! In addition to the permissions in the GNU General Public License, the
12 ! Free Software Foundation gives you unlimited permission to link the
13 ! compiled version of this file with other programs, and to distribute
25 ! along with this program; see the file COPYING. If not, write to
30 ! compiled with GCC to produce an executable, this does not cause
31 ! the resulting executable to be covered by the GNU General Public License.
65 ! to preserve it. We want to register _cleanup() first.
69 ! Check to see if there is an _cleanup() function linked in, and if
70 ! so, register it with atexit() as the last thing to b
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-c1.asm11 ! In addition to the permissions in the GNU General Public License, the
12 ! Free Software Foundation gives you unlimited permission to link the
13 ! compiled version of this file with other programs, and to distribute
25 ! along with this program; see the file COPYING. If not, write to
30 ! compiled with GCC to produce an executable, this does not cause
31 ! the resulting executable to be covered by the GNU General Public License.
65 ! to preserve it. We want to register _cleanup() first.
69 ! Check to see if there is an _cleanup() function linked in, and if
70 ! so, register it with atexit() as the last thing to b
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm10 #pod This section is at the top in order to provide easier access to
11 #pod porters. It is not expected to be rendered by a standard pod
12 #pod formatting tool. Please skip straight to the SYNOPSIS section if you
13 #pod are not trying to port this module to a new platform.
15 #pod This module is designed to be portable across operating systems and it
17 #pod (Classic). When porting to a new OS there are generally three main
18 #pod issues that have to be solved:
110 #pod C<File::Temp> can be used to creat
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm14 # Getopt::Long is reported to run under 5.8.
72 # or 'require', if any. It can be used to enable or disable specific
84 $getopt_compat = 0; # disallow '+' to start options
91 $getopt_compat = 1; # allow '+' to start options
107 my @syms = (); # symbols to import
201 # Locally set exception handler to default, otherwise it will
203 # to deliver the messages.
218 ################ Back to Normal ################
249 # Rather liberal patterns to match numbers.
271 # Try to kee
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/Class/
H A DStruct.pm222 $out .= " croak 'Too many args to $name' if \@_ > 1;\n";
282 $obj->s('new value'); # assign to element
285 my $ary_ref = $obj->a; # reference to whole array
287 $obj->a(2, 'new value'); # assign to array element
290 my $hash_ref = $obj->h; # reference to whole hash
292 $obj->h('x', 'new value'); # assign to hash element
310 used to assign to the element and to fetch its value. The
359 similar to usin
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DCmd.pm294 # though documented to return undef on failure, the legacy behavior
295 # was to return $cmd even on failure, so this odd construct does that
465 # Data passed to datasend() should be encoded to octets upstream already so
466 # shouldn't even have the UTF-8 flag on to start with, but if it so happens
469 # Only Unicode codepoints > 0xFF stored in an upgraded string will fail to
570 # read and write to tied filehandle
579 # tie to myself
610 # in this context, we use the presence of readbuf to
666 These methods provide a user interface to th
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm21 # Hash of SV type (CODE, SCALAR, etc.) to regex matching deprecated
26 lvalue => 'lvalue attribute applied to already-defined subroutine',
33 # After we've removed a deprecated attribute from the XS code, we need to
130 use attributes (); # optional, to get subroutine declarations
142 list to this module. In particular, the first example above is equivalent to
147 The second example in the synopsis does something equivalent to this:
161 with what the semantics ought to be. Do not rely on the current
172 This means that you have to I<reach> the run-time component of the C<my>
177 will neither assign 42 to
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm100 # Modification time defaults to now.
327 data to files or buffer as defined in RFC 1952.
337 A top-level function, C<gzip>, is provided to carry out
357 The parameter, C<$input_filename_or_reference>, is used to define the
367 assumed to be a filename. This file will be opened for reading and the
388 The complete array will be walked to ensure that it only
409 If you do not want to use these defaults they can be overridden by
415 The parameter C<$output_filename_or_reference> is used to control the
424 assumed to be a filename. This file will be opened for writing and the
425 compressed data will be written to i
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dapp.c19 along with GAS; see the file COPYING. If not, write to the Free
52 /* The pseudo-op for which we need to special-case `@' characters.
117 /* I370 uses single-quotes to delimit integer, float constants. */
138 /* This macro permits the processor to specify all characters which
141 backend uses this to support prefixes, which can confuse the
142 scrubber as to whether it is parsing operands or opcodes. */
147 /* The m68k backend wants to be able to change comment_chars. */
161 /* This macro permits the processor to specify all characters which
209 app is called asynchronously to th
342 char *to = tostart; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/
H A DRRA.pm21 # Abort if Test::More was loaded before Test::RRA to be sure that we get the
27 # Red Hat's base perl package doesn't include Test::More (one has to install
28 # the perl-core package in addition). Try to detect this and skip any Perl
37 or croak('Cannot write to stdout');
58 # Compare a string to the contents of a file, similar to the standard is()
59 # function, but to show the line-based unified diff between them if they
63 # $expected - The path to the file containing the expected output
64 # $message - The message to use when reporting the test results
67 # Throws: Exception on failure to rea
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dopen.pm21 # perlio layer stack an encoding identical to what we would like
22 # to push via this open pragma, we will pop away the old encoding
80 (warnings::warnif("layer", "Cannot figure out an encoding to use"), last)
137 open - perl pragma to set default PerlIO layers for input and output
167 Perl is configured to use PerlIO as its IO system (which has been the
170 The C<open> pragma serves as one of the interfaces to declare default
188 also be given a single colon (:) for a layer name, to override this pragma
190 L<PerlIO/Defaults and how to override them>.
192 To translate from and to an arbitrary text encoding, use the C<:encoding>
197 If you want to se
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DAlias.pm86 # clear %Alias cache to allow overrides
276 # At last, Map white space and _ to '-'
298 Encode::Alias - alias definitions to encodings
310 Allows newName to be used as an alias for ENCODING. ENCODING may be
314 Currently the first argument to define_alias() can be specified in the
326 in order to allow C<$1> etc. to be substituted. The example is one
327 way to alias names as used in X11 fonts to the MIME names for the
330 (or, you don't have to d
[all...]
/openbsd-current/games/sail/
H A Ddr_3.c17 * may be used to endorse or promote products derived from this software
51 * first try to create moves for OUR ships
205 push(struct ship *from, struct ship *to) argument
209 sb = to->specs->guns;
215 return from < to;
259 sendbp(struct ship *from, struct ship *to, int sections, int isdefense) argument
269 n, turn, to->file->index, sections);
273 makesignal(from, "boarding the $$", to);
278 is_toughmelee(struct ship *ship, struct ship *to, int isdefense, int count) argument
288 if (bp->turnsent && (to
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DIteratorFactory.pm15 TAP::Parser::IteratorFactory - Figures out which SourceHandler objects to use for a given Source
34 registered L<TAP::Parser::SourceHandler>s to see which one should handle the source.
36 If you're a plugin author, you'll be interested in how to L</register_handler>s,
95 This is a hashref keyed on handler class whose values contain config to be passed
109 $self->_croak('Argument to &config must be a hash reference');
141 C<load_handlers> will attempt to load the C<MySourceHandler> class by looking in
194 to use to create a L<TAP::Parser::Iterator> (see L</detect_source>). Dies on error.
297 If we've done things right, you'll probably want to write a new source,
300 But in case you find the need to
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc15 //=== code that is guaranteed to work on *all* UNIX variants.
88 // Check to see if this first directory contains the executable...
102 // Redirect empty paths to /dev/null
132 // Redirect empty paths to /dev/null
207 // If we call posix_spawn_file_actions_addopen we have to make sure the
208 // c strings we pass to it stay alive until the call to posix_spawn,
234 // If stdout and stderr should go to the same place, redirect stderr
235 // to the FD already open for stdout.
237 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdou
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DHub.pm72 # Nothing to do
404 # No need to do IPC checks on culled events
430 # These need to be refreshed now
556 The hub is the place where all events get processed and handed off to the
566 The C<send()> method is used to issue an event to the hub. This method will
582 # You want your filter to remove the event
622 ... do whatever you need to ...
637 formatter to undef to preven
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DDir.pm171 The C<IO::Dir> package provides two interfaces to perl's directory reading
183 argument which, if given, C<new> will pass to C<open>
207 C<IO::Dir> also provides an interface to reading directories via a tied
224 Assigning to an entry in the hash will cause the time stamps of the file
225 to be modified. If the file does not exist then it will be created. Assigning
226 a single integer to a hash element will cause both the access and
227 modification times to be changed to that value. Alternatively a reference to
228 an array of two values can be passed. The first array element will be used to
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DModuleVersion.pm37 # contents prior to the actual version string, $2 will contain the version
52 # contain all of the line contents prior to the actual version string, $2 will
74 # $dir - The root directory to search
98 # $file - File to check, which should be a Perl module
101 # Throws: Text exception on I/O failure or inability to find version
117 # in that module to the new one.
123 # Throws: Text exception on I/O failure or inability to find version
128 # starts with v, use it without quotes. Otherwise, quote it to prevent
144 print {$out} $line or die "$0: cannot write to $file.new: $!\n";
147 print {$out} $line or die "$0: cannot write to
[all...]

Completed in 498 milliseconds

<<21222324252627282930>>