| /netbsd/src/external/bsd/openldap/dist/libraries/librewrite/ |
| D | context.c | 210 int return_code = REWRITE_REGEXEC_OK; in rewrite_context_apply() local 285 … return_code = REWRITE_REGEXEC_ERR; in rewrite_context_apply() 310 return_code = REWRITE_REGEXEC_ERR; in rewrite_context_apply() 350 return_code = REWRITE_REGEXEC_UNWILLING; in rewrite_context_apply() 360 … return_code = REWRITE_REGEXEC_ERR; in rewrite_context_apply() 371 … return_code = ((int *)action->la_args)[ 0 ]; in rewrite_context_apply() 402 return_code = REWRITE_REGEXEC_UNWILLING; in rewrite_context_apply() 423 op->lo_depth, return_code, ( res ? res : "NULL" ) ); in rewrite_context_apply() 428 return return_code; in rewrite_context_apply()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-lspping.c | 72 nd_uint8_t return_code; member 500 u_int return_code, return_subcode; in lspping_print() local 572 return_code = GET_U_1(lspping_com_header->return_code); in lspping_print() 574 if (return_code == 3 || in lspping_print() 575 return_code == 4 || in lspping_print() 576 return_code == 8 || in lspping_print() 577 return_code == 10 || in lspping_print() 578 return_code == 11 || in lspping_print() 579 return_code == 12 ) in lspping_print() 581 tok2str(lspping_return_code_values, "unknown",return_code), in lspping_print() [all …]
|
| D | print-someip.c | 90 uint8_t return_code; in someip_print() local 130 return_code = GET_U_1(bp); in someip_print() 133 tok2str(return_code_values, "Unknown", return_code)); in someip_print()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | size.c | 75 static int return_code = 0; variable 283 return return_code; in main() 341 return_code = 3; in display_bfd() 365 return_code = 3; in display_bfd() 384 return_code = 2; in display_archive() 414 return_code = 1; in display_file() 422 return_code = 1; in display_file() 434 return_code = 1; in display_file()
|
| D | ChangeLog-2006 | 215 * size.c (display_file): Set return_code to 1 if get_file_size
|
| /netbsd/src/external/gpl3/gdb/dist/sim/testsuite/lib/ |
| D | sim-defs.exp | 248 set return_code [lindex $result 0] 259 return [list $return_code $output] 273 set return_code [lindex $result 0] 274 if { $return_code != 0 } { 570 set return_code [lindex $result 0] 574 if { $return_code == 77 } { 576 } elseif { $return_code == $opts(status) } { 586 verbose -log "status: $return_code" 3 603 verbose -log "status: $return_code" 3
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| D | init.c | 130 int return_code; in perl_back_db_open() local 152 return_code = POPi; in perl_back_db_open() 159 return return_code; in perl_back_db_open()
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/process/ |
| D | helpers.cpp | 46 return_code(int argc, char* argv[]) in return_code() function 69 return return_code(argc, argv); in main()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gnu-nat.c | 1841 mach_port_t reply_port, kern_return_t return_code, in ILL_RPC() argument 1844 mach_port_t reply_port, kern_return_t return_code, in ILL_RPC() 1847 mach_port_t reply_port, kern_return_t return_code, mach_port_t task) in ILL_RPC() 1849 mach_port_t reply_port, kern_return_t return_code, pid_t pid) in ILL_RPC() 1851 mach_port_t reply_port, kern_return_t return_code, in ILL_RPC() 1854 mach_port_t reply_port, kern_return_t return_code, mach_port_t task) in ILL_RPC() 1856 mach_port_t reply_port, kern_return_t return_code, in ILL_RPC() 1859 mach_port_t reply_port, kern_return_t return_code, in ILL_RPC() 1863 mach_port_t reply_port, kern_return_t return_code, in ILL_RPC() 1866 mach_port_t reply_port, kern_return_t return_code, in ILL_RPC() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | s390-mkopc.c | 42 int return_code = EXIT_SUCCESS; variable 55 return_code = EXIT_FAILURE; in print_error() 522 return return_code; in main()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | s390-mkopc.c | 42 int return_code = EXIT_SUCCESS; variable 55 return_code = EXIT_FAILURE; in print_error() 522 return return_code; in main()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gcov.cc | 642 static int return_code = 0; variable 913 return return_code; in main() 1476 return_code = 6; in output_gcov_file() 1483 return_code = 6; in output_gcov_file() 1606 return_code = 6; in generate_results() 1615 return_code = 6; in generate_results() 1804 return_code = 1; in read_graph_file() 1811 return_code = 2; in read_graph_file() 1826 return_code = 3; in read_graph_file() 1994 return_code = 4; in read_graph_file() [all …]
|
| D | ChangeLog-2021 | 9486 * gcov.c (main): Return return_code. 9487 (output_gcov_file): Mark return_code when error happens.
|
| /netbsd/src/external/gpl3/gdb/dist/sim/testsuite/ |
| D | ChangeLog-2021 | 13 $return_code is 77. 87 * lib/sim-defs.exp (sim_run): Delete status and return return_code. 89 return_code. Define status. Log return_code.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 25214 enum rtx_code return_code = UNKNOWN; in arm_final_prescan_insn() local 25264 return_code = GET_CODE (body); in arm_final_prescan_insn() 25309 return_code = GET_CODE (XEXP (SET_SRC (body), 1)); in arm_final_prescan_insn() 25314 return_code = GET_CODE (XEXP (SET_SRC (body), 2)); in arm_final_prescan_insn() 25411 else if (GET_CODE (scanbody) == return_code in arm_final_prescan_insn() 25415 else if (GET_CODE (scanbody) == return_code) in arm_final_prescan_insn()
|