Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 25 of 417) sorted by path

12345678910>>...17

/dragonfly/bin/pax/
H A Dpat_rep.c546 int ok = 0; in range_match() local
561 ok = 1; in range_match()
564 ok = 1; in range_match()
566 return (ok == negate ? NULL : pattern); in range_match()
/dragonfly/contrib/awk/
H A DFIXES.1e767 if comes in as "[\n]" but ok as /[\n]/, because of multiple
1369 affected are sub (gsub was ok), substr, printf, and
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcofflink.c2816 bfd_boolean ok; in _bfd_coff_reloc_link_order() local
2846 ok = bfd_set_section_contents (output_bfd, output_section, buf, in _bfd_coff_reloc_link_order()
2849 if (! ok) in _bfd_coff_reloc_link_order()
H A Delflink.c3569 bfd_boolean ok; in _bfd_elf_link_check_relocs() local
3585 ok = (*bed->check_relocs) (abfd, info, o, internal_relocs); in _bfd_elf_link_check_relocs()
3590 if (! ok) in _bfd_elf_link_check_relocs()
10808 bfd_boolean ok; in elf_reloc_link_order() local
10837 ok = bfd_set_section_contents (output_bfd, output_section, buf, in elf_reloc_link_order()
10842 if (! ok) in elf_reloc_link_order()
12967 bfd_boolean ok = TRUE; in bfd_elf_gc_sections() local
13005 elf_link_hash_traverse (htab, elf_gc_propagate_vtable_entries_used, &ok); in bfd_elf_gc_sections()
13006 if (!ok) in bfd_elf_gc_sections()
13010 elf_link_hash_traverse (htab, elf_gc_smash_unused_vtentry_relocs, &ok); in bfd_elf_gc_sections()
[all …]
H A Dlinker.c2422 bfd_boolean ok; in _bfd_generic_reloc_link_order() local
2450 ok = bfd_set_section_contents (abfd, sec, buf, loc, size); in _bfd_generic_reloc_link_order()
2452 if (! ok) in _bfd_generic_reloc_link_order()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dbucomm.c312 bfd_boolean ok = TRUE; in display_info_table() local
319 ok = FALSE; in display_info_table()
322 if (ok) in display_info_table()
331 ok = FALSE; in display_info_table()
335 if (ok) in display_info_table()
338 ok = FALSE; in display_info_table()
341 if (ok) in display_info_table()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Das.texinfo356 [@b{-mhint.b=ok}|@b{-mhint.b=warning}|@b{-mhint.b=error}]
H A Dc-ia64.texi80 @item -mhint.b=ok
84 instruction is used. @code{-mhint.b=ok} will make the assembler accept
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwp.cc2435 bool ok = dwp_file.verify(files); in main() local
2436 return ok ? EXIT_SUCCESS : EXIT_FAILURE; in main()
H A Dfileread.cc890 bool ok = this->file_.open(task, name, contents, size); in Input_file() local
891 gold_assert(ok); in Input_file()
1096 bool ok; in open() local
1099 ok = this->file_.open(task, name); in open()
1105 ok = this->open_binary(task, name); in open()
1109 if (!ok) in open()
H A Dmips.cc4610 bool ok; in rel26() local
4617 ok = (opcode == 0x6) || (opcode == 0x7); in rel26()
4622 ok = (opcode == 0x3d) || (opcode == 0x3c); in rel26()
4627 ok = (opcode == 0x3) || (opcode == 0x1d); in rel26()
4633 if (!calculate_only && !ok) in rel26()
H A Dpowerpc.cc6632 bool ok = false; in do_calls_non_split() local
6682 ok = true; in do_calls_non_split()
6686 if (!ok) in do_calls_non_split()
7165 bool ok = false; in relocate() local
7181 ok = dest_shndx == relinfo->data_shndx; in relocate()
7183 if (!ok) in relocate()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c627 int ok; in simple_object_elf_attributes_merge() local
631 ok = 0; in simple_object_elf_attributes_merge()
638 ok = 1; in simple_object_elf_attributes_merge()
644 ok = 1; in simple_object_elf_attributes_merge()
651 if (!ok) in simple_object_elf_attributes_merge()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcofflink.c2828 bfd_boolean ok; in _bfd_coff_reloc_link_order() local
2858 ok = bfd_set_section_contents (output_bfd, output_section, buf, in _bfd_coff_reloc_link_order()
2861 if (! ok) in _bfd_coff_reloc_link_order()
H A Delf.c6143 bfd_boolean ok; in assign_file_positions_for_non_load_sections() local
6166 ok = FALSE; in assign_file_positions_for_non_load_sections()
6228 ok = TRUE; in assign_file_positions_for_non_load_sections()
6233 BFD_ASSERT (ok); in assign_file_positions_for_non_load_sections()
6234 if (!ok) in assign_file_positions_for_non_load_sections()
H A Delflink.c3869 bfd_boolean ok; in _bfd_elf_link_check_relocs() local
3885 ok = (*bed->check_relocs) (abfd, info, o, internal_relocs); in _bfd_elf_link_check_relocs()
3890 if (! ok) in _bfd_elf_link_check_relocs()
11439 bfd_boolean ok; in elf_reloc_link_order() local
11470 ok = bfd_set_section_contents (output_bfd, output_section, buf, in elf_reloc_link_order()
11473 if (! ok) in elf_reloc_link_order()
13673 bfd_boolean ok = TRUE; in bfd_elf_gc_sections() local
13714 elf_link_hash_traverse (htab, elf_gc_propagate_vtable_entries_used, &ok); in bfd_elf_gc_sections()
13715 if (!ok) in bfd_elf_gc_sections()
13719 elf_link_hash_traverse (htab, elf_gc_smash_unused_vtentry_relocs, &ok); in bfd_elf_gc_sections()
[all …]
H A Dlinker.c2378 bfd_boolean ok; in _bfd_generic_reloc_link_order() local
2406 ok = bfd_set_section_contents (abfd, sec, buf, loc, size); in _bfd_generic_reloc_link_order()
2408 if (! ok) in _bfd_generic_reloc_link_order()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjdump.c2408 bfd_boolean ok = TRUE; in disassemble_jumps() local
2418 ok = FALSE; in disassemble_jumps()
2424 if (ok) in disassemble_jumps()
/dragonfly/contrib/binutils-2.34/gold/
H A Dfileread.cc890 bool ok = this->file_.open(task, name, contents, size); in Input_file() local
891 gold_assert(ok); in Input_file()
1096 bool ok; in open() local
1099 ok = this->file_.open(task, name); in open()
1105 ok = this->open_binary(task, name); in open()
1109 if (!ok) in open()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c705 int ok; in simple_object_elf_attributes_merge() local
709 ok = 0; in simple_object_elf_attributes_merge()
716 ok = 1; in simple_object_elf_attributes_merge()
722 ok = 1; in simple_object_elf_attributes_merge()
729 if (!ok) in simple_object_elf_attributes_merge()
/dragonfly/contrib/bmake/
H A DChangeLog2387 o we still have the new unit test structure which is ok.
H A Dcond.c187 bool ok = strncmp(*pp, str, len) == 0; in skip_string() local
188 if (ok) in skip_string()
190 return ok; in skip_string()
H A Dconfigure2514 int ok = 0;
2518 return ok;
2529 int ok = 0;
2532 return ok;
2542 int ok = 0;
2544 return ok;
/dragonfly/contrib/bmake/mk/
H A DChangeLog474 * mkopt.sh: this needs posix shell so #!/bin/sh should be ok
H A Ddoc.mk58 spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell

12345678910>>...17