Searched refs:try (Results 51 - 75 of 122) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm201 # be called implicitly here, and again explicitly when we try
819 my $tryopt = $opt; # option to try
823 # To try overrides, obey case ignore.
1122 my $try = lc ($opt);
1124 if ( $try =~ /^no_?(.*)$/s ) {
1126 $try = $+;
1128 if ( ($try eq 'default' or $try eq 'defaults') && $action ) {
1131 elsif ( ($try eq 'posix_default' or $try e
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm38 try doing
H A Dfiletest.pm40 operation?). Therefore if you are serious about security, just try
H A Dstrict.pm112 you try to use a bareword identifier that's not a subroutine, unless it
H A DCwd.pm186 foreach my $try ('/bin/pwd',
191 if( -x $try ) {
192 $pwd_cmd = $try;
H A Dbigrat.pm200 The following would first try to find Math::BigInt::Foo, then
H A DDB.pm346 my $try;
347 if (($try) = grep(m|^_<.*$file|, keys %main::)) {
348 $file = substr($try,2);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t28 the Mac OS Runtime for Java and try it out!
47 install the Mac OS Runtime for Java and try it out!
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c102 * We try harder to acquire queue locks by spinning.
964 * If so, just loop around and try again.
1928 mutex_recursion(mutex_t *mp, int mtype, int try) argument
1932 ASSERT(try == MUTEX_TRY || try == MUTEX_LOCK);
1943 if (try == MUTEX_LOCK) {
2073 mutex_lock_internal(mutex_t *mp, timespec_t *tsp, int try) argument
2080 int noceil = try & MUTEX_NOCEIL;
2084 try &= ~MUTEX_NOCEIL;
2085 ASSERT(try
2206 fast_process_lock(mutex_t *mp, timespec_t *tsp, int mtype, int try) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm109 # behave like other normal Unix programs, then try other mechanisms.
115 # And on Win32 systems, we try to use the native mechanism for this
213 my @try = qw(/dev/log /dev/conslog);
216 unshift @try, &_PATH_LOG;
219 for my $try (@try) {
220 if (-w $try) {
221 $syslog_path = $try;
507 # correct value. Therefore, we first try a direct call to
508 # constant(), and if the value is an error we try t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm262 If your EXISTS function returns true, Memoize will try to fetch the
323 manager. (If you try this, let me know how it works out.)
340 9.01 seconds later, at 12:00:10.008 you try to read it back. Memoize
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm100 This warning is emmitted when you try to store a key or a value that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm100 This warning is emmitted when you try to store a key or a value that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm103 This warning is emmitted when you try to store a key or a value that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm36 directives, each containing a filename plus a file test to try on it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm50 The available locales depend on your operating system; try whether
97 # try whether "locale -a" shows them or man pages for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm35 when you try
H A DOpen3.pm67 If you try to read from the child's stdout writer and their stderr
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm164 $rest, # Yes, try it first with the given capitalization
165 "\L$rest", "\L\u$rest", "\U$rest" # And then try variations
298 The -h option prints more help. Also try "perldoc perldoc" to get
722 # no match, try recursive search
732 print STDERR "However, try\n";
1110 DEBUG > 3 and print "About to try making temp file $spec\n";
1164 my $try = catfile @p, $p;
1165 $self->aside("Scrutinizing $try...\n");
1166 stat $try;
1180 return $try;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL280 my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
281 last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
405 # Otherwise we try to try to spot directories by a heuristic
428 # Otherwise we try to try to spot directories by a heuristic
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm107 do whatever they please. That would be bad behavior, tho; and I try
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lan.c520 uint_t try = 0; local
528 if (++try >= ilp->il_num_retries)
543 if (++try >= ilp->il_num_retries)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1075 my $i = 0; my $j = scalar @$x; my ($e,$try);
1079 $try = '=~ /^[\+]?[0-9]+\$/; '."($x, $e)";
1081 $try = '=~ /^[\+]?[0-9]+\$/; '."($x, $e) (stringify)";
1083 $try = '=~ /^[\+]?[0-9]+\$/; '."($x, $e) (cat-stringify)";
1085 $try = ' < 0 || >= $BASE; '."($x, $e)";
1089 #$try = '=~ /^00+/; '."($x, $e)";
1093 return "Illegal part '$e' at pos $i (tested: $try)" if $i < $j;
1555 # cannot use int() here, because it rounds wrongly (try
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm273 * In order to test for the need of dTHR, please try your module under a
389 /* It is very unlikely that anyone will try to use this with Perl 6
722 defined(PERL_PRIfldbl) /* Not very likely, but let's try anyway. */
930 /* always try "." if numeric radix didn't match because
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c1394 int try = 0; local
1396 while (try <= GRUB_NET_TRIES)
1400 try = 0;
1427 try++;

Completed in 87 milliseconds

12345