| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | histfile.c | 156 char *return_val; in history_filename() local 160 return_val = filename ? savestring (filename) : (char *)NULL; in history_filename() 162 if (return_val) in history_filename() 163 return (return_val); in history_filename() 176 return_val = (char *)xmalloc (2 + home_len + 8); /* strlen(".history") == 8 */ in history_filename() 177 strcpy (return_val, home); in history_filename() 178 return_val[home_len] = '/'; in history_filename() 180 strcpy (return_val + home_len + 1, "_history"); in history_filename() 182 strcpy (return_val + home_len + 1, ".history"); in history_filename() 185 return (return_val); in history_filename()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | sectioning.c | 185 int return_val; in what_section() local 217 return_val = section_alist[index].level + section_alist_offset; in what_section() 218 if (return_val < 0) in what_section() 219 return_val = 0; in what_section() 220 else if (return_val > 5) in what_section() 221 return_val = 5; in what_section() 245 return return_val; in what_section()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | dict_ni.c | 76 char *return_val = 0; in dict_ni_do_lookup() local 124 return_val = result; in dict_ni_do_lookup() 145 return return_val; in dict_ni_do_lookup()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | msp430-dis.c | 74 unsigned short * return_val, in msp430dis_opcode_unsigned() argument 81 * return_val = bfd_getl16 (buffer); in msp430dis_opcode_unsigned() 86 * return_val = 0; in msp430dis_opcode_unsigned() 94 signed int * return_val, in msp430dis_opcode_signed() argument 106 * return_val = status; in msp430dis_opcode_signed() 111 * return_val = 0; in msp430dis_opcode_signed()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | msp430-dis.c | 74 unsigned short * return_val, in msp430dis_opcode_unsigned() argument 81 * return_val = bfd_getl16 (buffer); in msp430dis_opcode_unsigned() 86 * return_val = 0; in msp430dis_opcode_unsigned() 94 signed int * return_val, in msp430dis_opcode_signed() argument 106 * return_val = status; in msp430dis_opcode_signed() 111 * return_val = 0; in msp430dis_opcode_signed()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| H A D | ldif.c | 1334 int return_val; in ldif_back_bind() local 1349 return_val = get_entry(op, &entry, NULL, NULL); in ldif_back_bind() 1352 if(return_val != LDAP_SUCCESS) { in ldif_back_bind() 1353 rs->sr_err = return_val = LDAP_INVALID_CREDENTIALS; in ldif_back_bind() 1360 return_val = 1; in ldif_back_bind() 1368 return_val = 1; in ldif_back_bind() 1373 return_val = LDAP_SUCCESS; in ldif_back_bind() 1377 if(return_val != LDAP_SUCCESS) in ldif_back_bind() 1381 return return_val; in ldif_back_bind()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | predict.cc | 2923 tree return_val; in apply_return_prediction() local 2943 return_val = gimple_return_retval (return_stmt); in apply_return_prediction() 2944 if (!return_val) in apply_return_prediction() 2946 if (TREE_CODE (return_val) != SSA_NAME in apply_return_prediction() 2947 || !SSA_NAME_DEF_STMT (return_val) in apply_return_prediction() 2948 || gimple_code (SSA_NAME_DEF_STMT (return_val)) != GIMPLE_PHI) in apply_return_prediction() 2950 phi = as_a <gphi *> (SSA_NAME_DEF_STMT (return_val)); in apply_return_prediction() 2960 if (INTEGRAL_TYPE_P (TREE_TYPE (return_val)) in apply_return_prediction() 2961 && !TYPE_UNSIGNED (TREE_TYPE (return_val)) in apply_return_prediction() 2962 && TYPE_PRECISION (TREE_TYPE (return_val)) > 1) in apply_return_prediction()
|
| H A D | rtl.h | 402 unsigned return_val : 1; member 1579 (RTL_FLAG_CHECK1 ("RTL_PURE_CALL_P", (RTX), CALL_INSN)->return_val) 1955 (RTL_FLAG_CHECK2 ("REG_FUNCTION_VALUE_P", (RTX), REG, PARALLEL)->return_val) 2730 (RTL_FLAG_CHECK1 ("SYMBOL_REF_WEAK", (RTX), SYMBOL_REF)->return_val)
|
| H A D | read-rtl.cc | 1538 RTX_FLAG (return_rtx, return_val) = 1; in read_flags()
|
| H A D | print-rtl.cc | 878 if (RTX_FLAG (in_rtx, return_val)) in print_rtx()
|
| H A D | genattrtab.cc | 95 #define ATTR_PERMANENT_P(RTX) (RTX_FLAG ((RTX), return_val))
|
| H A D | var-tracking.cc | 3181 (RTL_FLAG_CHECK2 ("NO_LOC_P", (x), VALUE, DEBUG_EXPR)->return_val)
|
| H A D | ChangeLog.tree-ssa | 1509 Copy the new return_val flag. 1518 * genattrtab.c (ATTR_PERMANENT_P): Use the return_val flag 1547 Print the return_val flag. 1549 return_val flag.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | predict.c | 2889 tree return_val; in apply_return_prediction() local 2909 return_val = gimple_return_retval (return_stmt); in apply_return_prediction() 2910 if (!return_val) in apply_return_prediction() 2912 if (TREE_CODE (return_val) != SSA_NAME in apply_return_prediction() 2913 || !SSA_NAME_DEF_STMT (return_val) in apply_return_prediction() 2914 || gimple_code (SSA_NAME_DEF_STMT (return_val)) != GIMPLE_PHI) in apply_return_prediction() 2916 phi = as_a <gphi *> (SSA_NAME_DEF_STMT (return_val)); in apply_return_prediction() 2926 if (INTEGRAL_TYPE_P (TREE_TYPE (return_val)) in apply_return_prediction() 2927 && !TYPE_UNSIGNED (TREE_TYPE (return_val)) in apply_return_prediction() 2928 && TYPE_PRECISION (TREE_TYPE (return_val)) > 1) in apply_return_prediction()
|
| H A D | rtl.h | 402 unsigned return_val : 1; member 1571 (RTL_FLAG_CHECK1 ("RTL_PURE_CALL_P", (RTX), CALL_INSN)->return_val) 1947 (RTL_FLAG_CHECK2 ("REG_FUNCTION_VALUE_P", (RTX), REG, PARALLEL)->return_val) 2720 (RTL_FLAG_CHECK1 ("SYMBOL_REF_WEAK", (RTX), SYMBOL_REF)->return_val)
|
| H A D | print-rtl.c | 845 if (RTX_FLAG (in_rtx, return_val)) in print_rtx()
|
| H A D | read-rtl.c | 1510 RTX_FLAG (return_rtx, return_val) = 1; in read_flags()
|
| H A D | genattrtab.c | 95 #define ATTR_PERMANENT_P(RTX) (RTX_FLAG ((RTX), return_val))
|
| H A D | var-tracking.c | 3174 (RTL_FLAG_CHECK2 ("NO_LOC_P", (x), VALUE, DEBUG_EXPR)->return_val)
|
| /netbsd-src/external/bsd/byacc/dist/test/ |
| H A D | grammar.y | 339 static int return_val; /* nonzero on BRACES iff return-expression found */ variable 344 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | pcache.c | 2029 int return_val; in remove_query_and_data() local 2034 return_val = remove_query_data( op, uuid ); in remove_query_and_data() 2037 return_val ); in remove_query_and_data() 2039 cm->cur_entries -= return_val; in remove_query_and_data() 2309 int return_val = 0; in cache_entries() local 2338 return_val = merge_entry(op_tmp, e, 0, query_uuid); in cache_entries() 2340 cm->cur_entries += return_val; in cache_entries() 2344 return_val = 0; in cache_entries() 2348 return return_val; in cache_entries() 3523 int return_val, pause = PCACHE_CC_PAUSED; in consistency_check() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-p8swap.c | 1534 RTX_FLAG (new_mem_exp, return_val) = RTX_FLAG (original_mem_exp, return_val); in mimic_memory_attributes_and_flags()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-p8swap.cc | 1554 RTX_FLAG (new_mem_exp, return_val) = RTX_FLAG (original_mem_exp, return_val); in mimic_memory_attributes_and_flags()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | rtl.texi | 712 @cindex @code{return_val}, in @code{reg} 716 register.) Stored in the @code{return_val} field and printed as 749 @cindex @code{return_val}, in @code{call_insn} 752 pure function. Stored in the @code{return_val} field and printed as 888 @cindex @code{return_val}, in @code{symbol_ref} 891 Stored in the @code{return_val} field and printed as @samp{/i}. 965 @findex return_val 967 @item return_val
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | rtl.texi | 713 @cindex @code{return_val}, in @code{reg} 717 register.) Stored in the @code{return_val} field and printed as 750 @cindex @code{return_val}, in @code{call_insn} 753 pure function. Stored in the @code{return_val} field and printed as 889 @cindex @code{return_val}, in @code{symbol_ref} 892 Stored in the @code{return_val} field and printed as @samp{/i}. 966 @findex return_val 968 @item return_val
|