Searched refs:result (Results 501 - 525 of 706) sorted by relevance

<<212223242526272829

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c404 * *result to NULL.
407 parse_counted_string(char **strptr, char **result) argument
412 *result = NULL;
420 /* Allocate space for *result and copy the data. */
421 *result = malloc(len + 1);
422 if (!*result)
424 memcpy(*result, end + 1, len);
425 (*result)[len] = '\0';
838 * faster as a result of the missing fsync()s.
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c920 ddi_strtoul(const char *hw_serial, char **nptr, int base, unsigned long *result) argument
924 *result = strtoul(hw_serial, &end, base);
925 if (*result == 0)
931 ddi_strtoull(const char *str, char **nptr, int base, u_longlong_t *result) argument
935 *result = strtoull(str, &end, base);
936 if (*result == 0)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c261 bool result = false; local
278 result = true;
289 result = true;
293 if (result)
305 return result;
334 char *result = NULL; local
350 result = "too long";
354 result = "non-printable character";
365 result = "trailing \\ character";
373 result
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm814 # After any operation or when calling round(), the result is rounded by
1057 # return result as BINT
1106 # speedup, if equal, set result to 0
1399 # result will always be +-inf:
1596 return $x if !defined $sign; # already real result
1598 $x->bmod($y); # calc real result
1627 # $mod is positive, sign on $exp is ignored, result also positive
2213 # overloaded '""' calls bstr($object,undef,undef) and this would result in
2724 Non-integer values result in NaN.
2847 Set or get the global or local precision, aka how many digits the result ha
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c99 __s_api_printResult(ns_ldap_result_t *result) argument
109 if (result == NULL) {
110 (void) printf("No result\n");
113 (void) printf("entries_count %d\n", result->entries_count);
114 curEntry = result->entry;
115 for (i = 0; i < result->entries_count; i++) {
197 * It retrieves the LDAP result without blocking for the whole
202 * other ldap result type
205 * OUTPUT: result
211 struct timeval *timeout, LDAPMessage **result)
210 __s_api_getLdapResult(LDAP *ld, int msgid, int all, struct timeval *timeout, LDAPMessage **result) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c169 int result = rawmode & O_ACCMODE; local
172 switch (result) {
185 *writing = (result != O_RDONLY);
187 if (result == O_RDONLY) {
193 if (result != O_WRONLY)
198 if (result == O_WRONLY)
2899 IV result = 0; local
2934 result = PerlIO_flush(f);
2940 result = PerlSIO_fclose(stdio);
2944 if (invalidate && result !
4821 int result; local
4834 int result; local
5003 int result; local
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c1032 /* Setup pointers for the result */
1127 /* Setup pointers for the result */
1227 /* Setup pointers for the result */
1319 /* Setup pointers for the result */
1410 /* Setup pointers for the result */
1609 idmap_mappings_res result; local
1613 (void) memset(&result, 0, sizeof (result));
1652 (xdrproc_t)xdr_idmap_mappings_res, (caddr_t)&result,
1658 retcode = result
1714 idmap_mappings_res result; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c1348 PedPartition *result; local
1352 result = _ped_partition_alloc (part->disk, part->type, part->fs_type,
1354 if (!result)
1356 result->num = part->num;
1358 if (result->type != 0)
1359 return result;
1361 result_data = result->disk_specific =
1369 return result;
1372 _ped_partition_free (result);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c844 byte result[8] = local
859 if (memcmp (temp3, result, 8))
875 byte result[8] = local
888 if (memcmp (input, result, 8))
961 byte result[8]; local
970 tripledes_ecb_encrypt (des3, testdata[i].plain, result);
971 if (memcmp (testdata[i].cipher, result, 8))
974 tripledes_ecb_decrypt (des3, testdata[i].cipher, result);
975 if (memcmp (testdata[i].plain, result, 8))
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c855 char *result; local
857 if ( (result = buildTokenCertName( pkcs_token, ssl_certname)) != NULL){
859 ssl_certname = result;
1373 * Returns an LDAP error code (from the extended result).
1566 * Wait for a result, check for and display errors and referrals.
1587 * 2. go back and wait for another (real) result.
2173 char *result; local
2175 if (( result = malloc( len )) != NULL) {
2176 strcpy(result, tokenName);
2177 *(result
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm928 my @result = ();
946 push @result, "FAILED tests @canon\n";
949 push @result, "FAILED test $last\n";
953 push @result, "\tFailed $failed/$max tests, ";
955 push @result, sprintf("%.2f",100*(1-$failed/$max)), "% okay";
957 push @result, "?% okay";
969 push @result, $skipmsg;
971 push @result, "\n";
972 my $txt = join "", @result;
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm.c496 int result; local
510 result = rcm_common(CMD_GETSTATE, hd, rsrcnames, flag, NULL, &infop);
513 * A successful result implies the presence of exactly one RCM info
515 * client's resources). If that's not true, change the result to
518 if (result == RCM_SUCCESS) {
522 result = RCM_FAILURE;
531 return (result);
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl317 struct hostent *result,
320 int type, struct hostent *result,
322 struct hostent *gethostbyname_r(const char *nam, struct hostent *result,
325 struct hostent *result,
336 struct hostent *gethostent_r(struct hostent *result, char *buffer, int buflen,
352 struct rpcent *getrpcbyname_r(const char *name, struct rpcent *result,
354 struct rpcent *getrpcbynumber_r(const int number, struct rpcent *result,
358 struct rpcent *getrpcent_r(struct rpcent *result, char *buffer, int buflen);
376 struct hostent *result,
379 struct hostent *result,
[all...]
/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp_query.c70 mi_result_t result; local
112 retval = ipmp_read(statep->st_fd, &result, sizeof (result), endtp);
116 if (result.me_mpathd_error != IPMP_SUCCESS)
117 return (ipmp_querydone(statep, result.me_mpathd_error));
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c920 int result = 0; local
926 return (result);
928 result = add_payload_cmd(ah, out, name, cmd);
930 if (result != ASR_OK && rollback_index > 0) {
933 return (result);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c289 int err, result; local
303 result = snprintf(portbuf, sizeof(portbuf), "%d", ntohs(port));
304 if (SNPRINTF_OVERFLOW(result, sizeof(portbuf)))
307 result = snprintf(secportbuf, sizeof(secportbuf), "%d", ntohs(secport));
308 if (SNPRINTF_OVERFLOW(result, sizeof(secportbuf)))
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c606 bool result = FALSE; local
648 result = TRUE;
668 result = TRUE;
677 if (Debug && !result)
679 return (!negated && result);
888 * still result in iso-8859-1.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm457 my @result = @{$self->{param}{$name}};
461 @result = map {ref $_ ? $_ : $self->_decode_utf8($_) } @result;
464 return wantarray ? @result : $result[0];
848 my \@result = map { "\$tag\$_\$untag" }
850 return "\@result";
1129 my(@result) = defined($self->{param}{'keywords'}) ? @{$self->{param}{'keywords'}} : ();
1130 @result;
1373 my($param,$value,@result);
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c89 sa_fstype(const char *path, char **result) argument
120 * via result (if not NULL)
122 if (result != NULL && err == SA_OK) {
123 if ((*result = strdup(st.st_fstype)) == NULL)
145 * Would result in path containing the following string:
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c291 struct servent result; local
354 &result, buf, bufsize);
378 sp = getservbyname_r(servname, proto, &result,
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c195 PedGeometry* result; local
208 result = fs_type->ops->probe (geom);
210 return result;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c117 PedGeometry* result; local
130 result = ped_geometry_new (geom->dev, geom->start,
134 return result;
/osnet-11/usr/src/lib/libpkg/common/
H A Dvfpops.c730 ssize_t result = 0; local
763 result = vfpSafeWrite(fd, a_vfp->_vfpStart, len);
764 if (result != len) {
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c633 struct dirent *result; local
665 while ((result = readdir(dirp)) != NULL) {
666 if (regex(re, result->d_name, conver, ipaddr) != NULL) {
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.c536 struct dirent *result; local
565 while ((result = readdir(dirp)) != NULL) {
566 if (regex(re, result->d_name, ipaddr) != NULL) {

Completed in 112 milliseconds

<<212223242526272829