Searched refs:returns (Results 1 - 25 of 155) sorted by relevance

1234567

/osnet-11/usr/src/lib/libc/amd64/crt/
H A Dcerror.s29 / C return sequence which sets errno, returns -1.
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dlock.s32 / - returns non-zero on success.
/osnet-11/usr/src/lib/libc/i386/crt/
H A Dcerror.s29 / C return sequence which sets errno, returns -1.
H A Dcerror64.s29 / C return sequence which sets errno, returns -1.
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dlock.s32 / - returns non-zero on success.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm157 returns the Normalization Form D (formed by canonical decomposition).
161 returns the Normalization Form C (formed by canonical decomposition
166 returns the Normalization Form KD (formed by compatibility decomposition).
170 returns the Normalization Form KC (formed by compatibility decomposition
176 returns it without modification; otherwise returns an FCD string.
183 returns the FCC form ("Fast C Contiguous"; cf. UTN #5).
209 Decomposes the specified string and returns the result.
224 and returns the result.
260 returns
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbytes.pm60 for instance, C<length $x> returns C<1>. However, in the scope of the
62 up the UTF8 encoding - and C<length $x> returns C<2>:
H A DUNIVERSAL.pm73 C<isa> returns I<true> if $obj is blessed into package C<TYPE> or
77 referred to as a static method), C<isa> returns I<true> if C<CLASS>
92 C<isa> returns I<true> in the same cases as above and also if C<VAL> is an
120 has a method called C<METHOD>, C<can> returns a reference to the subroutine.
H A Dwarnings.pm63 Otherwise returns FALSE.
69 Otherwise returns FALSE.
78 Otherwise returns FALSE.
/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s32 / thr_create() or pthread_create() returns (see setup_context()).
38 addl $4, %esp / actually, never returns
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java133 private Vector ret = null; // for returns.
172 private Vector records = null; // for returns.
220 private Vector records = null; // for returns.
324 // returns object. Since deletions may have removed everything
327 boolean setReturn(BVCollector returns) { argument
334 returns.setReturn(rec);
377 boolean getAll(BVCollector returns) { argument
385 match = match | rec.setReturn(returns);
406 boolean matchDoesNotContain(Object pattern, BVCollector returns) { argument
419 // Add to prospective returns
443 matchEqual(Object pattern, BVCollector returns) argument
485 matchNotEqual(Object pattern, BVCollector returns) argument
505 matchLessEqual(Object pattern, BVCollector returns) argument
529 matchNotLessEqual(Object pattern, BVCollector returns) argument
552 matchGreaterEqual(Object pattern, BVCollector returns) argument
575 matchNotGreaterEqual(Object pattern, BVCollector returns) argument
920 private ParserBVCollector returns; // For gathering results. field in class:ServiceStoreInMemory.InMemoryEvaluator
[all...]
H A DSunServerDATable.java300 Hashtable returns =
308 return (Hashtable)returns.get(ServiceStore.FS_SERVICES);
372 Hashtable returns =
378 Hashtable retRec = (Hashtable)returns.get(ServiceStore.FS_SERVICES);
H A DUARequester.java573 // Process the incoming vector, adding any unique returns.
575 private static void addUnique(Vector incoming, Vector returns, int max) { argument
582 if (!returns.contains(o) && returns.size() < max) {
583 returns.addElement(o);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.pm33 fileno($fh) returns C<undef>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainer.pm50 and returns the old(er) style with just 'CE<lt>E<gt>';
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s46 / gethrestime trap returns seconds in %eax, nsecs in %edx
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm284 This returns a list of the names of all the installed modules. The perl 'core'
289 This takes one mandatory parameter, the name of a module. It returns a list of
299 This takes one mandatory parameter, the name of a module. It returns a list of
304 restricted to those under the specified directories. This method returns only
315 the files listed in the modules .packlist actually exist, and returns a list of
321 This returns the ExtUtils::Packlist object for the specified module.
325 This returns the version number for the specified module.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm66 cannot be resolved, returns undef. For multi-homed hosts (hosts with
119 getpeername()) and returns the address family tag. It will match the
128 In a list context, unpacks its SOCKADDR_IN argument and returns an array
130 ADDRESS) arguments as a SOCKADDR_IN and returns it. If this is confusing,
145 returns an array of two elements: the port and an opaque string
154 In a list context, unpacks its SOCKADDR_UN argument and returns an array
156 arguments as a SOCKADDR_UN and returns it. If this is confusing, use
171 and returns the pathname. Will croak if the structure does not
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s33 ! thr_create() or pthread_create() returns (see setup_context()).
173 sub %o2, 8, %o7 ! __csigsetjmp returns to caller
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm170 returns an encoder object. Its data is initialized with $data if
182 When $data is present, sets the instance data to $data and returns the
188 returns the object itself. Otherwise, the current instance encoding is
240 Numify returns the number of bytes in the instance data.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm110 of LIST in turn. C<first> returns the first element where the result from
111 BLOCK is a true value. If BLOCK never returns true or LIST was empty then
141 and returns the highest string as defined by the C<gt> operator.
154 Similar to C<max> but returns the entry in the list with the lowest
168 and returns the lowest string as defined by the C<lt> operator.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm414 name, and only recurses into the package if that sub returns true.
504 In a perl compiled for threads, this returns a list of the special
600 This method returns the value of the IV as an integer.
601 It differs from C<IV> in that it returns the correct
676 Only valid on r-magic, returns the string that generated the regexp.
692 Only valid on r-magic, returns the integer value of the REGEX stored
731 This method returns TRUE if the GP field of the GV is NULL.
737 This method returns the name of the glob, but if the first
812 Takes one arguments ( 'stdin' | 'stdout' | 'stderr' ) and returns true
866 For constant subroutines, returns th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm37 which returns 'a/b/c' under Unix. Or:
157 Takes as argument a path and returns true if it is an absolute path.
167 Takes no argument, returns the environment variable PATH (or the local
179 with no concept of volume, returns '' for volume.
210 Takes volume, directory and file portions and returns an entire path. Under
218 Takes a destination path and an optional base path returns a relative path
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm427 states that it returns a value, failure will be returned as I<undef> or an
469 If called with an argument the C<list> returns the size of the message
479 then get returns a reference to an array which contains the lines of
485 As per get(), but returns a tied filehandle. Reading from this
486 filehandle returns the requested message. The filehandle will return
506 given C<uidl> returns a reference to a hash where the keys are the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL97 B<podchecker> returns a 0 (zero) exit status if all specified
102 B<podchecker> returns the exit status 1 if at least one of

Completed in 2261 milliseconds

1234567