| /dflybsd-src/usr.bin/m4/TEST/ |
| H A D | math.m4 | 6 ifelse(expr(-7),-7,,`failed - 8 ifelse(expr(- -2),2,,`failed - 10 ifelse(expr(!0),1,,`failed ! 12 ifelse(expr(!7),0,,`failed ! 14 ifelse(expr(~-1),0,,`failed ~ 17 ifelse(expr(3*5),15,,`failed * 19 ifelse(expr(3*0),0,,`failed * 21 ifelse(expr(11/2),5,,`failed / 23 ifelse(expr(1/700),0,,`failed / 25 ifelse(expr(10%5),0,,`failed % [all …]
|
| /dflybsd-src/contrib/binutils-2.34/libiberty/ |
| H A D | pex-unix.c | 642 struct fn_err failed; in pex_unix_exec_child() local 643 failed.fn = NULL; in pex_unix_exec_child() 647 if (!failed.fn && in != STDIN_FILE_NO) in pex_unix_exec_child() 650 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 652 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 654 if (!failed.fn && out != STDOUT_FILE_NO) in pex_unix_exec_child() 657 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 659 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 661 if (!failed.fn && errdes != STDERR_FILE_NO) in pex_unix_exec_child() 664 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() [all …]
|
| /dflybsd-src/lib/libc/upmap/ |
| H A D | upmap.c | 88 goto failed; in __kpmap_map() 92 goto failed; in __kpmap_map() 100 goto failed; in __kpmap_map() 128 failed: in __kpmap_map() 153 goto failed; in __upmap_map() 157 goto failed; in __upmap_map() 166 goto failed; in __upmap_map() 194 failed: in __upmap_map() 224 goto failed; in __lpmap_map() 228 goto failed; in __lpmap_map() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libbacktrace/ |
| H A D | fileline.c | 56 int failed; in fileline_initialize() local 65 failed = state->fileline_initialization_failed; in fileline_initialize() 67 failed = backtrace_atomic_load_int (&state->fileline_initialization_failed); in fileline_initialize() 69 if (failed) in fileline_initialize() 138 failed = 1; in fileline_initialize() 141 if (!failed) in fileline_initialize() 145 failed = 1; in fileline_initialize() 148 if (failed) in fileline_initialize()
|
| /dflybsd-src/bin/cpdup/scripts/ |
| H A D | do_mirror_host | 35 set failed = 0 58 set failed = 1 66 set failed = 1 73 set failed = 1 80 set failed = 1 85 set failed = 1 97 if ( $failed == 0 ) then
|
| H A D | do_remote_host | 71 set failed = 0 78 set failed = 1 85 set failed = 1 92 set failed = 1 97 set failed = 1 101 if ( $failed == 0 ) then
|
| /dflybsd-src/contrib/gdb-7/bfd/ |
| H A D | elf32-gen.c | 62 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument 73 * (bfd_boolean *) failed = TRUE; in check_for_relocs() 80 bfd_boolean failed = FALSE; in elf32_generic_link_add_symbols() local 83 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf32_generic_link_add_symbols() 85 if (failed) in elf32_generic_link_add_symbols()
|
| H A D | elf64-gen.c | 62 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument 73 * (bfd_boolean *) failed = TRUE; in check_for_relocs() 80 bfd_boolean failed = FALSE; in elf64_generic_link_add_symbols() local 83 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf64_generic_link_add_symbols() 85 if (failed) in elf64_generic_link_add_symbols()
|
| /dflybsd-src/contrib/binutils-2.27/bfd/ |
| H A D | elf32-gen.c | 61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument 72 * (bfd_boolean *) failed = TRUE; in check_for_relocs() 79 bfd_boolean failed = FALSE; in elf32_generic_link_add_symbols() local 82 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf32_generic_link_add_symbols() 84 if (failed) in elf32_generic_link_add_symbols()
|
| H A D | elf64-gen.c | 61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument 72 * (bfd_boolean *) failed = TRUE; in check_for_relocs() 79 bfd_boolean failed = FALSE; in elf64_generic_link_add_symbols() local 82 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf64_generic_link_add_symbols() 84 if (failed) in elf64_generic_link_add_symbols()
|
| /dflybsd-src/lib/libssh/openbsd-compat/ |
| H A D | port-net.c | 173 goto failed; in sys_tun_open() 181 goto failed; in sys_tun_open() 190 goto failed; in sys_tun_open() 194 failed: in sys_tun_open() 269 goto failed; in sys_tun_open() 272 goto failed; in sys_tun_open() 276 goto failed; in sys_tun_open() 280 goto failed; in sys_tun_open() 285 failed: in sys_tun_open()
|
| /dflybsd-src/contrib/binutils-2.34/bfd/ |
| H A D | elf32-gen.c | 63 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument 75 * (bfd_boolean *) failed = TRUE; in check_for_relocs() 82 bfd_boolean failed = FALSE; in elf32_generic_link_add_symbols() local 85 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf32_generic_link_add_symbols() 87 if (failed) in elf32_generic_link_add_symbols()
|
| H A D | elf64-gen.c | 63 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument 75 * (bfd_boolean *) failed = TRUE; in check_for_relocs() 82 bfd_boolean failed = FALSE; in elf64_generic_link_add_symbols() local 85 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf64_generic_link_add_symbols() 87 if (failed) in elf64_generic_link_add_symbols()
|
| /dflybsd-src/sys/vfs/hammer/ |
| H A D | hammer_blockmap.c | 143 goto failed; in hammer_blockmap_alloc() 175 goto failed; in hammer_blockmap_alloc() 197 goto failed; in hammer_blockmap_alloc() 222 goto failed; in hammer_blockmap_alloc() 365 goto failed; in hammer_blockmap_alloc() 381 failed: in hammer_blockmap_alloc() 459 goto failed; in hammer_blockmap_reserve() 489 goto failed; in hammer_blockmap_reserve() 510 goto failed; in hammer_blockmap_reserve() 522 goto failed; in hammer_blockmap_reserve() [all …]
|
| /dflybsd-src/usr.bin/unexpand/ |
| H A D | unexpand.c | 59 int ch, failed; in main() local 83 failed = 0; in main() 85 failed |= tabify("stdin"); in main() 90 failed = 1; in main() 92 failed |= tabify(filename); in main() 95 exit(failed != 0); in main()
|
| /dflybsd-src/lib/libkvm/ |
| H A D | kvm.c | 170 goto failed; in _kvm_open() 174 goto failed; in _kvm_open() 181 goto failed; in _kvm_open() 185 goto failed; in _kvm_open() 189 goto failed; in _kvm_open() 203 goto failed; in _kvm_open() 207 goto failed; in _kvm_open() 218 goto failed; in _kvm_open() 222 goto failed; in _kvm_open() 236 goto failed; in _kvm_open() [all …]
|
| /dflybsd-src/test/debug/ |
| H A D | utf8bin.c | 33 int failed; in main() local 85 for (i = failed = 0; i < r2 && i < o; ++i) { in main() 89 failed = 16; in main() 90 } else if (failed) { in main() 91 --failed; in main()
|
| /dflybsd-src/contrib/lvm2/dist/test/ |
| H A D | harness.sh | 24 failed="$failed $t" 28 if test -n "$failed"; then 34 for t in $failed; do
|
| /dflybsd-src/contrib/tre/lib/ |
| H A D | tre-mem.c | 70 if (mem->failed) in tre_mem_alloc_impl() 83 mem->failed = 1; in tre_mem_alloc_impl() 101 mem->failed = 1; in tre_mem_alloc_impl() 119 mem->failed = 1; in tre_mem_alloc_impl() 126 mem->failed = 1; in tre_mem_alloc_impl()
|
| /dflybsd-src/sbin/ipfw3/ |
| H A D | ipfw3log.c | 89 int failed = EX_OK; in resetlog() local 113 failed = EX_UNAVAILABLE; in resetlog() 121 if (failed != EX_OK) in resetlog() 122 exit(failed); in resetlog()
|
| /dflybsd-src/sbin/fsck_hammer2/ |
| H A D | test.c | 250 bool failed = false; in test_volume_header() local 271 failed = true; in test_volume_header() 281 return failed ? -1 : 0; in test_volume_header() 288 bool failed = false; in test_blockref() local 310 failed = true; in test_blockref() 316 return failed ? -1 : 0; in test_blockref() 324 bool failed = false; in test_pfs_blockref() local 346 failed = true; in test_pfs_blockref() 351 failed = true; in test_pfs_blockref() 382 failed = true; in test_pfs_blockref() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| H A D | eh_alloc.cc | 112 goto failed; in __cxa_allocate_exception() 117 goto failed; in __cxa_allocate_exception() 123 failed:; in __cxa_allocate_exception() 173 goto failed; in __cxa_allocate_dependent_exception() 179 failed:; in __cxa_allocate_dependent_exception()
|
| /dflybsd-src/contrib/grep/lib/ |
| H A D | striconv.c | 310 goto failed; in str_cd_iconv() 316 goto failed; in str_cd_iconv() 324 goto failed; in str_cd_iconv() 349 goto failed; in str_cd_iconv() 355 goto failed; in str_cd_iconv() 363 goto failed; in str_cd_iconv() 387 failed: in str_cd_iconv()
|
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | amdgpu_psp.c | 185 goto failed; in psp_tmr_load() 191 failed: in psp_tmr_load() 345 goto failed; in psp_load_fw() 397 failed: in psp_load_fw() 419 goto failed; in psp_hw_init() 424 goto failed; in psp_hw_init() 430 failed: in psp_hw_init() 497 goto failed; in psp_resume() 501 goto failed; in psp_resume() 507 failed: in psp_resume()
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | reduced_debug_output.cc | 159 failed("Debug abbreviations extend beyond .debug_abbrev " in set_final_data_size() 187 this->failed(_("Debug abbreviations extend beyond " in set_final_data_size() 273 this->failed(_("Extremely large compile unit in debug info; " in set_final_data_size() 281 this->failed(_("Debug info extends beyond .debug_info section;" in set_final_data_size() 301 this->failed(_("Invalid DIE in debug info; " in set_final_data_size() 324 this->failed(_("Debug info extends beyond .debug_info section; " in set_final_data_size() 343 this->failed(_("Invalid DIE in debug info; " in set_final_data_size()
|