Searched refs:created (Results 1 - 25 of 83) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbasic.t73 ok( -e 'MANIFEST', 'make manifest created a MANIFEST' );
126 ok( -r '../dummy-install', ' install dir created' );
134 ok( $files{'.packlist'}, ' packlist created' );
135 ok( $files{'perllocal.pod'},' perllocal.pod created' );
146 ok( -r 'elsewhere', ' install dir created' );
151 ok( $files{'.packlist'}, ' packlist created' );
152 ok( $files{'perllocal.pod'},' perllocal.pod created' );
166 ok( -d 'other', ' destdir created' );
174 ok( $files{'.packlist'}, ' packlist created' );
175 ok( $files{'perllocal.pod'},' perllocal.pod created' );
[all...]
H A D00setup_dummy.t131 ok( -e $file, "$file created" );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelectSaver.pm28 was selected when it was created. If its C<new> method gets an extra
33 that was selected when it was created.
H A Dfields.pm219 Do B<not> update the %FIELDS hash directly, because it must be created
287 be created with keys from that array. If a second argument is supplied,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm30 to print the name of each directory as it is created
41 using the Unix '/' separator) created.
43 If a system error prevents a directory from being created, then the
137 # $verbose -- optional print "mkdir $path" for each directory created
142 my(@created,$path);
156 push(@created,mkpath($parent, $verbose, $mode));
161 # allow for another process to have created it meanwhile
164 push(@created, $path);
166 @created;
H A DCopy.pm299 written to (and created if need be). Trying to copy a file on top
375 A new version of the output file is always created, which
383 returns, not the newly created version.)
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c108 * created, we don't have any way of finding out what its real name is,
157 int created, ret; local
168 * Temporary files may not yet have been created. We don't create
191 created = 0;
194 created = 1;
238 if (created) {
337 /* Temporary files may not yet have been created. */
/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s31 / This is where execution resumes when a thread created with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm60 Creates an C<IO::File> opened for read/write on a newly created temporary
63 file cannot be created or opened, the C<IO::File> object is destroyed.
H A DPipe.pm206 Creates an C<IO::Pipe>, which is a reference to a newly created symbol
237 on the newly created C<IO::Pipe> object. It returns an array of two objects
H A DSocket.pm333 newly created symbol (see the C<Symbol> package). C<new>
373 object. The new object will be created in the same class as the listen
384 created behind the scenes just to do the single poll. This is
390 Call C<socketpair> and return a list of two sockets created, or an
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE18 * Portions created by the Initial Developer are Copyright (C) 1994-2000
55 * Portions created by the Initial Developer are Copyright (C) 2003
93 * Portions created by the Initial Developer are Copyright (C) 1997
130 * Portions created by the Initial Developer are Copyright (C) 1998
167 * Portions created by the Initial Developer are Copyright (C) 1998
205 * Portions created by the Initial Developer are Copyright (C) 1998
241 * Portions created by the Initial Developer are Copyright (C) 2000
280 * Portions created by the Initial Developer are Copyright (C) 1997
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL273 argument is not supplied, a single document will be created for each
295 is encountered a section is created containing the actual
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s32 ! This is where execution resumes when a thread created with
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h127 int created; member in struct:__anon2750::__anon2751
H A Dnewterm.c381 if (rip.line[i].created)
390 rip.line[i].created = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm96 CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
175 Two environment variables affect how the C<CGI::Fast> object is created,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm325 class being created. The third form assumes the current package
328 An object of a class created by the first and third forms is
329 based on an array, whereas an object of a class created by the
334 The class created by C<struct> must not be a subclass of another
343 created by C<struct>.
592 derivation from created classes.
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c65 int created; member in struct:__pctx
155 pctx->created = 1;
231 pctx->created = 0;
767 wascreated = pctx->created;
779 pctx->created = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm124 section. After a C<Digest::MD5> object has been created, you will add
138 state the object to the state of a newly created object. No new
139 object is created in this case.
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs130 # Return the hostname the file was created on.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm91 newly created symbol (see the C<Symbol> package). C<new>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm139 created if
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm87 The default permissions to use if a new file is created. The actual
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm87 The default permissions to use if a new file is created. The actual

Completed in 197 milliseconds

1234