Searched refs:result (Results 201 - 225 of 706) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libnsl/nss/
H A Dgethostent6.c87 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
92 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent6);
H A Dgethostent_r.c91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
96 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent);
H A Dnetdir_inet.c555 proto, ndbuf4switch->result,
582 ndbuf4switch->result, ndbuf4switch->buffer,
591 ndbuf4switch->result, ndbuf4switch->buffer,
655 proto, ndbuf4switch->result,
677 ndbuf4switch->result, ndbuf4switch->buffer,
695 (ndbuf4switch->result))->h_addr_list,
984 ndbuf4serv->result, ndbuf4serv->buffer,
1018 16, AF_INET6, ndbuf4host->result,
1027 sa->sin_family, ndbuf4host->result,
1079 ndbuf4serv->result, ndbuf4ser
1301 _switch_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1320 _switch_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument
1341 _switch_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1360 _switch_getipnodebyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1386 _switch_getservbyname_r(const char *name, const char *proto, struct servent *result, char *buffer, int buflen) argument
1403 _switch_getservbyport_r(int port, const char *proto, struct servent *result, char *buffer, int buflen) argument
2032 int index, result; local
2066 struct nd_addrlist *result; local
2161 struct nd_hostservlist *result; local
2230 ndaddr2hent(int af, const char *nam, struct nd_addrlist *addrs, struct hostent *result, char *buffer, int buflen) argument
2299 ndaddr2srent(const char *name, const char *proto, ushort_t port, struct servent *result, char *buffer, int buflen) argument
2334 ndhostserv2hent(struct netbuf *nbuf, struct nd_hostservlist *addrs, struct hostent *result, char *buffer, int buflen) argument
2406 ndhostserv2srent(int port, const char *proto, struct nd_hostservlist *addrs, struct servent *result, char *buffer, int buflen) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dloop.c55 int result; local
57 result = 1;
64 result = ped_file_system_probe (geom) != NULL;
68 return result;
202 PedPartition* result; local
204 result = ped_partition_new (part->disk, part->type, part->fs_type,
206 result->num = part->num;
207 return result;
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dtoken.c116 __make_ap_token(gss_buffer_t result, /* The serialized token */ argument
165 result->value = sv = buf;
166 result->length = size;
196 __dh_release_buffer(result);
207 * serialized output in result. If this token has a type of DH_MIC, then
212 __make_token(gss_buffer_t result, /* Serialized token goes here */ argument
238 /* Set the result */
239 result->length = token_size;
240 result->value = (void *)buf;
249 __dh_release_buffer(result);
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_class.c215 * Return < 0, do not set result pointer, if error.
216 * Return 0, set result pointer to invalid entry, if class not in cache.
217 * Return 1, set result pointer to a valid entry, if class is in cache.
220 xcacheauclass(au_class_ent_t **result, char *class_name, au_class_t class_no, argument
314 *result = class_tbl[invalid];
319 *result = class_tbl[i];
327 *result = class_tbl[i];
338 cacheauclass(au_class_ent_t **result, au_class_t class_no) argument
340 return (xcacheauclass(result, "", class_no, AU_CACHE_NUMBER));
344 cacheauclassnam(au_class_ent_t **result, cha argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dmm.c25 subsequent calls with the same handle return the same result. You can't request any additional memory once you're in the second phase
529 grub_efi_memory_descriptor_t *result; local
537 result = (grub_efi_memory_descriptor_t *)
539 if (!result || !scanline_events)
541 grub_free (result);
599 result[j].virtual_start = result[j].physical_start = lastaddr;
600 result[j].num_pages = (scanline_events[i].pos - lastaddr)
602 result[j].type = lasttype;
605 result[
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dextendop.c152 LDAPMessage *result; local
159 if ( ldap_result( ld, msgid, 1, (struct timeval *) 0, &result )
164 if (( err = ldap_parse_extended_result( ld, result, retoidp, retdatap,
166 ldap_msgfree( result );
170 return( ldap_result2error( ld, result, 1 ) );
176 * operation result. Return an LDAP error code.
H A Dsaslbind.c186 LDAPMessage *result; local
199 if ( ldap_result( ld, msgid, 1, (struct timeval *) 0, &result ) == -1 )
202 err = ldap_parse_sasl_bind_result( ld, result, servercredp, 0 );
204 ldap_msgfree( result );
208 return( ldap_result2error( ld, result, 1 ) );
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStddevValue.java82 long result = 0;
99 nextTry = BigInteger.valueOf(result);
103 result <<= 1;
106 result++;
112 return (result);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsendauth.c55 krb5_octet result; local
83 if ((len = krb5_net_read(context, *((int *) fd), (char *)&result, 1)) != 1)
85 if (result == 1)
87 else if (result == 2)
89 else if (result != 0)
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_handle.c52 LDAPMessage *result=NULL; local
59 LDAP_MSG_ALL, &ztime, &result);
71 if ((st=ldap_result2error(ldap_server_handle->ldap_handle, result, 1)) == LDAP_SUCCESS) {
78 ldap_msgfree(result);
81 ldap_msgfree(result);
/osnet-11/usr/src/lib/libsqlite/test/
H A Dtester.tcl104 if {[catch {uplevel #0 "$cmd;\n"} result]} {
105 puts "\nError: $result"
109 } elseif {[string compare $result $expected]} {
110 puts "\nExpected: \[$expected\]\n Got: \[$result\]"
143 if {[catch {uplevel #0 "$cmd;\n"} result]} {
144 puts "\nError: $result"
146 } elseif {[string compare $result $expected]} {
147 puts "\nExpected: \[$expected\]\n Got: \[$result\]"
224 set result {}
227 lappend result
[all...]
/osnet-11/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c189 GList **result)
198 *result = NULL;
201 *result = g_list_append (*result, g_strdup (privilege_list[i]));
214 gboolean *result)
188 libpolkit_get_privilege_list(LibPolKitContext *ctx, GList **result) argument
210 libpolkit_revoke_temporary_privilege(LibPolKitContext *ctx, const char *user, const char *privilege, const char *resource, gboolean *result) argument
/osnet-11/usr/src/lib/libsldap/common/
H A Dllib-lsldap48 ns_ldap_result_t ** result,
62 ns_ldap_result_t ** result,
125 ns_ldap_result_t ** result,
131 ns_ldap_result_t ** result,
139 ns_ldap_result_t **result);
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c238 HAL_DEBUG(("result: %s (%s): %s, %s, %s, %s, %s", hostaddr, udi,
282 char *result = NULL; local
298 result = (char *)inet_ntop(AF_INET,
300 if (result != NULL)
301 result = strdup(result);
304 return (result);
310 GList *result = NULL; local
334 result = g_list_append(result, addres
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c21 DCHAR_T The element type of the destination (result) string.
36 TCHAR_T The element type of the argument and result string
877 /* Allocate memory for result. */
965 /* Allocate memory for result. */
1501 /* Returns the number of TCHAR_T units needed as temporary space for the result
1773 DCHAR_T *result; local
1801 result = resultbuf;
1806 result = NULL;
1811 result is either == resultbuf or == NULL or malloc-allocated.
1812 If length > 0, then result !
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsprintf.t19 my ($i, $template, $data, $result, $comment, $w, $x, $evalData, $n, $p);
50 ($template, $data, $result, $comment) = @{shift @tests};
53 $result =~ s/([eE]\+)102$/${1}69/; # " "
55 $result =~ s/([eE])\-102$/${1}-57/; # " "
62 $result =~ s/([eE]\+)102$/${1}32/; # " "
64 $result =~ s/([eE])\-102$/${1}-25/; # " "
74 # if result is left-adjusted, append extra space
75 if ($template =~ /%\+?\-/ and $result =~ / $/) {
78 # if result is zero-filled, add extra zero
79 elsif ($template =~ /%\+?0/ and $result
[all...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A D_div64.s46 * - multiplying two 32-bit numbers giving a 64-bit result
91 / /* result is a single uint32_t, use one division */
95 / /* result is a double uint32_t, use two divisions */
105 / /* return result */
109 / /* HI(x) < HI(y) => x < y => result is 0 */
114 / /* return result */
120 / * result
150 / /* return result */
155 / * the last case: result is one uint32_t, but we need to
190 / /* return result */
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c291 char *result; local
310 if (( result = ldapssl_malloc( len )) != NULL ) {
311 PL_strcpy( result, basename );
313 *(result+pathlen) = FILE_PATHSEP; /* replaces '\0' */
316 PL_strcpy(result+pathlen, dbname);
322 return result;
352 char *result; local
361 result = ldapssl_strdup(dbname);
369 if (( result = ldapssl_malloc( len )) != NULL ) {
370 PL_strcpy( result, pat
[all...]
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c291 int result; local
349 result = __get_authtoken_attr(user, pwu_rep, attr_pw);
351 if (result == PWU_NOT_FOUND) {
354 } else if (result == PWU_DENIED) {
357 } else if (result == PWU_NOMEM) {
360 } else if (result != PWU_SUCCESS) {
391 result = __get_authtoken_attr(user, pwu_rep, attr_spw);
392 if (result == PWU_SUCCESS) {
416 if (result == PWU_DENIED) {
435 if (result
[all...]
/osnet-11/usr/src/lib/madv/common/
H A Dmadv.c673 void *result; local
688 result = shmatfunc(shmid, shmaddr, shmflag);
704 if (advice >= 0 && result != (void *)-1) {
710 rc = memcntl(result, mds.shm_segsz, MC_ADVISE,
714 result, mds.shm_segsz, advice, rc, errno));
717 return (result);
727 void *result; local
741 result = mmapfunc(addr, len, prot, flags, fd, pos);
760 if (advice >= 0 && result != MAP_FAILED) {
761 rc = memcntl(result, le
779 void *result; local
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Dnetmasks.c64 inet_nettoa(struct in_addr in, char *result, int len) argument
69 if (result == NULL)
74 (void) snprintf(result, len, "%d.%d.%d.%d",
77 (void) snprintf(result, len, "%d.%d.%d", up[1], up[2], up[3]);
79 (void) snprintf(result, len, "%d.%d", up[2], up[3]);
81 (void) snprintf(result, len, "%d", up[3]);
83 return (result);
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c629 ndr_p_result_t *result; local
643 result = &result_list->p_results[0];
656 result->result = NDR_PCDR_ACCEPTANCE;
657 result->reason = 0;
658 bzero(&result->transfer_syntax, sizeof (result->transfer_syntax));
680 result->result = NDR_PCDR_PROVIDER_REJECTION;
681 result
748 ndr_p_result_t *result; local
[all...]
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java250 /** Converts the result of getValue() to a string in the platform default character set. */
276 /** Converts the result of getValue() to a string in the platform default character set.<P>
295 String a, result = null;
305 if ( result == null)
306 result = av;
308 result = result + ", " + av;
310 return result != null ? result : "";

Completed in 137 milliseconds

1234567891011>>