Searched refs:result (Results 326 - 350 of 706) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dmechstr.c322 * Return a strcmp-like result (positive, zero, or negative).
343 pkcs11_mapping_t *result = NULL; local
352 result = (pkcs11_mapping_t *)bsearch((void *)&target, (void *)mapping,
355 if (result != NULL) {
356 return (result->str);
/osnet-11/usr/src/lib/efcode/packages/
H A Dpopulate.c58 fc_cell_t len, result; local
80 fc_ptr2cell(dropin_name), fc_ptr2cell(buf), len, &result);
240 fc_cell_t len, result; local
271 fc_ptr2cell(method), fc_ptr2cell(buf), len, &result);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.h75 void audit_volume(const adt_export_data_t *imported_state, au_event_t event_id, int result,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm146 my @result = ();
151 push @result, SINGLE->{$enc}($chunk);
156 $chunk and push @result, SINGLE->{$enc}($chunk);
157 return @result;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Doutput.t35 my $result;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauthattr.c108 _getauthattr(authstr_t *result, char *buffer, int buflen, int *h_errnop) argument
113 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2authattr);
122 _getauthnam(const char *name, authstr_t *result, char *buffer, int buflen, argument
128 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2authattr);
H A Dgetprofattr.c108 _getprofattr(profstr_t *result, char *buffer, int buflen, int *h_errnop) argument
113 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2profattr);
122 _getprofnam(const char *name, profstr_t *result, char *buffer, int buflen, argument
128 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2profattr);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeV1.java70 char result = ' ';
73 result = (char)((char)i + 'A');
76 result = (char)((char)(i - 26) + 'a');
79 result = (char)((char)(i - 52) + '0');
82 result = '+';
85 result = '/';
89 return result;
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_nces.c215 LDAPMessage *result, *e; local
260 filter, attribs, 0, &result) != LDAP_SUCCESS) {
273 for (e = ldap_first_entry(ld, result); e != NULL;
310 (void) ldap_msgfree(result);
330 filter, attribs, 0, &result) != LDAP_SUCCESS) {
339 for (e = ldap_first_entry(ld, result); e != NULL;
388 (void) ldap_msgfree(result);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c192 * remove them and collapse the holes, the result is the 'address' within the
200 uint64_t result = 0; local
206 result |= to;
210 return (result);
223 uint64_t result = 0; local
230 result |= to;
233 result |= to & value;
236 return (result);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_services.c188 LDAPMessage *result=NULL, *ent=NULL; local
257 &result)) != LDAP_SUCCESS) {
262 ent = ldap_first_entry(ld, result);
271 ldap_msgfree(result);
412 LDAPMessage *result=NULL,*ent=NULL; local
458 ent=ldap_first_entry(ld, result);
503 ldap_msgfree(result);
H A Dldap_tkt_policy.c202 LDAPMessage *result=NULL,*ent=NULL; local
245 ent=ldap_first_entry(ld, result);
256 ldap_msgfree(result);
422 LDAPMessage *result=NULL,*ent=NULL; local
449 count = ldap_count_entries(ld, result);
461 for (ent=ldap_first_entry(ld, result), count=0; ent != NULL; ent=ldap_next_entry(ld, ent), ++count) {
471 ldap_msgfree(result);
H A Dldap_realm.c173 LDAPMessage *result = NULL, *ent = NULL; local
200 count = ldap_count_entries (ld, result);
210 for (ent = ldap_first_entry(ld, result), count = 0; ent != NULL;
222 ldap_msgfree(result);
259 LDAPMessage **result_arr=NULL, *result = NULL, *ent = NULL; local
308 result_arr[l] = result;
318 for (j=0; (result=result_arr[j]) != NULL; ++j) {
319 for (ent = ldap_first_entry (ld, result); ent != NULL;
335 ldap_msgfree(result);
399 LDAPMessage *result local
1200 LDAPMessage *result=NULL,*ent=NULL; local
[all...]
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c226 if (argp->buf.result == NULL) {
241 argp->buf.result, argp->buf.buffer, argp->buf.buflen);
244 argp->returnval = argp->buf.result;
384 const char *domain, adutils_result_t **result)
400 rc = adutils_lookup_batch_add(qs, filter, attrs, domain, result, &brc);
430 (void) adutils_freeresult(&be->result);
433 stat = ad_lookup(searchfilter, be->attrs, dname, &be->result);
383 ad_lookup(const char *filter, const char **attrs, const char *domain, adutils_result_t **result) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfast.c366 krb5_pa_data **result = NULL; local
370 retval = decode_krb5_padata_sequence(&err_reply->e_data, &result);
372 retval = decrypt_fast_reply(context, state, result, &fast_response);
379 krb5_free_pa_data(context, result);
382 krb5_free_pa_data(context, result);
383 result = NULL;
429 krb5_pa_data **result = NULL; local
430 retval = decode_krb5_padata_sequence(&err_reply->e_data, &result);
433 *out_padata = result;
437 krb5_free_pa_data(context, result);
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsfsasl.c191 int result; local
223 result = sasl_decode(so->conn, buf,
225 if (result != SASL_OK)
229 "AUTH: sasl_decode error=%d", result);
286 int result; local
310 result = sasl_getprop(so->conn, SASL_MAXOUTBUF,
312 if (result == SASL_OK && size > *maxencode && *maxencode > 0)
315 result = sasl_encode(so->conn, buf,
318 if (result != SASL_OK)
322 "AUTH: sasl_encode error=%d", result);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm209 Decomposes the specified string and returns the result.
224 and returns the result.
250 The result returned will be:
258 =item C<$result = checkNFD($string)>
262 =item C<$result = checkNFC($string)>
266 =item C<$result = checkNFKD($string)>
270 =item C<$result = checkNFKC($string)>
274 =item C<$result = checkFCD($string)>
278 =item C<$result = checkFCC($string)>
285 =item C<$result
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2xs.t136 # 1 test for running it, 1 test for the expected result, and 1 for each file
157 @result = `$prog`;
159 $result = join("",@result);
163 $result =~ s/#\s*//gs;
167 #print "# result is >$result<\n";
169 is ($result, $expectation, "running $prog");
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c327 int result; local
340 result = mdmn_send_message(MD_MIN2SET(mnum),
347 return (result);
363 * Any missing fields will result in an error.
718 int result; local
732 result = mdmn_send_message(MD_MIN2SET(mnum),
740 return (result);
911 int result; local
917 result = mdmn_send_message(MD_MIN2SET(mnum),
922 if (result
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp.c476 * 0 if a result was read. -1 on some sort of failure.
483 int result = irs_irp_read_response(pvt, text, textlen); local
487 if (result == 0) {
491 *code = result;
493 /* Code that matches 2xx is a good result code.
496 if ((result / 100) == 2 && (result % 10) == 1) {
/osnet-11/usr/src/lib/libparted/common/libparted/cs/
H A Dgeom.c476 PedSector result; local
486 result = src->start + sector - dst->start;
487 if (result < 0 || result > dst->length)
490 return result;
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dunit.c178 char *result; local
179 result = ped_malloc (strlen (str) + 1);
180 if (!result)
182 strcpy (result, str);
183 return result;
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c1481 char *result = NULL; local
1532 if ((result = g_get_physical_name_from_link(namebuf)) == NULL) {
1541 if ((fd = g_object_open(result, O_NDELAY | O_RDONLY)) == -1) {
1542 g_destroy_data(result);
1549 g_destroy_data(result);
1564 g_destroy_data(result);
1577 g_destroy_data(result);
1585 (char *)result);
1613 status = g_get_wwn(result, port_wwn, node_wwn,
1635 g_destroy_data(result);
1707 l_get_conflict(char *name, char **result, int verbose) argument
1932 char *result = NULL; local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c132 uint64_t result[2]; local
134 result[0] = minuend[0] - subtrahend[0];
135 result[1] = minuend[1] - subtrahend[1] -
138 difference[0] = result[0];
139 difference[1] = result[1];
145 uint64_t result[2]; local
147 result[0] = addend1[0] + addend2[0];
148 result[1] = addend1[1] + addend2[1] +
149 (result[0] < addend1[0] || result[
203 uint64_t result[2] = { 0, 0 }; local
299 uint64_t result[2] = { 0, 0 }; local
[all...]
/osnet-11/usr/src/lib/libsysevent/
H A Dlibsysevent.c927 void *result, size_t rlen)
932 door_arg.rbuf = result;
959 uint32_t result = 0; local
975 sizeof (struct reg_args) + datasz, &result, sizeof (result));
979 if (result != 0) {
980 errno = result;
1137 uint32_t result = 0; local
1141 result <<= 4;
1142 result
926 clnt_deliver_event(int service_door, void *data, size_t datalen, void *result, size_t rlen) argument
1597 int i, error, sub_fd, result = 0; local
2410 uint32_t ping, result; local
2575 uint32_t result; local
[all...]

Completed in 71 milliseconds

<<11121314151617181920>>