Searched defs:new (Results 76 - 100 of 254) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Drecurse.t193 sub new { subroutine
200 sub new { subroutine
205 Foo->new(1),
206 Foo->new(2), # Second instance of a Foo
224 my $bar = new Bar;
287 sub new { subroutine
300 sub new { subroutine
306 return ("", $obj, Foo2->new);
319 thaw freeze(Foo3->new);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm109 $results{$key} ||= $self->new(-name=>$key,-value=>\@values);
114 sub new { subroutine
254 # Create new cookies and send them
255 $cookie1 = CGI::Cookie->new(-name=>'ID',-value=>123456);
256 $cookie2 = CGI::Cookie->new(-name=>'preferences',
349 my $c = CGI::Cookie->new(-name => 'foo',
357 Create cookies from scratch with the B<new> method. The B<-name> and
391 a mod_perl request object as the first argument to C<new()>. It will
394 my $c = CGI::Cookie->new($r,
417 my $c = CGI::Cookie->new(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm4 sub new { subroutine
489 please answer 'y', but if you want me to get a new database now,
551 # show the next $limit items, get the new position
592 my $fh = FileHandle->new;
605 $all{$continent}{$country}{$dst} = CPAN::Mirrored::By->new($continent,$country,$dst);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm96 my($packlist) = ExtUtils::Packlist->new();
321 my ($packlist) = ExtUtils::Packlist->new($fil);
364 $Inc_uninstall_warn_handler ||= new ExtUtils::Install::Warn;
404 output the new module contents.
495 sub new { bless {}, shift } subroutine
H A DPacklist.pm20 sub new($$) subroutine
177 my ($pl) = ExtUtils::Packlist->new('.packlist');
180 $pl->write('/a/new/.packlist');
199 The hash reference returned by the new() function can be used to examine and
211 =item new()
214 it will be opened and the contents of the file will be read. The new() method
217 key is undef. In the case of new-style .packlists, the value associated with
224 no file is specified, the .packlist specified to new() will be read. If the
230 no file is specified, the .packlist specified to new() will be overwritten.
258 my $dh = IO::Dir->new(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm27 sub new { return bless {}, ref($_[0]) || $_[0] } subroutine
41 and print "About to call new Pod::Man ",
47 Pod::Man->new(@options)->parse_from_file(@_);
H A DToMan.pm33 sub new { return bless {}, ref($_[0]) || $_[0] } subroutine
102 return Pod::Perldoc::ToPod->new->parse_from_file(@_);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm29 The basic B<Tie::Handle> package provides a C<new> method, as well as methods
40 The method invoked by the command C<tie *glob, classname>. Associates a new
122 sub new { subroutine
127 # "Grandfather" the new, a la Tie::Hash
131 if (defined &{"{$pkg}::new"}) {
132 warnings::warnif("WARNING: calling ${pkg}->new since ${pkg}->TIEHANDLE is missing");
133 $pkg->new(@_);
/osnet-11/usr/src/lib/libproc/common/
H A DPutil.c39 * Place the new element on the list prior to the existing element.
42 list_link(void *new, void *existing) argument
44 plist_t *p = new;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c194 char *p, *cp, **cpp, **new; local
234 new = realloc(pvt->proto.p_aliases,
236 if (!new) {
240 pvt->proto.p_aliases = new;
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c48 * Enter a new wait function on the queue.
55 evWait *new; local
58 OKNEW(new);
59 new->func = func;
60 new->uap = uap;
61 new->tag = tag;
62 new->next = NULL;
64 wl->last->next = new;
66 wl->first = new;
67 wl->last = new;
166 evWait *new; local
206 evWaitList *new; local
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ipc.c164 struct sigaction new, old; local
191 new.sa_handler = SIG_IGN;
192 new.sa_flags = 0;
193 (void) sigemptyset(&new.sa_mask);
194 (void) sigaction(SIGPIPE, &new, &old); /* preserve old disposition */
/osnet-11/usr/src/lib/libnsl/nss/
H A Dinet_pton.c95 uint_t new = *tp * 10 + (pch - digits); local
97 if (new > 255)
99 *tp = new;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h51 * __list_add - Insert a new entry between two known consecutive entries.
52 * @new:
59 static __inline__ void __list_add(struct list_head * new, argument
62 next->prev = new;
63 new->next = next;
64 new->prev = prev;
65 prev->next = new;
69 * list_add - add a new entry
70 * @new: new entr
76 list_add(struct list_head *new, struct list_head *head) argument
89 list_add_tail(struct list_head *new, struct list_head *head) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c130 did_hash_insert(topo_mod_t *mp, di_node_t key, did_t *new) argument
137 did_hold(new);
141 tab->dph_hash[idx] = new;
151 new->dp_next = tab->dph_hash[idx];
152 tab->dph_hash[idx] = new;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c248 ti_set_term (const struct terminfo *new) argument
250 grub_memmove (&term, new, sizeof (struct terminfo));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpat.t1068 sub new { bless [] } subroutine
1070 $a = 'S'->new;
3166 sub new { my ($c, $v) = @_; bless \$v, $c; } subroutine
3169 $_ = Str->new("a\x{100}/\x{100}b");
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm162 # new: The object constructor
164 sub new subroutine
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c115 /* Point the current LSN to the new file. */
369 * If we're beginning a new buffer, note the user LSN to which
426 * has changed, acquire a new log file.
512 /* Get the path of the new file and open it. */
537 char old[sizeof(LFPREFIX) + 5 + 20], new[sizeof(LFPREFIX) + 10 + 20]; local
545 * both the old-style and new-style log file names. The trick is
548 * a match using a new-style name. The only down-side is that some
551 * the old-style name when we've already failed to find a new-style
554 * Create a new-style file name, and if we're not going to open the
557 (void)snprintf(new, sizeo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm241 sub new { subroutine
323 write new compiler backends. This documentation assumes that the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm22 sub new subroutine
246 $s = IO::Select->new();
253 @ready = IO::Select->new(@handles)->can_read(0);
265 =item new ( [ HANDLES ] )
267 The constructor creates a new object and optionally initialises it with a set
330 like C<new>. C<READ>, C<WRITE> and C<EXCEPTION> are either C<undef> or
349 $lsn = new IO::Socket::INET(Listen => 1, LocalPort => 8080);
350 $sel = new IO::Select( $lsn );
355 # Create a new socket
356 $new
[all...]
H A DSocket.pm40 sub new { subroutine
42 my $sock = $class->SUPER::new();
93 my $sock1 = $class->new();
94 my $sock2 = $class->new();
118 my $sel = new IO::Select $sock;
168 my $new = $pkg->new(Timeout => $timeout);
174 my $sel = new IO::Select $sock;
183 $peer = accept($new,$sock)
186 return wantarray ? ($new,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm116 &version::new
135 &version::vxs::new
141 sub new { subroutine
158 # XXX perhaps new Safe 'Root', mask => $mask, foo => bar, ...;
159 croak "Mask parameter to new no longer supported" if defined $mask;
463 $compartment = new Safe;
476 =item a new namespace
518 $cpt = new Safe;
541 To create a new compartment, use
543 $cpt = new Saf
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.pm40 sub new { subroutine
491 my $dumper = new Dumpvalue;
501 A new dumper is created by a call
503 $d = new Dumpvalue(option1 => value1, option2 => value2)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm160 sub new { subroutine
263 return($module_name->new); # Make it!
369 DEBUG and print "Before adding new supers tightly:\n",
388 DEBUG and print "After adding new supers tightly:\n",

Completed in 70 milliseconds

1234567891011