Searched refs:first (Results 301 - 325 of 402) sorted by relevance

<<11121314151617

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm108 # Default is now to first use the native mechanism, so Perl programs
507 # correct value. Therefore, we first try a direct call to
918 opened when the first message is logged).
1088 A reference to an array can also be passed as the first parameter.
1094 Under systems with the Win32 API, C<eventlog> will be added as the first
1154 If this is your first use of Sys::Syslog, you must read the doc.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm103 The basename() routine returns the first element of the list produced
233 # basename() - returns first element of list returned by fileparse()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DWin32.pm40 Returns a string representation of the first existing directory
272 # whatever separator is first in the $volume
281 # there, reusing whatever separator is first in the $volume if possible.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm76 Programs like B<sort> that read their entire input stream first,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm136 # handle '+inf', '-inf' first
209 $self->bnorm()->round(@r); # first normalize, then round
217 # if two arguments, the first one is the class to "swallow" subclasses
442 # check sign for speed first
549 # add second arg (BFLOAT or string) to first (BFLOAT) (modifies first)
563 # NaN first
632 # subtract second arg from first, modify first
796 # first
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm108 $data_size-- if $self->{"proto"} eq "udp"; # We provide the first byte
831 # separate the overhead of opening the stream from the first ping.
1153 croak("ack called on [$host] without calling ping first!")
1172 # Do "bad" fds from $wbits first
1428 hosts on a network. A ping object is first created with optional
1582 called at all) must be called before the first call to ping() for that
1591 first ping. If you don't call C<open()>, the connection is
1592 automatically opened the first time C<ping()> is called.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm328 # We used to try first to get the version number from a local binary, but
359 # Double the first quote; note that this should not be s///g as two double
368 # For each document we process, output the preamble first.
386 # everything up to the first of:
709 # Start a list. For indents after the first, wrap the outside indent in .RS
944 # one dash at a time. Leave a dash after the first character as a regular
1254 characters, the first character is used as the left quote and the second as
1255 the right quoted; and if it is four characters, the first two are used as
1287 arguments, the first being the file handle to read POD from and the second
1288 being the file handle to write the formatted output to. The first default
[all...]
H A DFunctions.pm66 first numbered version
323 shift ARRAY remove the first element of an array, and return it
H A DParseUtils.pm771 the order is kept, i.e. start with the first node and end with the last.
815 the order is kept, i.e. start with the first node and end with the last.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm36 ** If you are unfamiliar with testing B<read Test::Tutorial> first! **
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm117 $initial_tab = "\t"; # Tab before first line
147 Indentation is controlled for the first line (C<$initial_tab>) and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm251 Remove the first element of the array (shifting other elements down)
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s109 add %l0, %l1, %l0 ! and get address of first env ptr
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s208 srl %l1, 16, %g1 ! first two bytes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm420 # entire list. Otherwise returns the first
2487 # If no check array is specified, check the first by default
3695 # first parameter sets the start of the data. The part identified by
4093 # first. After the boundary is hit, we return undef. The next read will
4423 acceptable. In fact, only the first argument needs to begin with a
4424 dash. If a dash is present in the first argument, CGI.pm assumes
4452 attributes as a hash reference as the first argument, and the
4838 errors may only occur the first time you call I<param()>. Be ready
4851 call them directly without creating a CGI object first. This example
4927 automatically the first tim
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_headers.c625 * is added before that header, if first is set, or after. If append is
630 boolean_t append, boolean_t first, char *header_name)
645 if (!first) {
723 * If header_name is NULL we first have to locate the name
629 _sip_add_header(_sip_msg_t *sip_msg, _sip_header_t *new_header, boolean_t append, boolean_t first, char *header_name) argument
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c229 * The next macro places an integer in the first sizeof(int) bytes of a
236 * value to be in the first sizeof(int) bytes of the union element. If
254 * Version 1 entries are first, V2 entries follow.
1771 /* first check to see if colon (:) is there */
1879 /* first check to see if colon (:) is there */
1988 * first check to see if colon (:) is there,
1990 * i.e., colon is not the first character
2365 * Add reverse map first.
2681 * encrypt the password first.
3050 boolean_t first local
3458 int first = 1; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc76 reset(); /* get rid of data structures first */
420 * Returns the first entry found in the table by setting 'answer' to
425 db_mindex::first(entryp *where, entry_object ** answer) function in class:db_mindex
435 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first");
436 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::first", this);
448 "ru db_mindex::first LDAP",
449 "ru table db_mindex::first LDAP");
460 "ru db_mindex::first", "ru table db_mindex::first");
524 * the results of the first/nex
544 db_mindex::first(db_query *q, function in class:db_mindex
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c490 ap_platopts_check(apd_t *a, int first, int last) argument
513 for (c = first; c <= last; c++)
1344 /* Print the first cpuid */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL253 The first situation being much more frequent, it makes sense to rewrite the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm264 first I<ENCNAME>. C<< STDIN => undef >> turns the IO transcoding
515 This pragma first appeared in Perl 5.8.0. For features that require
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs260 first(block,...)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm391 a mod_perl request object as the first argument to C<new()>. It will
504 will return the B<first> value of a multivalued cookie.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm236 Note how the first and last entries are protected by quotes in order
247 When using GCC, that entry specifies that MakeMaker should first look
H A DMM_Any.pm22 # Temporarily, you have to subclass both. Put MM_Any first.
392 This target is the first target in the Makefile, is the default target
825 The first element of @os_flavor is the major family (ie. Unix,

Completed in 264 milliseconds

<<11121314151617