| /openbsd-src/gnu/usr.bin/perl/t/comp/ |
| H A D | require.t | 433 } elsif ($eval_code_munged=~/return_val/) { 454 my $return_val; 455 my @return_val; 474 if ($eval_code=~/\$return_val/) { 475 $not = ($return_val && $return_val eq '1') ? "" : "not "; 478 . "is simple true value <$return_val>\n"; 480 elsif ($eval_code=~/\@return_val/) { 481 $not = (@return_val && $return_val[0] eq '1') ? "" : "not "; 484 . "is simple true value <$return_val[0]>\n"; 502 if ($eval_code=~/return_val/) { [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | completer.c | 119 char **return_val; in filename_completer() local 126 return_val = (char **) xmalloc (return_val_alloced * sizeof (char *)); in filename_completer() 136 return_val = in filename_completer() 137 (char **) xrealloc (return_val, in filename_completer() 142 return_val[return_val_used++] = p; in filename_completer() 159 return_val[return_val_used++] = p; in filename_completer() 165 return_val[return_val_used++] = q; in filename_completer() 175 return_val[return_val_used++] = q; in filename_completer() 188 return return_val; in filename_completer()
|
| H A D | symtab.c | 3306 static char **return_val; variable 3358 return_val = (char **) xrealloc ((char *) return_val, newsize); in completion_list_add_name() 3360 return_val[return_val_index++] = new; in completion_list_add_name() 3361 return_val[return_val_index] = NULL; in completion_list_add_name() 3529 return_val = (char **) xmalloc (sizeof (char *)); in make_symbol_completion_list() 3530 return_val[0] = NULL; in make_symbol_completion_list() 3531 return return_val; in make_symbol_completion_list() 3552 return_val = (char **) xmalloc ((return_val_size + 1) * sizeof (char *)); in make_symbol_completion_list() 3553 return_val[0] = NULL; in make_symbol_completion_list() 3661 return (return_val); in make_symbol_completion_list() [all …]
|
| H A D | hppa-hpux-tdep.c | 51 CORE_ADDR return_val; member 676 args->return_val = find_stub_with_shl_get (args->msym, args->solib_handle); in cover_find_stub_with_shl_get() 799 args.return_val = 0; in initialize_hp_cxx_exception_support() 804 eh_notify_callback_addr = args.return_val; in initialize_hp_cxx_exception_support()
|
| H A D | breakpoint.c | 1116 int return_val = 0; /* return success code. */ in insert_breakpoints() local 1153 return_val = val; in insert_breakpoints() 1156 if (return_val) in insert_breakpoints() 1174 return return_val; in insert_breakpoints()
|
| H A D | ChangeLog-1999 | 5134 * hppa-tdep.c (args_for_find_stub): New member, return_val.
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | histfile.c | 103 char *return_val; local 108 return_val = filename ? savestring (filename) : (char *)NULL; 110 if (return_val) 111 return (return_val); 126 if (asprintf(&return_val, "%s/%c%s", home, dot, "history") == -1) 128 return (return_val);
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | sectioning.c | 183 int return_val; in what_section() local 215 return_val = section_alist[index].level + section_alist_offset; in what_section() 216 if (return_val < 0) in what_section() 217 return_val = 0; in what_section() 218 else if (return_val > 5) in what_section() 219 return_val = 5; in what_section() 243 return return_val; in what_section()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | sysconf.t | 59 my $return_val = eval {$sub->(eval "$constant()")}; 67 if (defined $return_val) { 68 like($return_val, qr/\A(?:-?[1-9][0-9]*|0 but true)\z/,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | predict.c | 1191 tree return_val; in apply_return_prediction() local 1207 return_val = TREE_OPERAND (return_stmt, 0); in apply_return_prediction() 1208 if (!return_val) in apply_return_prediction() 1210 if (TREE_CODE (return_val) == MODIFY_EXPR) in apply_return_prediction() 1211 return_val = TREE_OPERAND (return_val, 1); in apply_return_prediction() 1212 if (TREE_CODE (return_val) != SSA_NAME in apply_return_prediction() 1213 || !SSA_NAME_DEF_STMT (return_val) in apply_return_prediction() 1214 || TREE_CODE (SSA_NAME_DEF_STMT (return_val)) != PHI_NODE) in apply_return_prediction() 1216 for (phi = SSA_NAME_DEF_STMT (return_val); phi; phi = PHI_CHAIN (phi)) in apply_return_prediction() 1217 if (PHI_RESULT (phi) == return_val) in apply_return_prediction()
|
| H A D | tree-eh.c | 912 tree x, finally, lab, return_val; in lower_try_finally_nofallthru() local 926 return_val = NULL; in lower_try_finally_nofallthru() 931 do_return_redirection (q, lab, NULL, &return_val); in lower_try_finally_nofallthru() 993 tree return_val = NULL; in lower_try_finally_onedest() local 995 do_return_redirection (q, finally_label, NULL, &return_val); in lower_try_finally_onedest() 1061 tree return_val = NULL; in lower_try_finally_copy() local 1093 do_return_redirection (q, lab, NULL, &return_val); in lower_try_finally_copy() 1120 do_return_redirection (q, lab, NULL, &return_val); in lower_try_finally_copy() 1143 tree return_val = NULL; in lower_try_finally_switch() local 1244 do_return_redirection (q, finally_label, mod, &return_val); in lower_try_finally_switch()
|
| H A D | rtl.h | 300 unsigned return_val : 1; member 977 (RTL_FLAG_CHECK2("REG_FUNCTION_VALUE_P", (RTX), REG, PARALLEL)->return_val) 1121 (RTL_FLAG_CHECK1("MEM_SCALAR_P", (RTX), MEM)->return_val) 1256 (RTL_FLAG_CHECK1("SYMBOL_REF_WEAK", (RTX), SYMBOL_REF)->return_val)
|
| H A D | print-rtl.c | 199 if (RTX_FLAG (in_rtx, return_val)) in print_rtx()
|
| H A D | genattrtab.c | 97 #define ATTR_PERMANENT_P(RTX) (RTX_FLAG((RTX), return_val))
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 86 int return_val = proc_pidpath(pid, proc_path_buf, PATH_MAX); in GetProcesses() local 87 if (return_val > 0) { in GetProcesses()
|
| H A D | DNB.cpp | 651 int return_val = proc_pidpath(proc_infos[i].kp_proc.p_pid, in GetAllInfosMatchingName() local 653 if (return_val > 0) { in GetAllInfosMatchingName()
|
| H A D | RNBRemote.cpp | 3480 bool return_val = true; in GetProcessNameFrom_vAttach() local 3490 return_val = false; in GetProcessNameFrom_vAttach() 3497 return return_val; in GetProcessNameFrom_vAttach()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | stack_logging.h | 67 uintptr_t return_val, uint32_t num_hot_to_skip);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | toplev.c | 4563 int return_val; local 4571 return_val = 2; 4576 return_val = 1; 4580 return_val = 0; 4587 return return_val;
|