Searched refs:it (Results 26 - 50 of 394) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dlock.s44 / - clear lock and force it to appear unlocked in memory.
H A Dmemccpy.s45 cmpb %dh,%dl / is it the byte sought?
52 cmpb %dh,%dl / is it the byte sought?
59 cmpb %dh,%dl / is it the byte sought?
68 cmpb %dh,%dl / is it the byte sought?
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm54 Creates an C<IO::File>. If it receives any parameters, they are passed to
56 it is returned to the caller.
62 (i.e. it is unlinked after creation, but held open). If the temporary
64 Otherwise, it is returned to the caller.
77 it is just a front end for the built-in C<open> function. With two or three
83 or an ANSI C fopen() mode string ("w", "r+", etc.), it uses the basic
86 If C<IO::File::open> is given a numeric mode, it passes that mode
91 it passes all the three arguments to the three-argument C<open> operator.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm22 names to global Perl variables with the same names. By default it
24 the C<import> function receives arguments, it takes them to be a list of
25 variables to tie; it's okay if they don't yet exist. The scalar type
30 After an environment variable is tied, merely use it like a normal variable.
36 or modify it
55 it with the (odd) value "C<:.>", but the first approach leaves it with "C<.>".
58 the environment, assign it the undefined value
H A DCarp.pm40 the error was, but it is a good educated guess.
43 it does is search the call-stack for a function call stack where
44 it hasn't been told that there shouldn't be an error. If every
45 call is marked safe, it then gives up and gives a full stack
46 backtrace instead. In other words it presumes that the first likely
78 Any call to Carp is safe. (This rule is what keeps it from
91 'verbose'. You would typically enable it by saying
113 # Carp will not report errors from within these packages if it
H A DFileCache.pm28 for reading or writing available as the pathname you give it. It
37 on it's first use, and appending (C<<< '>>' >>>) thereafter.
57 While it is permissible to C<close> a FileCache managed file,
59 than which it was imported, or with another module which overrides C<close>.
63 strongly discouraged. If FileCache finds it necessary to close and then reopen
68 FileCache does not store the current file offset if it finds it necessary to
H A DSymbol.pm40 to it. Such a glob reference can be used as a file or directory
45 But it doesn't do anything.
52 variable names (e.g. "myvar" -E<gt> "MyPackage::myvar"). If it is given a
53 second parameter, C<qualify> uses it as the default package;
54 otherwise, it uses the package of its caller. Regardless, global
62 C<Symbol::qualify_to_ref> is just like C<Symbol::qualify> except that it
67 this routine is not exported by default--you may want to import it
97 # Note that we never _copy_ the glob; we just make a ref to it.
98 # If we did copy it, then SVf_FAKE would be set on the copy, and
H A DDigest.pm31 local $@; # don't clobber it for our caller
87 property is that digest functions are one-way functions, that is it
94 for instance depends on it being "impossible" to generate the same
95 digest for a different message it is wise to make it easy to plug in
97 documented here should make it easy to change algorithms later.
110 This is the most compact form, but it is not well suited for printing
160 If new() is called as an instance method (i.e. $ctx->new) it will just
201 The addfile() method will croak() if it fails reading data for some
202 reason. If it croak
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_DOS.pm20 Use ExtUtils::MM and let it choose.
27 Unless otherwise stated, it works just like ExtUtils::MM_Unix
H A DMM_UWIN.pm18 Use ExtUtils::MM and let it choose.
25 Unless otherwise stated it works just like ExtUtils::MM_Unix
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dbytes.pm31 bytes' in it won't even compile on 5.5.X. Since bytes is a lexical
32 pragma and must be used at compile time we can't simply wrap it in
36 which works just like it when bytes.pm exists and everywhere else it
/osnet-11/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.s71 / Move the stack pointer outside the stack bounds if it isn't already.
88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm73 # The initial \d+ gobbles as many digits as it can, and then we
74 # backtrack so it un-eats the rightmost three, and then we
94 my $it = ref($_[0]) || $_[0];
95 return undef unless $it =~ m/([^':]+)(?:::)?$/s;
96 $it = lc($1);
97 $it =~ tr<_><->;
98 return $it;
102 my $it = $_[0];
104 (ref($it) && $it
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm309 # no checks yet, pull it out from the test suite
325 Only for testing purposes, since it will fail at large values. But it is simple
326 enough not to introduce bugs on it's own and to serve as a testbed.
334 This program is free software; you may redistribute it and/or modify it under
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c229 * The mapping failed and will fail again if it is
390 * we can recover it from the hash table. This makes hard work but
405 __nis_hash_item_mt *it; local
438 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) {
440 if ((target_len + domain_len + 1) > strlen(it->name))
442 if (0 != strncmp(it->name, target, target_len))
446 if (strlen(domain) >= strlen(it
973 __nis_hash_item_mt *it; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToChecker.pm60 This library is free software; you can redistribute it and/or modify it
63 This program is distributed in the hope that it will be useful, but
H A DToText.pm79 This library is free software; you can redistribute it and/or modify it
82 This program is distributed in the hope that it will be useful, but
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm64 ok() is given an expression (in this case C<$foo eq $bar>). If it's
65 true, the test passed. If it's false, it didn't. That's about it.
67 ok() prints out either "ok" or "not ok" along with a test number (it
74 ok" to make it easier to find your test when if fails (just search for
75 the name). It also makes it easier for the next guy to understand
99 normal). If anything failed it will exit with how many failed. If
103 having successfully completed all its tests, it will still be
112 If you fail more than 254 tests, it wil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm95 of this "message", and return it in binary form. The returned string
104 length of the returned string will be 32 and it will only contain
110 The length of the returned string will be 22 and it will only contain
125 data to it and finally ask for the digest in a suitable format. A
137 If called as an instance method (i.e. $md5->new) it will just reset the
177 The addfile() method will croak() if it fails reading data for some
178 reason. If it croaks it is unpredictable what the state of the $md5
180 the file partially before it failed. It is probably wise to discard
184 C<binmode> before you pass it a
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm73 directly manipulate this hash, it is strongly encouraged to use this
91 If I<$check> is true, it SHOULD modify I<$string> in place to remove
97 If an error occurs, it SHOULD return the octet sequence for the
99 to remove the converted part leaving it starting with the problem
117 If I<$check> is true, it SHOULD modify I<$octets> in place to remove
123 If an error occurs, it SHOULD return the fragment of string that has
125 part leaving it starting with the problem fragment. If perlio_ok() is
145 MUST decode I<$octets> with I<$offset> and concatenate it to I<$destination>.
179 $clone->{clone} = 1; # so the caller can see it
186 PerlIO ALWAYS calls this method to make sure it ha
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm20 takes a variable, processes it through the OUTPUT typemap and then
21 returns it using the INPUT typemap.
88 free software; you can redistribute it and/or modify it under the same
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan30 them in this order: [ahvr]. Once the script finds one, it ignores
31 the others, and then exits after it finishes the task. The script
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemset.s66 mov %o0, %o5 ! copy sp1 before using it
/osnet-11/usr/src/lib/libc/i386/sys/
H A D_lwp_mutex_unlock.s37 andl $WAITER_MASK, %ecx / was anyone waiting on it?

Completed in 44 milliseconds

1234567891011>>