Searched refs:result (Results 601 - 625 of 706) sorted by relevance

<<212223242526272829

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm679 Should the sending of any address result in a failure then the
711 result will be true if the data was accepted.
713 If C<DATA> is not specified then the result will indicate that the server
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm102 The end result is that a C<:crlf> means "please enable the first CRLF
113 circumstances for large files, and may result in less physical memory
324 The result will be up to be three times the number of layers:
H A Dbignum.pm361 but calling any method that modifies the number directly will result in
435 A sign of 'NaN' is used to represent the result when input arguments are not
436 numbers or as a result of 0/0. '+inf' and '-inf' represent plus respectively
H A DMemoize.pm420 time it needs to, and then save the result in a table. Then if you
421 ask for fib(14) again, it gives you the result out of the table.
569 that it computed for one argument list and return it as the result of
733 Normally, the following code will result in two calls to C<pi>:
834 concerned, it always returns the same result. C<Memoize> is wrong, of
852 that. If you memoize this function, you will get the result you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm141 my (@nums, @result);
159 push (@result, $name);
161 @result;
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s121 ! /* keep track of whether the result before rounding is tiny */
125 ! as though the result were positive */
147 ! /* store the default overflowed result */
159 ! /* store the result */
166 ! /* if the pre-rounded result was tiny and underflow trapping
422 ! /* handle zero result */
432 ! the result is exact */
453 ! /* if the result is tiny and underflow trapping is
469 ! /* fudge directed rounding modes as though the result were positive */
488 ! /* store the result */
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1886 int result; local
1896 result = mdmn_send_message(sp->setno,
1909 if (result != 0)
3027 * alignment call; that will just result in passing zero,
4639 * result of a recursive operation, it deletes only that name.
5856 int result; local
5863 result = mdmn_send_message(sp->setno,
5873 if (result != 0) {
6036 int result; local
6046 result
6162 int result; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c184 * to pay any damages as a result, the Commercial Contributor
299 SESSION * result = NULL; local
312 result = s;
320 return (result);
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py838 result = cmd(ws.ui, ws.repo, honour_nots=True, *args, **opts)
841 ret |= result
843 if not ws.ui.quiet or result != 0:
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c1370 * result code with an expired
2287 struct hostent result; local
2309 if (!__s_api_hostname2ip(server, &result, buffer, NSS_BUFLEN_HOSTS,
2326 if (!inet_ntop(result.h_addrtype, result.h_addr_list[0], buffer,
2336 switch (result.h_addrtype) {
2562 "- unable to parse result"));
2726 "- unable to parse result"));
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c145 /* Structure representing header of a search result */
763 ldap_memcache_append(LDAP *ld, int msgid, int bLast, LDAPMessage *result) argument
768 LDAPDebug( LDAP_DEBUG_TRACE, "msgid %d, bLast: %d, result: 0x%x)\n",
769 msgid, bLast, result );
771 if ( !NSLDAPI_VALID_LDAP_POINTER( ld ) || !result ) {
785 nRes = memcache_append(ld, msgid, result);
787 nRes = memcache_append_last(ld, msgid, result);
790 "ldap_memcache_append: %s result for msgid %d\n",
799 /* Removes partially cached results for a search as a result of calling
1403 /* Tells whether a cached result ha
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c1152 grub_video_fb_create_render_target (struct grub_video_fbrender_target **result, argument
1160 if ((! result)
1218 /* Save result to caller. */
1219 *result = target;
1225 grub_video_fb_create_render_target_from_pointer (struct grub_video_fbrender_target **result, argument
1263 /* Save result to caller. */
1264 *result = target;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm428 my @result;
474 push @result, $rec;
525 wantarray ? @result : @result ? $result[-1] : undef;
993 # The result should be at least $n.
1534 my @result;
1547 push @result, $old_data;
1549 @result;
2097 The result i
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c182 /* Caller must free result*/
188 char *result = NULL; local
207 result = strdup(kcontext->default_realm);
210 result = strdup(value);
215 return result;
222 char *result = NULL; local
250 result = strdup(lib);
254 return result;
/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c976 int result = def_result; local
980 result = callback();
982 if (result == UMEM_CALLBACK_RETRY)
985 if ((result & ~0xFF) != UMEM_CALLBACK_EXIT(0)) {
986 log_message("nofail callback returned %x\n", result);
987 result = def_result;
998 exit(result & 0xFF);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables1452 ## than 8 characters, pre-truncate $filename so that the result
1781 my $result = eval {
1786 if (not defined $result) {
1789 } elsif ($result ^ $Expect) {
1790 print "bad result (expected $Expect) on $0 line $Line: $@\n";
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c440 int result; local
443 result = snprintf(name, len, "%s:%s", id->ops->prefix, KTFILENAME(id));
444 if (SNPRINTF_OVERFLOW(result, len))
1647 * when commiting the write. The file position left as a result of this
/osnet-11/usr/src/head/
H A Dldap.h137 typedef struct ldapmsg LDAPMessage; /* opaque result/entry handle */
202 /* possible result types a server can return */
470 LDAPMessage **result);
520 struct timeval *timeout, LDAPMessage **result);
625 * LDAPv3 extended parsing / result handling calls
672 LDAPControl **ctrls, unsigned long *result, char **attribute);
1433 /* older result types a server can return -- use LDAP_RES_MODDN instead */
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c329 struct mnttab query, result; local
339 if (getmntany(mnttab, &result, &query) != 0) {
345 if (strlcpy(dataset, result.mnt_special, len) >= len) {
/osnet-11/usr/src/lib/libnsl/key/
H A Dpublickey.c442 NSS_XbyY_INIT(&arg, buf->result, buf->buffer, buf->buflen, str2key);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsort.t148 my @result = sort main'Backwards 'one', 'two';
154 my @result = sort 'one', 'two';
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c895 * non-resident as this most likely will result in a crash!
3041 BOOL result = FALSE; local
3125 result = TRUE;
3127 return result;
4536 int result = 1; local
4717 result = 0;
4721 return result;
4735 int result = 1; local
4745 result = mkntfs_redirect(&opts);
4747 return result;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm199 value, no heuristics will be applied to UTF8/16/32, and the result
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm70 B<suffix> together in that order, the result will denote the same
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm64 Failing to do this can result in an accumulation of defunct or "zombie"

Completed in 156 milliseconds

<<212223242526272829