Searched refs:result (Results 1 - 25 of 7520) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigned-builtin-types.c23 int result = foo (); local
24 return result;
H A Dbreak-include.c23 int result = -1; local
25 result = next (result);
26 return result;
H A Dso-impl-ld.c15 int result; local
18 result = solib_main (100);
21 result = solib_main (result);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dtls-main.c5 int result; local
6 result = foo (); /* Call to foo should return 2, not 1. */
7 result ++;
8 return 0; /* break here to check result */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls-main.c5 int result; local
6 result = foo (); /* Call to foo should return 2, not 1. */
7 result ++;
8 return 0; /* break here to check result */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dppc-fp.c21 double result; local
24 : "=f" (result)
32 : "=f" (result)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dppc-fp.c21 double result; local
24 : "=f" (result)
32 : "=f" (result)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbreak-include.c23 int result = -1; local
25 result = next (result);
26 return result;
H A Dso-impl-ld.c15 int result; local
18 result = solib_main (100);
21 result = solib_main (result);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Ditold.c24 _Qp_itoq (long double *result, int a) argument
27 *result = (double) a;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Ditold.c24 _Qp_itoq (long double *result, int a) argument
27 *result = (double) a;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dbasename.c15 /* \fIpath\fR and returns a pointer to the result.
42 char *result; local
44 if ((result = strrchr(path, '/')) == 0)
45 result = (char *) path;
47 result += 1;
48 return (result);
H A Dline_number.c11 /* char *format_line_number(result, first, last)
19 /* .IP result
21 /* result is stored in a static buffer that is overwritten
22 /* with subsequent calls. The function result value is a
23 /* pointer into the result buffer.
52 char *format_line_number(VSTRING *result, ssize_t first, ssize_t last) argument
59 if (result == 0) {
62 result = buf;
68 vstring_sprintf(result, "%ld", (long) first);
70 vstring_sprintf_append(result, "
[all...]
/netbsd-current/sys/arch/hppa/spmath/
H A Dsetovfl.c54 sgl_floating_point result; local
56 /* set result to infinity or largest number */
61 Sgl_setlargestnegative(result);
63 Sgl_setinfinitypositive(result);
68 Sgl_setlargestpositive(result);
70 Sgl_setinfinitynegative(result);
74 Sgl_setinfinity(result,sign);
78 Sgl_setlargest(result,sign);
82 Sgl_setinfinity(result,sign);
83 return(result);
88 dbl_floating_point result; local
[all...]
/netbsd-current/external/gpl2/libmalloc/dist/
H A Dmstats.c33 struct mstats result; local
35 result.bytes_total = (char *) (*__morecore) (0) - _heapbase;
36 result.chunks_used = _chunks_used;
37 result.bytes_used = _bytes_used;
38 result.chunks_free = _chunks_free;
39 result.bytes_free = _bytes_free;
40 return result;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_oper.c31 TSS_RESULT result = TSS_SUCCESS; local
33 if ((result = obj_tpm_get_tsp_context(hTpm, &tspContext)))
34 return result;
36 if ((result = obj_policy_get_type(hOperatorPolicy, &type)))
37 return result;
42 if ((result = obj_policy_get_secret(hOperatorPolicy, TR_SECRET_CTX_NEW, &operatorAuth)))
43 return result;
45 if ((result = TCS_API(tspContext)->SetOperatorAuth(tspContext, &operatorAuth)))
46 return result;
48 if ((result
[all...]
H A Dtspi_admin.c31 TSS_RESULT result; local
39 if ((result = obj_tpm_get_tsp_context(hTPM, &tspContext)))
40 return result;
42 if ((result = obj_tpm_get_policy(hTPM, TSS_POLICY_USAGE, &hPolicy)))
43 return result;
47 result = Trspi_HashInit(&hashCtx, TSS_HASH_SHA1);
48 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_DisableOwnerClear);
49 if ((result |= Trspi_HashFinal(&hashCtx, hashDigest.digest)))
50 return result;
52 if ((result
275 TSS_RESULT result; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/lm32/
H A D_mulsi3.c32 USItype result; local
34 result = 0;
42 result += a;
47 return result;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/lm32/
H A D_mulsi3.c32 USItype result; local
34 result = 0;
42 result += a;
47 return result;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_counter.c32 TSS_RESULT result; local
37 if ((result = ctx_verify_context(hContext)))
38 return result;
40 if ((result = tpm_rqu_build(TPM_ORD_ReadCounter, &offset, txBlob, idCounter, NULL)))
41 return result;
43 if ((result = req_mgr_submit_req(txBlob)))
46 if ((result = UnloadBlob_Header(txBlob, &paramSize))) {
47 LogDebugFn("TPM_ReadCounter failed: rc=0x%x", result);
51 if (!result) {
52 result
69 TSS_RESULT result; local
112 TSS_RESULT result; local
148 TSS_RESULT result; local
183 TSS_RESULT result; local
[all...]
H A Dtcsi_admin.c35 TSS_RESULT result; local
39 if ((result = ctx_verify_context(hContext)))
40 return result;
42 if ((result = tpm_rqu_build(TPM_ORD_SetOwnerInstall, &offset, txBlob, state, NULL)))
43 return result;
45 if ((result = req_mgr_submit_req(txBlob)))
46 return result;
48 result = UnloadBlob_Header(txBlob, &paramSize);
49 LogResult("SetOwnerInstall", result);
50 return result;
60 TSS_RESULT result; local
91 TSS_RESULT result; local
123 TSS_RESULT result; local
146 TSS_RESULT result; local
170 TSS_RESULT result = TCSERR(TSS_E_NOTIMPL); local
199 TSS_RESULT result; local
222 TSS_RESULT result; local
248 TSS_RESULT result; local
271 TSS_RESULT result; local
297 TSS_RESULT result; local
339 TSS_RESULT result; local
378 TSS_RESULT result; local
424 TSS_RESULT result; local
454 TSS_RESULT result; local
478 TSS_RESULT result; local
[all...]
H A Dtcsi_auth.c36 TSS_RESULT result; local
42 if ((result = ctx_verify_context(hContext)))
43 return result;
45 if ((result = tpm_rqu_build(TPM_ORD_OIAP, &offset, txBlob, NULL)))
46 return result;
48 if ((result = req_mgr_submit_req(txBlob)))
49 return result;
51 result = UnloadBlob_Header(txBlob, &paramSize);
52 if (!result) {
53 result
70 TSS_RESULT result; local
100 TSS_RESULT result; local
[all...]
/netbsd-current/external/mpl/bind/dist/doc/misc/
H A Dsort-options.pl35 my $result = "";
37 $result = ${result}.${i};
38 $result = $result."\n" if ($i =~ /^[a-z]/i);
41 $result = ${result}.${fin};
42 return ($result);
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dctime_r.c25 char* result; local
34 result = ctime(timep);
35 if(buf && result) {
36 if(strlen(result) > 10 && result[7]==' ' && result[8]=='0')
37 result[8]=' '; /* fix error in windows ctime */
38 strcpy(buf, result);
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dprint.c66 struct string *result; local
82 result = allocString();
88 appendString(result, "check ");
92 appendString(result, "???");
94 concatString(result, stringValue(name));
95 return result->content;
104 appendString(result, "exists ");
108 appendString(result, "???");
109 return result->content;
114 appendString(result, "
503 struct string *result; local
1030 struct string *result; local
[all...]

Completed in 257 milliseconds

1234567891011>>