Searched refs:to (Results 676 - 700 of 2262) sorted by relevance

<<21222324252627282930>>

/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXMLOutStream.pm85 # all charsets that this module happens to run under.
128 TODO: An example or two of =extend, then point to Pod::Simple::Subclassing
136 Questions or discussion about POD and Pod::Simple should be sent to the
137 pod-people@perl.org mail list. Send an empty email to
138 pod-people-subscribe@perl.org to subscribe.
141 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
142 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
144 Patches against Pod::Simple are welcome. Please send bug reports to
/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DScalar.pm38 L<perltie> for a list of the functions required in tying a scalar to a
42 B<Tie::Scalar> and causes scalars tied to it to behave exactly like the
44 method is provided as a means of legacy support for classes that forget to
47 For developers wishing to write their own tied-scalar classes, the methods
57 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
72 option exists, should a class wish to perform specific actions upon the
140 # Perl's built-in scalars. Good base to inherit from, if you're only going to
/openbsd-current/usr.sbin/snmpd/
H A Dutil.c5 * Permission to use, copy, modify, and distribute this software for any
32 sendtofrom(int s, void *buf, size_t len, int flags, struct sockaddr *to, argument
54 msg.msg_name = to;
60 switch (to->sa_family) {
85 socklen_t *fromlen, struct sockaddr *to, socklen_t *tolen)
117 if (getsockname(s, to, tolen) != 0)
126 in = (struct sockaddr_in *)to;
136 in6 = (struct sockaddr_in6 *)to;
84 recvfromto(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen, struct sockaddr *to, socklen_t *tolen) argument
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dacknowledgements.pl57 were approximately $formatted_code_changes lines of changes to
60 Perl continues to flourish into its fourth decade thanks to a vibrant
61 community of users and developers. The following people are known to
68 reported issues to the Perl bug tracker.
71 modules included in Perl's core. We're grateful to the entire CPAN
72 community for helping Perl to flourish.
148 # rounds an integer to two significant figures
156 # adds commas to a number at thousands, millions
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSharedMem.pm160 A class providing an object based interface to SysV IPC shared memory.
175 C<KEY> is equal to C<IPC_PRIVATE>
184 On creation of a new shared memory segment C<FLAGS> is used to
185 set the permissions. Be careful not to set any flags that the
201 Write C<SIZE> bytes to the shared memory segment at C<POS>. Returns
207 removed as long as any processes are still attached to it.
235 Permanently attach to the shared memory segment. When a C<IPC::SharedMem>
243 to. Returns true if successful, or false on error. See L<shmdt(2)>.
247 Returns the address of the shared memory that has been attached to in a
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm45 ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc.
64 The module is used to replace common UNIX commands. In all cases the
66 them easier to deal with in Makefiles. Call them like this:
68 perl -MExtUtils::Command -e some_command some files to work on
72 perl -MExtUtils::Command -e 'some_command qw(some files to work on)'
85 # VMS uses % instead of ? to mean "one character"
97 Concatenates all files mentioned on command line to STDOUT.
111 Sets modified time of destination to that of source.
196 Moves source to destination. Multiple sources are allowed if
226 Copies sources to th
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/
H A DFieldHash.pm128 In the first form, registers an object to work with for the function
134 It is a fatal error to register a non-reference $obj. Any non-hashrefs
137 It is I<not> an error to register the same object multiple times with
171 a reference to the given hash if successful, otherwise nothing.
196 to conflict with other Perl terminology.
199 data with an object is to store the data inside the object's body, that is,
200 the piece of data pointed to by the reference.
202 In consequence, if two or more classes want to access an object they
204 data within the object body. Failure to agree on the type results in
205 immediate death when the wrong method tries to acces
[all...]
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.h19 along with GCC; see the file COPYING. If not, write to the Free
43 By default, this macro is defined to handle the standard options properly.
44 You need not define it unless you wish to add additional options which take
59 `WORD_SWITCH_TAKES_ARG' unless you wish to add additional options which take
66 /* -fpic and -fPIC used to imply the -mlibrary-pic multilib, but with
67 FDPIC which multilib to use depends on whether FDPIC is in use or
68 not. The trick we use is to introduce -multilib-library-pic as a
70 and fPIC to it only if fdpic is not selected. Also, if fdpic is
74 for -mgprel-ro, we want to enable it by default, but not for -fpic or
92 /* A C string constant that tells the GCC driver program options to pas
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm74 # so we need to calculate an offset to apply later
87 # This is written in such a byzantine way in order to avoid
199 # Are we close to a DST change or are we done
202 # If this evaluates to true, it means that the value in $loc_t is
275 It is worth drawing particular attention to the expected ranges for the values
287 with. The same applies to C<< timegm_posix( gmtime($value) ) >>.
293 These functions expect the year value to be the number of years since 1900,
300 While it would be nice to make this the default behavior, that would almost
304 You are B<strongly> encouraged to us
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A Dhints.pm10 # ABSTRACT: Provide hints about user subroutines to autodie
14 autodie::hints - Provide hints about user subroutines to autodie
59 The L<autodie> pragma is very smart when it comes to working with
61 fixed, and C<autodie> knows exactly how they try to signal failure.
65 behaviour to demonstrate failure:
91 The hinting interface allows I<hints> to be provided to C<autodie>
101 C<autodie> considers the subroutine to have failed.
104 the complete return value to that subroutine. If the hint is
111 C<autodie> always needs to captur
[all...]
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dsol-cn.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.
H A Deabi-ci.asm10 In addition to the permissions in the GNU General Public License, the
11 Free Software Foundation gives you unlimited permission to link the
12 compiled version of this file with other programs, and to distribute
24 along with this program; see the file COPYING. If not, write to
29 compiled with GCC to produce an executable, this does not cause
30 the resulting executable to be covered by the GNU General Public License.
H A Deabi-cn.asm10 In addition to the permissions in the GNU General Public License, the
11 Free Software Foundation gives you unlimited permission to link the
12 compiled version of this file with other programs, and to distribute
24 along with this program; see the file COPYING. If not, write to
29 compiled with GCC to produce an executable, this does not cause
30 the resulting executable to be covered by the GNU General Public License.
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsol2-ci.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.
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dcrti.asm9 # In addition to the permissions in the GNU General Public License, the
10 # Free Software Foundation gives you unlimited permission to link the
11 # compiled version of this file with other programs, and to distribute
23 # along with this program; see the file COPYING. If not, write to
28 # compiled with GCC to produce an executable, this does not cause
29 # the resulting executable to be covered by the GNU General Public License.
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dcrtn.asm9 In addition to the permissions in the GNU General Public License, the
10 Free Software Foundation gives you unlimited permission to link the
12 and to distribute those combinations without any restriction coming
24 along with this program; see the file COPYING. If not, write to
34 % Register $253 is frame-pointer. It's not supposed to be used in most
44 % These registers are used to pass state at an exceptional return (C++).
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dcrti.asm10 # In addition to the permissions in the GNU General Public License, the
11 # Free Software Foundation gives you unlimited permission to link the
12 # compiled version of this file with other programs, and to distribute
24 # along with GCC; see the file COPYING. If not, write to the Free
29 # compiled with GCC to produce an executable, this does not cause
30 # the resulting executable to be covered by the GNU General Public License.
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_mbuild.sh21 # along with this program; if not, write to the Free Software
29 -j <makejobs> Run <makejobs> in parallel. Passed to make.
33 -e <regexp> Regular expression for selecting the targets to build.
68 # Number of builds to fire off in parallel.
108 # Convert these to absolute directory paths.
118 # Version of make to use
124 # Where to look for the list of targets to test
158 # fail? If the test is true, and we don't want to keep going, print
179 # Usage: log <level> <logfile>. Write standard input to <logfil
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dserver.h18 along with this program; if not, write to the Free Software
139 void convert_ascii_to_int (char *from, char *to, int n);
140 void convert_int_to_ascii (char *from, char *to, int n);
148 unsigned int *len_ptr, char *to);
171 /* Maximum number of bytes to read/write at once. The value here
172 is chosen to fill up a packet (the headers account for the 32). */
175 /* Buffer sizes for transferring memory, registers, etc. Round up PBUFSIZ to
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrtn.asm9 In addition to the permissions in the GNU General Public License, the
10 Free Software Foundation gives you unlimited permission to link the
12 and to distribute those combinations without any restriction coming
24 along with this program; see the file COPYING. If not, write to
34 % Register $253 is frame-pointer. It's not supposed to be used in most
44 % These registers are used to pass state at an exceptional return (C++).
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Deabi-ci.asm10 In addition to the permissions in the GNU General Public License, the
11 Free Software Foundation gives you unlimited permission to link the
12 compiled version of this file with other programs, and to distribute
24 along with this program; see the file COPYING. If not, write to
29 compiled with GCC to produce an executable, this does not cause
30 the resulting executable to be covered by the GNU General Public License.
H A Deabi-cn.asm10 In addition to the permissions in the GNU General Public License, the
11 Free Software Foundation gives you unlimited permission to link the
12 compiled version of this file with other programs, and to distribute
24 along with this program; see the file COPYING. If not, write to
29 compiled with GCC to produce an executable, this does not cause
30 the resulting executable to be covered by the GNU General Public License.
H A Dsol-cn.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.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsol2-ci.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.
/openbsd-current/gnu/usr.bin/gcc/gcc/doc/
H A Dmakefile.texi13 configuration is, it coordinates all the things that need to be built.
18 generated-manpages} to generate man pages.
34 that additional tools may be required beyond what is normally needed to
47 You can specify specific tests by setting RUNTESTFLAGS to be the name
64 (@var{N} = 1@dots{}3) are copied to a subdirectory @file{stage@var{N}/}.
73 subdirectories, rebuilding them, and copying them back to their
74 subdirectories. This will allow you to, for example, quickly rebuild a
75 bootstrapped compiler after changing the sources, without having to do a
80 special invocation, using this target means you don't have to keep track
87 For each stage, moves the appropriate files to th
[all...]

Completed in 386 milliseconds

<<21222324252627282930>>