| /src/external/bsd/kyua-cli/dist/utils/process/ |
| helpers.cpp | 46 return_code(int argc, char* argv[]) function 69 return return_code(argc, argv);
|
| /src/external/bsd/tcpdump/dist/ |
| print-someip.c | 90 uint8_t return_code; local 130 return_code = GET_U_1(bp); 133 tok2str(return_code_values, "Unknown", return_code));
|
| print-lspping.c | 72 nd_uint8_t return_code; member in struct:lspping_common_header 500 u_int return_code, return_subcode; local 572 return_code = GET_U_1(lspping_com_header->return_code); 574 if (return_code == 3 || 575 return_code == 4 || 576 return_code == 8 || 577 return_code == 10 || 578 return_code == 11 || 579 return_code == 12 [all...] |
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| context.c | 210 int return_code = REWRITE_REGEXEC_OK; local 285 return_code = REWRITE_REGEXEC_ERR; 310 return_code = REWRITE_REGEXEC_ERR; 350 return_code = REWRITE_REGEXEC_UNWILLING; 360 return_code = REWRITE_REGEXEC_ERR; 371 return_code = ((int *)action->la_args)[ 0 ]; 402 return_code = REWRITE_REGEXEC_UNWILLING; 423 op->lo_depth, return_code, ( res ? res : "NULL" ) ); 428 return return_code;
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_abbrev.c | 80 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, 84 if (abbrev == NULL || return_code == NULL) { 89 *return_code = abbrev->ab_entry;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| init.c | 130 int return_code; local 152 return_code = POPi; 159 return return_code;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_sumo_smc.c | 100 bool return_code = false; local 103 return return_code; 107 return_code = true; 110 return return_code;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| size.c | 76 static int return_code = 0; 285 return return_code; 344 return_code = 3; 368 return_code = 3; 386 return_code = 2; 409 return_code = 1; 417 return_code = 1; 429 return_code = 1; 75 static int return_code = 0; variable
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| size.c | 76 static int return_code = 0; 285 return return_code; 344 return_code = 3; 368 return_code = 3; 386 return_code = 2; 409 return_code = 1; 417 return_code = 1; 429 return_code = 1; 75 static int return_code = 0; variable
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| s390-mkopc.c | 42 int return_code = EXIT_SUCCESS; variable 55 return_code = EXIT_FAILURE; 525 return return_code;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| s390-mkopc.c | 42 int return_code = EXIT_SUCCESS; variable 55 return_code = EXIT_FAILURE; 525 return return_code;
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| collect_and_build_with_pgo.py | 187 return_code = popen.wait(timeout=0) 189 if not return_code: 197 returncode=return_code, cmd=cmd, output=stdout, stderr=None)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov.cc | 642 static int return_code = 0; variable 913 return return_code; 1477 return_code = 6; 1484 return_code = 6; 1607 return_code = 6; 1616 return_code = 6; 1805 return_code = 1; 1812 return_code = 2; 1827 return_code = 3; 1995 return_code = 4 [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerUtilFuchsia.cpp | 463 return Info.return_code;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| amdgpu_dc_link_dp.c | 1798 bool return_code; local 1801 return_code = false; 1804 return return_code; 1836 return_code = true; 1851 return_code = false; 1855 return return_code;
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 963 set_status(buffer.return_code);
|
| /src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 470 my $return_code; 805 ($return_code, $decimal_separator, $convert_to_dot) = 808 if ($return_code == 0) 828 $return_code = get_system_config_info (); 947 $return_code = get_metrics_data (\@exp_dir_list, $outputdir, $outfile1, 950 if ($return_code != 0) 3741 my $return_code;
|
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 470 my $return_code; 805 ($return_code, $decimal_separator, $convert_to_dot) = 808 if ($return_code == 0) 828 $return_code = get_system_config_info (); 947 $return_code = get_metrics_data (\@exp_dir_list, $outputdir, $outfile1, 950 if ($return_code != 0) 3741 my $return_code;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm.cc | 25238 enum rtx_code return_code = UNKNOWN; 25288 return_code = GET_CODE (body); 25333 return_code = GET_CODE (XEXP (SET_SRC (body), 1)); 25338 return_code = GET_CODE (XEXP (SET_SRC (body), 2)); 25435 else if (GET_CODE (scanbody) == return_code 25439 else if (GET_CODE (scanbody) == return_code)
|