Searched refs:result (Results 451 - 475 of 706) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c824 __ns_ldap_make_config(ns_ldap_result_t *result) argument
842 if (result == NULL)
845 if (result->entries_count > 1) {
866 entry = result->entry;
1005 ns_ldap_result_t *result = NULL; local
1038 NULL, NULL, NULL, 0, &result, errorp, NULL, NULL);
1043 new_ptr = __ns_ldap_make_config(result);
1044 (void) __ns_ldap_freeResult(&result);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h108 NULL, &timelimit, LDAP_NO_LIMIT, &result); \
116 LDAP_NO_LIMIT, &result); \
/osnet-11/usr/src/cmd/parted/
H A Dui.c413 "inexact result)"), stdout);
670 char* result; local
675 result = str_list_convert_node (command_line);
680 return result;
882 char* result = command_line_pop_word (); local
886 return result;
888 result_node = str_list_match (possibilities, result);
890 error (0, 0, _("invalid token: %s"), result);
891 free (result);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm62 same result on many platforms, but not all.
70 as argument. The lines of the result are "\n" terminated, even if
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
H A DHiRes.t82 my ($n, $result, @info) = @_;
83 if ($result) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm437 # cache result because Tpad can be slow
505 my $result = '';
512 $result .= $1;
516 $result .= sprintf("%d",shift(@tmp));
528 $result .= sprintf("%c",$tmp);
532 $result .= sprintf("%c",shift(@tmp)+ord($string));
548 $result .= sprintf("%02d",shift(@tmp));
552 $result .= sprintf("%03d",shift(@tmp));
563 $string = Tpad($self, $result . $string . $after, $cnt);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm26 elements will result in a fatal error, as will efforts to store a value
29 may seem excessive, the result is a hash table using much less internal
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dinteger.pm29 portions truncated (or floored), and the result will have its
55 will give the same result with or without C<use integer;> The power
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetservent.c206 if (argp->buf.result != NULL)
292 if (argp->buf.result != NULL)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py134 """Returns a dictionary whose members are the result of the Solaris
137 result = StatVFS_Result()
139 if _statvfs(path, pointer(result)) != 0:
142 return ctype2dict(result)
937 result = c_char_p(0)
938 r = _libfstyp.fstyp_ident(handle, name, byref(result))
943 return result.value
1042 # Need to store the result in a c_void_p because if a c_char_p were
1050 result = c_char_p(alloced_str.value).value
1052 return result
[all...]
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c468 int result; local
508 result = _plug_buf_alloc(text->utils, &text->buffer,
510 if(result != SASL_OK) return result;
574 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
577 if(result != SASL_OK) {
582 return result;
1635 int result = _plug_make_prompts(params->utils, &text->h, local
1649 int result = _plug_make_prompts(params->utils, prompt_need,
1661 if (result !
1668 int result = local
[all...]
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c116 if (argp->buf.result != NULL) {
127 argp->buf.result, argp->buf.buffer,
130 argp->returnval = argp->buf.result;
206 if (argp->buf.result != NULL) {
336 if (argp->buf.result != NULL) {
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c868 * Check if the record id is changing (as a result of modifying the
1107 struct dirent *result; local
1139 while ((result = readdir(dirp)) != NULL) {
1141 if (regex(re, result->d_name, conver, ipaddr) != NULL) {
1295 uint16_t result = 0xffff; local
1299 result ^= *cid++;
1301 if (result & 1)
1302 result = (result >> 1) ^ crc16_poly;
1304 result >>
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c369 * wait for the result before returning) the size
909 R->result = DS_REG_DUP;
911 R->result = DS_REG_VER_NACK;
1389 if (respmsg->result == FMA_CPU_RESP_OK) {
1476 if (respmsg->result == FMA_MEM_RESP_OK) {
1481 } else if (respmsg->result == FMA_MEM_RESP_FAILURE) {
1488 if (respmsg->result == FMA_MEM_RESP_OK) {
1491 } else if (respmsg->result == FMA_MEM_RESP_FAILURE) {
1500 if (respmsg->result == FMA_MEM_RESP_OK) {
1503 } if (respmsg->result
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dprimegen.c758 gcry_mpi_t prime, ptest, pminus1, val_2, val_3, result;
775 result = mpi_alloc_like( prime );
819 gcry_mpi_powm( result, val_2, pminus1, ptest );
820 if ( !mpi_cmp_ui( result, 1 ) )
843 mpi_free(result);
882 gcry_mpi_t result = mpi_alloc_like( prime );
885 gcry_mpi_powm( result, val_2, pminus1, prime );
887 if ( mpi_cmp_ui( result, 1 ) )
890 mpi_free( result );
894 mpi_free( result );
756 gcry_mpi_t prime, ptest, pminus1, val_2, val_3, result; local
880 gcry_mpi_t result = mpi_alloc_like( prime ); local
[all...]
H A Decc.c864 gcry_mpi_t result;
887 err = gcry_mpi_scan (&result, GCRYMPI_FMT_USG, buf, 1+2*pbytes, NULL);
895 return result;
901 os2ec (mpi_point_t *result, gcry_mpi_t value)
946 mpi_set (result->x, x);
947 mpi_set (result->y, y);
948 mpi_set_ui (result->z, 1);
860 gcry_mpi_t result; local
897 os2ec(mpi_point_t *result, gcry_mpi_t value) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dprimegen.c757 gcry_mpi_t prime, ptest, pminus1, val_2, val_3, result;
774 result = mpi_alloc_like( prime );
818 gcry_mpi_powm( result, val_2, pminus1, ptest );
819 if ( !mpi_cmp_ui( result, 1 ) )
842 mpi_free(result);
881 gcry_mpi_t result = mpi_alloc_like( prime );
884 gcry_mpi_powm( result, val_2, pminus1, prime );
886 if ( mpi_cmp_ui( result, 1 ) )
889 mpi_free( result );
893 mpi_free( result );
755 gcry_mpi_t prime, ptest, pminus1, val_2, val_3, result; local
879 gcry_mpi_t result = mpi_alloc_like( prime ); local
[all...]
H A Decc.c864 gcry_mpi_t result;
887 err = gcry_mpi_scan (&result, GCRYMPI_FMT_USG, buf, 1+2*pbytes, NULL);
895 return result;
901 os2ec (mpi_point_t *result, gcry_mpi_t value)
946 mpi_set (result->x, x);
947 mpi_set (result->y, y);
948 mpi_set_ui (result->z, 1);
860 gcry_mpi_t result; local
897 os2ec(mpi_point_t *result, gcry_mpi_t value) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c1770 SV *result = newSVpvn(s, l);
1771 char *result_c = SvPV(result, n_a); /* convenience */
1782 SvREFCNT_dec(result);
1805 SvREFCNT_dec(result);
1811 SvCUR_set(result, out - result_c);
1812 return (result);
2406 char *from, *result, *in;
2416 New('w', result, len, char);
2417 in = result + len;
2421 result[le
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c40 * classful form as a result).
68 * \li This will result in the following queries if the node is configure to
79 * This would result in a bit of code duplicate with _dns_ghbyname() and
614 struct addrinfo *result; local
646 result = (*ho->addrinfo)(ho, hostname, pai);
650 if (result == NULL) {
675 for (cur = result; cur; cur = cur->ai_next) {
680 *res = result;
685 if (result)
686 freeaddrinfo(result);
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc220 /* No result, and the request wasn't valid */
314 * copies of entry_objects named by the result list of db_index_entries 'res'.
358 * which values are extracted from the record and placed into the result.
621 db_mindex::lookup(db_query *q, long *count, entry_object_p **result) argument
631 *result = NULL;
635 *result = prepare_results((int)*count, rp, &stat);
649 db_mindex::all(long *count, entry_object_p **result) argument
657 *result = NULL;
690 *result = NULL;
726 *result
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c596 int i, result; local
609 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
611 if (result != 0 && err != ETOPO_PROP_DEFD) {
612 result = nvlist_lookup_string(auth,
614 if (result != 0 || str == NULL) {
620 result = topo_prop_set_string(t_node,
623 if (result != 0) {
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm1334 my $result;
1436 ($result, $ref) =
1438 if ($result != 0) {
1459 my $result = 0;
1467 $result = $ret;
1475 $result = 1;
1480 return ($result, \@err);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c53 static char *sortresult2string(unsigned long result);
852 unsigned long result = 0; local
855 if ( LDAP_SUCCESS != ldap_parse_sort_control(ld,ctrl_response_array,&result,&attribute) ) {
864 if (0 == result) {
870 printf(gettext("Server reported sorting error %ld: %s, attribute in error\"%s\"\n"),result,sortresult2string(result),attribute);
872 printf(gettext("Server reported sorting error %ld: %s\n"),result,sortresult2string(result));
1142 sortresult2string(unsigned long result) argument
1166 switch (result) {
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c622 md_mn_result_t **result,
626 recipient, data, size, result, MD_NULL_MSGID, ep));
659 md_mn_result_t **result,
687 /* did the caller specify space to store the result pointer? */
688 if (result == (md_mn_result_t **)NULL) {
690 "FATAL, can not allocate result structure\n"));
693 *result = NULL;
752 *result = mdmn_send_2(&msg, local_daemon, 0);
753 resp = *result;
615 mdmn_send_message( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_error_t *ep) argument
652 mdmn_send_message_with_msgid( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_mn_msgid_t *msgid, md_error_t *ep) argument

Completed in 80 milliseconds

<<11121314151617181920>>