Searched refs:result (Results 226 - 250 of 706) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libadr/common/
H A Dadr_typeset.c46 adr_typeset_t *result = malloc(sizeof (adr_typeset_t)); local
47 if (result == NULL)
50 if ((result->TS_TYPES = malloc(n * sizeof (adr_typerec_t))) == NULL) {
51 free(result);
55 result->TS_SIZE = n;
56 result->TS_USED = 0;
57 return (result);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DUtil.pm79 my ($result, $leftover) = _rearrange_params( $order, @param );
80 push @$result, make_attributes( $leftover, defined $CGI::Q ? $CGI::Q->{escape} : 1 )
82 @$result;
88 my ($result,$leftover) = _rearrange_params( $order, @param );
89 push @$result, make_attributes( $leftover, 0, 1 ) if keys %$leftover;
91 @$result;
113 my (@result,%leftover);
114 $#result = $#$order; # preextend
119 $result[$pos{$key}] = shift(@param);
125 return \@result, \
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1284 char **result)
1293 if (SignedCert == NULL || result == NULL)
1304 *result = tmpstr;
1307 *result = NULL;
1316 char **result)
1325 if (SignedCert == NULL || result == NULL)
1336 *result = tmpstr;
1339 *result = NULL;
1348 char **result)
1357 if (SignedCert == NULL || result
1283 kmf_get_cert_version_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1315 kmf_get_cert_subject_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1347 kmf_get_cert_issuer_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1379 kmf_get_cert_serial_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1410 kmf_get_cert_start_date_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1441 kmf_get_cert_end_date_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1472 kmf_get_cert_pubkey_alg_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1503 kmf_get_cert_sig_alg_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1534 kmf_get_cert_pubkey_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1565 kmf_get_cert_email_str(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
1605 kmf_get_cert_extn_str(KMF_HANDLE_T handle, const KMF_DATA *cert, KMF_PRINTABLE_ITEM extension, char **result) argument
2264 KMF_GetCertSubjectNameString(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
2271 KMF_GetCertIssuerNameString(KMF_HANDLE_T handle, const KMF_DATA *SignedCert, char **result) argument
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.h114 uint32_t result; member in struct:__anon991
139 uint32_t result; member in struct:__anon993
160 uint32_t result; member in struct:__anon995
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_generic.c46 int result; local
53 result = pi_enum_generic_impl(mod, mdp, mde_node, inst, t_parent,
56 return (result);
/osnet-11/usr/src/lib/libwrap/
H A Drfc931.c91 char *result = unknown; local
183 result = user;
194 STRN_CPY(dest, result, STRING_LENGTH);
/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c141 private_getpwnam_r(const char *name, struct passwd *result, char *buffer, argument
151 while (!found && fgetpwent_r(fp, result, buffer, buflen) != NULL) {
152 if (strcmp(name, result->pw_name) == 0)
160 (void) memset(result, 0, sizeof (*result));
164 return (result);
178 private_getspnam_r(const char *name, struct spwd *result, char *buffer, argument
189 while (!found && fgetspent_r(fp, result, buffer, buflen) != NULL) {
190 if (strcmp(name, result->sp_namp) == 0)
198 (void) memset(result,
936 int result = -1; local
1040 int result; local
1125 int result = PWU_SUCCESS; local
[all...]
/osnet-11/usr/src/lib/pysolaris/common/
H A Dmisc.c111 char *message, *result; local
117 result = dgettext(TEXT_DOMAIN, message);
119 ret = Py_BuildValue("s", result);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c55 char **result; local
58 result = (char **) 0;
65 if ( result == (char **) 0 )
66 result = (char **) malloc( sizeof(char *) );
68 result = (char **) realloc( result,
71 result[num++] = (char *) strdup( buf );
73 if ( result == (char **) 0 )
75 result = (char **) realloc( result, sizeo
150 LDAPMod **result; local
[all...]
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c84 interact->result = ret;
87 interact->result = NULL;
370 free_annotations(char **result, int num) argument
375 free(result[i]);
376 free(result);
382 char *s, *t, **r, **result = NULL; local
394 r = realloc(result, (n + 2) * sizeof (char *));
396 if (result != NULL)
397 free_annotations(result, n + 1);
400 result
[all...]
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c146 int i, result, slen; local
166 result = findPathRWStatus(a_path);
167 if (result != -1) {
168 return (result);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dparser.h61 char c, char *result);
/osnet-11/usr/src/lib/libumem/common/
H A Dmisc.c244 int result; local
251 result = dladdr1(pointer, &sym_info, (void **)&ext_info,
254 if (result != 0) {
267 if (result == 0 || (uintptr_t)pointer > end) {
/osnet-11/usr/src/lib/libparted/common/libparted/cs/
H A Dconstraint.c339 PedSector result; local
344 result = ped_alignment_align_nearest (
347 return result;
389 PedSector result; local
395 result = ped_alignment_align_nearest (constraint->end_align, end_range,
398 return result;
415 PedGeometry* result; local
430 result = ped_geometry_new (geom->dev, start, end - start + 1);
431 if (!result)
433 PED_ASSERT (ped_constraint_is_solution (constraint, result),
[all...]
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c160 char *result; local
168 result = NULL;
174 /* found the unit, display a comma number if result is a single digit */
178 result = strdup (buf);
181 result = strdup (buf);
191 return result;
1308 LibHalDrive *result; local
1314 result = NULL;
1351 result = libhal_drive_from_udi (hal_ctx, found_udi);
1355 return result;
1371 LibHalVolume *result; local
1712 char **result; local
1764 char *result; local
1793 char *result; local
1809 dbus_bool_t result; local
1825 char *result; local
1841 char *result; local
1960 const char *result; local
2003 const char *result; local
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscluster.c487 int result = 1; local
511 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL);
519 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL);
524 result = dump_file(vol, ino);
529 result = dump_file(vol, ino);
539 result = cluster_find(vol, 0, LONG_MAX, (cluster_cb*)&find_last, &m);
543 result = dump_file(vol, ino);
550 result = 0;
552 result = 1;
557 result
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c121 * of the memberUid, member, and uniqueMember attributes. The result
130 * The result of dn2uid search is placed in the data section of the
134 * The packed result of the dn2uid search has up to four sections:
209 * The result of a memberof search is placed in the data section
210 * of the packed buffer. The packed result of the search has up to
245 * So the layout of the search result in the data section of the
376 * as the key. GROUP_DN_NS indicates a group DN key but with no result
509 * The format of the result packing is project private and subject to
750 * names that may be seen in the result group entry.
815 * user or group DN and returns the dn2uid result dat
826 ns_ldap_result_t *result = NULL; local
1476 ns_ldap_result_t *result; local
1521 _nss_ldap_memberlist(ns_ldap_result_t *result, ns_ldap_entry_t *extra_info, _nss_ldap_list_t **dlpp, _nss_ldap_list_t **mlpp, int *rec_callp) argument
1607 ns_ldap_result_t *result = be->result; local
2002 ns_ldap_result_t *result = NULL; local
2109 ns_ldap_result_t *result = NULL; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dwildcard.c97 char *result; local
102 result = grub_malloc (n + 1);
103 if (! result)
106 grub_strcpy (result, prefix);
109 result[i++] = *start++;
111 result[i++] = ch;
113 result[i] = '\0';
114 return result;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/uni/
H A Dwrite.t38 my $result = do { local $/; <UIN>; };
41 is($result, $expect, $name);
/osnet-11/usr/src/cmd/powertop/common/
H A Dcpufreq.c246 int result = pt_cpufreq_check_pm(); local
248 switch (result) {
/osnet-11/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh99 result=$?
106 if [ $result = 0 ] ; then
/osnet-11/usr/src/lib/libuvfs/common/
H A Dfsid.c55 libuvfs_fsid_to_str(const uint64_t fsid, char *result, int size) argument
57 (void) snprintf(result, size, "%016" PRIx64, fsid);
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h183 /* SASL result codes: */
185 #define SASL_OK 0 /* successful result */
423 * result -- set to result which persists until next getopt in
425 * len -- length of result (may be NULL)
432 const char **result, unsigned *len);
513 * Simple prompt -- result must persist until next call to getsimple on
519 * result -- set to NUL terminated string
521 * len -- length of result
525 const char **result, unsigne
841 const void *result; /* set to point to result */ member in struct:sasl_interact
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c483 const struct addrinfo *hint, struct addrinfo **result);
548 static inline int fai_add_entry (struct addrinfo **result, void *addr, argument
591 n->ai_next = *result;
592 *result = n;
673 struct addrinfo **result)
784 r = fai_add_entry (result, &ce->addrs6[i], portnum, template);
793 r = fai_add_entry (result, &ce->addrs4[i], portnum, template);
799 if (*result && (flags & AI_CANONNAME))
800 (*result)->ai_canonname = (ce->canonname
817 r = fai_add_entry (result, h
670 fai_add_hosts_by_name(const char *name, struct addrinfo *template, int portnum, int flags, struct addrinfo **result) argument
844 fake_getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument
1089 getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument
1120 getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dlexer.c68 char *result; local
79 result = grub_script_malloc (parser, count + 1);
80 if (result) {
81 grub_strncpy (result, lexer->recording + offset, count);
82 result[count] = '\0';
92 return result;

Completed in 82 milliseconds

1234567891011>>