Searched refs:to_return (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_init.c19 int to_return = 1; local
26 to_return = e->init(e);
27 if (to_return) {
37 return to_return;
46 int to_return = 1; local
61 to_return = e->finish(e);
64 if (!to_return)
73 return to_return;
97 int to_return = 1; local
102 to_return
[all...]
H A Deng_list.c297 int to_return = 1; local
309 to_return = 0;
312 return to_return;
318 int to_return = 1; local
326 to_return = 0;
329 return to_return;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_init.c22 int to_return = 1; local
29 to_return = e->init(e);
30 if (to_return) {
40 return to_return;
49 int to_return = 1; local
64 to_return = e->finish(e);
68 if (!to_return)
77 return to_return;
102 int to_return = 1; local
108 to_return
[all...]
H A Deng_list.c306 int to_return = 1; local
319 to_return = 0;
322 return to_return;
328 int to_return = 1; local
337 to_return = 0;
340 return to_return;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c54 tree to_return = NULL_TREE;
97 to_return = build_qualified_type (param_type, 0 MEM_STAT_INFO);
126 gcc_assert (to_return != NULL_TREE);
127 if (! check_base_type (to_return, pattern_type))
128 return build1 (VIEW_CONVERT_EXPR, to_return, call_expr);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Denginetest.c51 int to_return = 0; local
172 to_return = 1;
181 return to_return;
254 int to_return = 0; local
342 to_return = 1;
349 return to_return;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Dgas-defs.exp92 set to_return ""
95 set to_return [file_contents "$return_contents_of"]
96 regsub "\n$" $to_return "" to_return
104 return [list [lindex $status 0] "$to_return"]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc55 tree to_return = NULL_TREE;
98 to_return = build_qualified_type (param_type, 0 MEM_STAT_INFO);
127 gcc_assert (to_return != NULL_TREE);
128 if (! check_base_type (to_return, pattern_type))
129 return build1 (VIEW_CONVERT_EXPR, to_return, call_expr);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Denginetest.c57 int to_return = 0; local
178 to_return = 1;
187 return to_return;
260 int to_return = 0; local
348 to_return = 1;
355 return to_return;

Completed in 209 milliseconds