Searched refs:attempt (Results 1 - 25 of 47) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/comp/
H A Dcloselog.c48 log.attempt = 0;
H A Dsyslog.c44 static const Namval_t attempt[] =
264 if (log.attempt >= elementsof(attempt))
266 p = (Namval_t*)&attempt[log.attempt++];
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathtemp.c114 int attempt; local
289 for (attempt = 0; attempt < ATTEMPT; attempt++)
291 if (!tmp.rng || !tmp.seed && (attempt || tmp.pid != getpid()))
300 tmp.rng = (uint32_t)tmp.pid * ((uint32_t)time(NiL) ^ (((uint32_t)integralof(&attempt)) >> 3) ^ (((uint32_t)integralof(tmp.dir)) >> 3));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self13 C<smtp.self> will attempt to send a message to a given user
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdliptun.c67 uint_t attempt; local
69 for (attempt = 0; attempt < IPTUN_IOCTL_ATTEMPT_LIMIT; attempt++) {
70 if (attempt != 0)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlen.s52 ! null byte. To this end, we attempt to get our string aligned
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.s52 ! null byte. To this end, we attempt to get our string aligned
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm67 the hash from being bless()ed while it is in a locked state. Any attempt
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DDomain.pm306 Using various methods B<attempt> to find the Fully Qualified Domain Name (FQDN)
H A DConfig.pm301 If true then C<make test> may attempt to connect to hosts given in the
H A DFTP.pm1388 C<$dir> is C<"..">, the FTP C<CDUP> command is used to attempt to
1389 move up one directory. If no directory is given then an attempt is made
1410 C<rmdir> will attempt to delete everything inside the directory.
1415 C<mkdir> will attempt to create all the directories in the given path.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm161 If you set $Shell::capture_stderr to 1, the module will attempt to
H A DNEXT.pm230 By default, if a redispatch attempt fails to find another method
237 to attempt to redispatch any method that does not have the
H A DExporter.pm318 The Exporter module will convert an attempt to import a number from a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm366 in attempt to make the interface more flexible. These are
411 unsupported by the system, an attempt to use this method will
H A DHandle.pm230 in the hash table part of the GLOB. In an attempt to prevent modules
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm230 on two different volumes, we will not attempt to resolve the two
260 on two different volumes, we will not attempt to resolve the two
H A DTemp.pm550 # Store current attempt - in principal this implies that the
551 # 3rd time around the open attempt that the first temp file
553 # attempt and make sure that none are repeated
645 # Presumably, by the time we actually attempt to create the
1010 destructor will attempt to unlink the file (using C<unlink1>)
1272 attempt to remove it (and all files inside it) when the program
1273 exits. Note that an attempt will be made to remove all files from
1735 # attempt remove the file (does not work on some platforms)
1951 (for example Win NT or OS/2) any attempt to change the level will
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm53 and the switches string. If the subroutines are not defined, an attempt is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm149 No attempt is made to resolve formatting codes. This must be done after
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm141 In addition, an attempt is made to recognize several common Unix library
179 names, one more attempt is made to find them using either C<foo.a> or
220 pretty transparently on the Win32 platform, we do not attempt to
H A DInstall.pm261 will attempt to read it from @ARGV.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL443 An attempt to C<eval "require $module"> failed, even though the list of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm336 An attempt to allocate memory failed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm357 Disabling these ops is a I<very> heavy handed way to attempt to prevent

Completed in 92 milliseconds

12