Searched refs:result (Results 126 - 150 of 706) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrc.c31 grub_uint32_t result = 0; local
37 result |= 1 << (len - i);
41 return result;
H A Dcrc64.c34 grub_uint64_t result = 0; local
40 result |= 1ULL << (len - i);
44 return result;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.xs14 int result;
19 result = FILTER_READ (data->idx + 1, data->datasv, BYTELOADER_BUFFER);
24 if (result < 0 || SvCUR(data->datasv) == 0)
42 int result;
57 result = FILTER_READ (data->idx + 1, data->datasv, BYTELOADER_BUFFER);
60 } while (result > 0 && len < wanted);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetspent.c72 getspnam_r(nam, b->result, b->buffer, b->buflen));
81 getspent_r(b->result, b->buffer, b->buflen));
90 fgetspent_r(f, b->result, b->buffer, b->buflen));
H A Dgetexecattr.c172 _getexecattr(execstr_t *result, char *buffer, int buflen, int *errnop) argument
177 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2execattr);
190 execstr_t *result,
203 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2execattr);
326 char *result; local
331 execstr_t *exec = argp->buf.result;
348 result = (char *)pe->head_exec;
352 } else if ((str = strnstr(result, argp->buf.buffer,
353 argp->buf.buffer - result)) != NULL) {
355 if (str == result || st
186 _getexecprof(const char *name, const char *type, const char *id, int search_flag, execstr_t *result, char *buffer, int buflen, int *errnop) argument
459 char *result; local
661 typedef struct result { struct
664 } result; typedef in typeref:struct:result
700 result result; local
[all...]
H A Dgetauuser.c112 _getauuserent(au_user_str_t *result, char *buffer, int buflen, int *h_errnop) argument
117 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2auuser);
126 _getauusernam(const char *name, au_user_str_t *result, char *buffer, argument
132 if (result == NULL) {
136 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2auuser);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dladd.s62 ld [%sp+(16*4)],%o0 ! address to store result into
63 st %o2,[%o0+0] ! store result, dl_hop
65 st %o3,[%o0+4] ! store result, dl_lop
H A Dlsub.s61 ld [%sp+(16*4)],%o0 ! address to store result into
62 st %o2,[%o0] ! store result.dl_hop
64 st %o3,[%o0+4] ! store result.dl_lop
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetprojent.c74 ns_ldap_result_t *result = be->result; local
78 if (result == NULL)
82 if (argp->buf.result != NULL) {
95 name = __ns_ldap_getAttr(result->entry, _PROJ_NAME);
100 id = __ns_ldap_getAttr(result->entry, _PROJ_PROJID);
105 descr = __ns_ldap_getAttr(result->entry, _PROJ_DESCR);
114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS);
136 groups = __ns_ldap_getAttrStruct(result->entry, _PROJ_GROUPS);
156 attr = __ns_ldap_getAttr(result
[all...]
/osnet-11/usr/src/lib/rad/libjniutil/common/
H A Dlibjniutil.c45 jobject result; local
50 result = (*env)->NewObjectV(env, class, ctor, alist);
51 if (result == NULL)
55 return (result);
300 char **result; local
305 result = calloc(len, sizeof (char *));
306 if (result == NULL) {
324 result[i] = strdup(str);
326 if (result[i] == NULL) {
334 return (result);
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dgetprojent.c80 _getprojent(struct project *result, void *buffer, size_t buflen) argument
84 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2project);
90 _fgetprojent(FILE *f, struct project *result, void *buffer, size_t buflen) argument
95 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2project);
101 _getprojbyid(projid_t projid, struct project *result, argument
106 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2project);
114 _getprojbyname(const char *name, struct project *result, argument
118 NSS_XbyY_INIT(&arg, result, buffer, buflen, _str2project);
194 _getdefaultproj(const char *user, struct project *result, argument
204 NSS_XbyY_INIT(&arg, result, buffe
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c96 int result; local
101 result = sysinfo(SI_HOSTNAME, hostname, sizeof (hostname));
103 if (result == -1) {
153 int result; local
196 result = topo_node_set_auth_chassis(mod, auth, t_node);
197 if (result != 0) {
217 int result; local
232 (void) topo_node_fru_set(t_node, NULL, 0, &result);
250 result = topo_node_fru_set(t_node, frufmri, 0, &err);
251 if (result !
267 int result; local
298 int result; local
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c276 int result; local
291 result = sasl_encodev(conn, &tmp, 1, output, outputlen);
293 RETURN(conn, result);
303 int result = SASL_FAIL; local
305 int result;
342 result = _iovec_to_buf(conn->gctx, invec, numiov, &conn->encode_buf);
344 result = _iovec_to_buf(invec, numiov, &conn->encode_buf);
346 if(result != SASL_OK) INTERROR(conn, result);
358 result
371 int result; local
521 int result = SASL_OK; local
599 int result; local
634 int result; local
659 int result; local
740 int result = SASL_OK; local
894 int result = SASL_OK; local
1362 _sasl_global_getopt(void *context, const char *plugin_name, const char *option, const char ** result, unsigned *len) argument
1427 _sasl_conn_getopt(void *context, const char *plugin_name, const char *option, const char ** result, unsigned *len) argument
1504 _sasl_getsimple(void *context, int id, const char ** result, size_t *len) argument
1732 int result; local
1754 int result; local
1795 int result; local
2531 sasl_listmech(sasl_conn_t *conn, const char *user, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
[all...]
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c556 uchar_t *result = NULL; local
618 result = malloc(hlen + length);
620 if ((optstart = result) != NULL && !just_payload)
736 * will result in zero for the last component length.
747 length = (optstart - result) - hlen;
760 free(result);
772 free(result);
776 free(result);
785 free(result);
795 free(result);
1029 validate_servervalue(ushort_t optcode, const char *result) argument
1059 char *resultp, *result = NULL; local
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Dlibadutils.h64 * This callback routine is used to process the result of
69 * qid - Query ID that corresponds to the result.
156 extern void adutils_freeresult(adutils_result_t **result);
160 adutils_result_t **result);
164 adutils_result_t *result);
169 extern boolean_t adutils_bv_uint(BerValue *bval, unsigned int *result);
181 const char *edomain, adutils_result_t **result,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/t/
H A Dndbm.t21 my $result = shift ;
23 print "not " unless $result ;
332 my %result = () ;
342 $result{$name} = "$name - $count: [@kept]" ;
354 ok(41, $result{"store key"} eq "store key - 1: [fred]");
355 ok(42, $result{"store value"} eq "store value - 1: [joe]");
356 ok(43, !defined $result{"fetch key"} );
357 ok(44, !defined $result{"fetch value"} );
361 ok(47, $result{"store key"} eq "store key - 1: [fred]");
362 ok(48, $result{"stor
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/t/
H A Dodbm.t21 my $result = shift ;
23 print "not " unless $result ;
334 my %result = () ;
344 $result{$name} = "$name - $count: [@kept]" ;
356 ok(41, $result{"store key"} eq "store key - 1: [fred]");
357 ok(42, $result{"store value"} eq "store value - 1: [joe]");
358 ok(43, !defined $result{"fetch key"} );
359 ok(44, !defined $result{"fetch value"} );
363 ok(47, $result{"store key"} eq "store key - 1: [fred]");
364 ok(48, $result{"stor
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/t/
H A Dsdbm.t21 my $result = shift ;
23 print "not " unless $result ;
336 my %result = () ;
346 $result{$name} = "$name - $count: [@kept]" ;
358 ok(43, $result{"store key"} eq "store key - 1: [fred]");
359 ok(44, $result{"store value"} eq "store value - 1: [joe]");
360 ok(45, !defined $result{"fetch key"} );
361 ok(46, !defined $result{"fetch value"} );
365 ok(49, $result{"store key"} eq "store key - 1: [fred]");
366 ok(50, $result{"stor
[all...]
/osnet-11/usr/src/lib/libumem/common/
H A Denvvar.c287 ulong_t result; local
298 result = strtoul(item_arg, &endptr, 10);
300 if (result == ULONG_MAX && errno == ERANGE) {
308 if ((uint_t)result != result)
311 (*item->item_uint_target) = (uint_t)result;
326 ulong_t result; local
345 result = result_arg;
350 result *= 1024;
351 if (result < result_ar
416 size_t result; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c48 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
51 int type, LDAPHostEnt *result, char *buffer, int buflen,
60 prldap_gethostbyname1(const char *name, LDAPHostEnt *result,
93 prldap_gethostbyname( const char *name, LDAPHostEnt *result, argument
104 return( prldap_convert_hostent( result, &prhent ));
110 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
126 return( prldap_convert_hostent( result, &prhent ));
307 struct hostent *result, char *buffer, int buflen,
320 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent);
344 prldap_gethostbyname1(const char *name, LDAPHostEnt *result, argument
109 prldap_gethostbyaddr( const char *addr, int length, int type, LDAPHostEnt *result, char *buffer, int buflen, int *statusp, void *extradata ) argument
306 prldap_switch_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/util/
H A Dutil.c91 char *newline, *new_result, *result = NULL; local
102 new_result = realloc(result, size);
104 free(result);
114 * `result'.
116 if (result == NULL)
119 result = new_result;
122 result = new_result;
128 * do the strrchr() on `&result[len]' so that NUL's that
131 newline = strrchr(&result[len], '\n');
133 len = newline - result;
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dpraliases.c237 int result; local
305 result = smdb_open_database(&database, db_name, O_RDONLY, 0,
307 if (result != SMDBE_OK)
311 db_name, sm_errstring(result));
320 result = database->smdb_cursor(database, &cursor, 0);
321 if (result != SMDBE_OK)
325 sm_errstring(result));
329 while ((result = cursor->smdbc_get(cursor, &db_key, &db_value,
352 if (result != SMDBE_OK && result !
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_defer.c73 int result; local
78 result = pi_deferlist_create(mod);
79 if (result != 0) {
80 return (result);
116 int result; local
178 result = (func)(mod, mdp, mde_node, inst, t_parent, hc_name,
180 if (result != 0) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c80 LDAPMessage *result=NULL, *ent=NULL; local
157 if ((ent = ldap_first_entry(ld, result)) != NULL) {
166 ldap_msgfree(result);
175 if ((ent = ldap_first_entry(ld, result))) {
180 ldap_msgfree(result);
190 ent=ldap_first_entry(ld, result);
196 ldap_msgfree(result);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dnumeric.c119 conversion flags, and I<result> should be NULL or a pointer to an NV.
125 and nothing is written to I<*result>. If the value is > UV_MAX C<grok_bin>
127 and writes the value to I<*result> (or the value is discarded if I<result>
139 Perl_grok_bin(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) { argument
222 if (result)
223 *result = value_nv;
233 conversion flags, and I<result> should be NULL or a pointer to an NV.
239 and nothing is written to I<*result>. If the value is > UV_MAX C<grok_hex>
241 and writes the value to I<*result> (o
253 Perl_grok_hex(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) argument
350 Perl_grok_oct(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result) argument
724 NV result = 1.0; local
817 NV result[3] = {0.0, 0.0, 0.0}; local
[all...]

Completed in 75 milliseconds

1234567891011>>