Searched refs:RE (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dlist_test.c57 RE(atf_list_init(&list));
78 RE(atf_list_init(&list));
79 RE(atf_list_append(&list, &i1, false));
80 RE(atf_list_append(&list, &i2, false));
81 RE(atf_list_append(&list, &i3, false));
102 RE(atf_list_init(&list));
103 RE(atf_list_append(&list, &i1, false));
104 RE(atf_list_append(&list, &i2, false));
105 RE(atf_list_append(&list, &i3, false));
120 RE(atf_list_ini
[all...]
H A Dtest_helpers.c56 RE(atf_dynstr_init_fmt(&iflag, "-I%s", atf_config_get("atf_includedir")));
63 RE(atf_check_build_c_o(path, "test.o", optargs, &success));
77 RE(atf_fs_path_init_fmt(&path, "%s/%s",
104 RE(atf_fs_path_init_fmt(path, "%s/%sprocess_helpers",
135 RE(atf_dynstr_init_ap(&formatted, regex, ap));
144 RE(atf_dynstr_init(&line));
186 RE(atf_tc_run(data->m_tc, data->m_resname));
201 RE(atf_fs_path_init_fmt(&outpath, outname));
202 RE(atf_fs_path_init_fmt(&errpath, errname));
206 RE(atf_process_stream_init_redirect_pat
[all...]
H A Ddynstr_test.c58 RE(atf_dynstr_init(&str));
71 RE(atf_dynstr_init_ap(str, fmt, ap));
115 RE(atf_dynstr_init_fmt(&str, "String 1"));
119 RE(atf_dynstr_init_fmt(&str, "String %d", 2));
123 RE(atf_dynstr_init_fmt(&str, "%s %d", "String", 3));
127 RE(atf_dynstr_init_fmt(&str, "%s%s%s%s%s%s%s", "This ", "should ",
147 RE(atf_dynstr_init_raw(&str, src, 0));
151 RE(atf_dynstr_init_raw(&str, src, 8));
155 RE(atf_dynstr_init_raw(&str, src + 10, 8));
159 RE(atf_dynstr_init_ra
[all...]
H A Denv_test.c80 RE(atf_text_format(&oldval, "%s", atf_env_get("PATH")));
81 RE(atf_env_set("PATH", "foo-bar"));
87 RE(atf_env_set("_UNDEFINED_VARIABLE_", "foo2-bar2"));
100 RE(atf_env_unset("PATH"));
H A Dmap_test.c57 RE(atf_map_init(&map));
67 RE(atf_map_init_charpp(&map, NULL));
78 RE(atf_map_init_charpp(&map, array));
90 RE(atf_map_init_charpp(&map, array));
133 RE(atf_map_init(&map));
134 RE(atf_map_insert(&map, "K1", val1, false));
135 RE(atf_map_insert(&map, "K2", val2, false));
171 RE(atf_map_init(&map));
172 RE(atf_map_insert(&map, "K1", val1, false));
173 RE(atf_map_inser
[all...]
H A Dtext_test.c148 RE(atf_text_for_each_word("1 2 3", " ", word_count, &cnt));
149 RE(atf_text_for_each_word("1 2 3", " ", word_acum, acum));
155 RE(atf_text_for_each_word("1 2 3", ".", word_count, &cnt));
156 RE(atf_text_for_each_word("1 2 3", ".", word_acum, acum));
162 RE(atf_text_for_each_word("1 2 3 4 5", " ", word_count, &cnt));
163 RE(atf_text_for_each_word("1 2 3 4 5", " ", word_acum, acum));
169 RE(atf_text_for_each_word("1 2.3.4 5", " .", word_count, &cnt));
170 RE(atf_text_for_each_word("1 2.3.4 5", " .", word_acum, acum));
340 RE(atf_text_to_bool("true", &b)); ATF_REQUIRE(b);
341 RE(atf_text_to_boo
[all...]
H A Dfs_test.c136 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
154 RE(atf_fs_path_init_fmt(&str, "foo"));
155 RE(atf_fs_path_copy(&str2, &str));
159 RE(atf_fs_path_append_fmt(&str2, "bar"));
194 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
234 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
274 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
275 RE(atf_fs_path_branch_path(&p, &bp));
313 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
314 RE(atf_fs_path_leaf_nam
[all...]
H A Dprocess_test.c128 RE(atf_process_stream_init_capture(&s->m_base.m_sb));
129 RE(atf_dynstr_init(&s->m_msg));
207 RE(atf_process_stream_init_connect(&s->m_base.m_sb, src_fd, s->m_fd));
243 RE(atf_process_stream_init_inherit(&s->m_base.m_sb));
334 RE(atf_process_stream_init_redirect_fd(&s->m_base.m_sb, s->m_fd));
369 RE(atf_fs_path_init_fmt(&s->m_path, "stdout"));
372 RE(atf_fs_path_init_fmt(&s->m_path, "stderr"));
379 RE(atf_process_stream_init_redirect_path(&s->m_base.m_sb, &s->m_path));
425 RE(atf_process_fork(&child, child_print, outfs->m_sb_ptr,
431 RE(atf_process_child_wai
[all...]
H A Dtest_helpers_test.c121 RE(atf_dynstr_init(&dest));
148 RE(atf_dynstr_init(&dest));
155 RE(atf_dynstr_init(&dest));
162 RE(atf_dynstr_init(&dest));
H A Dsanity_test.c120 RE(atf_process_stream_init_inherit(&outsb));
121 RE(atf_process_stream_init_capture(&errsb));
122 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td));
130 RE(atf_dynstr_init(&lines[nlines]));
137 RE(atf_process_child_wait(&child, &status));
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dtc_test.c67 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty),
73 RE(atf_tc_init(&tc, "test2", ATF_TC_HEAD_NAME(test_var),
101 RE(atf_tc_init_pack(&tc, &tcp1, NULL));
106 RE(atf_tc_init_pack(&tc, &tcp2, NULL));
122 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty),
125 RE(atf_tc_set_md_var(&tc, "test-var", "Test value"));
143 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty),
149 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty),
H A Dbuild_test.c105 RE(atf_env_set(var, val));
175 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs,
178 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv));
204 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs,
207 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv));
234 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs,
237 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv));
H A Dcheck_test.c64 RE(atf_check_exec_array(argv, r));
84 RE(atf_check_exec_array(argv, r));
121 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success));
139 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success));
154 RE(atf_fs_path_init_fmt(&test_p, "test.p"));
162 RE(atf_check_build_cpp("test.c", atf_fs_path_cstring(&test_p), NULL,
183 RE(atf_check_build_cpp("test.c", "test.p", NULL, &success));
201 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success));
219 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success));
234 RE(atf_tc_init_pac
[all...]
H A Dconfig_test.c77 RE(atf_env_unset(v->uc));
120 RE(atf_env_set(v->uc, ""));
132 RE(atf_env_set(v->uc, test_value));
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp38 RE = MRI.reg_end(); RI != RE; ++RI) {
H A DGCMetadata.cpp149 RE = FD->roots_end(); RI != RE; ++RI)
160 RE = FD->live_end(PI);;) {
162 if (++RI == RE)
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp87 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE, argument
89 const SectionEntry &Section = Sections[RE.SectionID];
90 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
91 RE.IsPCRel, RE.Size);
287 macho::RelocationEntry RE = MachO->getRelocation(RelI.getRawDataRefImpl()); local
289 uint32_t RelType = MachO->getAnyRelocationType(RE);
293 bool isExtern = MachO->getPlainRelocationExternal(RE);
[all...]
H A DRuntimeDyldELF.cpp691 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, argument
693 const SectionEntry &Section = Sections[RE.SectionID];
694 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend);
878 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address,
881 addRelocationForSymbol(RE, Value.SymbolName);
883 addRelocationForSection(RE, Value.SectionID);
953 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);
955 addRelocationForSymbol(RE, Valu
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp44 PPCELFRelocationEntry(const ELFRelocationEntry &RE);
45 bool operator<(const PPCELFRelocationEntry &RE) const {
46 return (RE.r_offset < r_offset ||
47 (RE.r_offset == r_offset && RE.Type > Type));
52 PPCELFRelocationEntry::PPCELFRelocationEntry(const ELFRelocationEntry &RE) argument
53 : ELFRelocationEntry(RE.r_offset, RE.Index, RE.Type, RE
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp290 const macho::RelocationEntry &RE,
292 bool IsScattered = O->isRelocationScattered(RE);
299 uint32_t Val = O->getPlainRelocationSymbolNum(RE);
341 bool isExtern = O->getPlainRelocationExternal(RE);
342 uint64_t Val = O->getAnyRelocationAddress(RE);
357 static uint32_t getPlainRelocationAddress(const macho::RelocationEntry &RE) { argument
358 return RE.Word0;
362 getScatteredRelocationAddress(const macho::RelocationEntry &RE) { argument
363 return RE.Word0 & 0xffffff;
367 const macho::RelocationEntry &RE) {
289 printRelocationTargetName(const MachOObjectFile *O, const macho::RelocationEntry &RE, raw_string_ostream &fmt) argument
366 getPlainRelocationPCRel(const MachOObjectFile *O, const macho::RelocationEntry &RE) argument
374 getScatteredRelocationPCRel(const MachOObjectFile *O, const macho::RelocationEntry &RE) argument
379 getPlainRelocationLength(const MachOObjectFile *O, const macho::RelocationEntry &RE) argument
387 getScatteredRelocationLength(const macho::RelocationEntry &RE) argument
391 getPlainRelocationType(const MachOObjectFile *O, const macho::RelocationEntry &RE) argument
398 getScatteredRelocationType(const macho::RelocationEntry &RE) argument
866 macho::RelocationEntry RE = getRelocation(Rel); local
873 macho::RelocationEntry RE = getRelocation(Rel); local
894 macho::RelocationEntry RE = getRelocation(Rel); local
1001 macho::RelocationEntry RE = getRelocation(Rel); local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h47 bool operator<(const ELFRelocationEntry &RE) const {
48 if (RE.r_offset != r_offset)
49 return RE.r_offset < r_offset;
50 if (Type != RE.Type)
51 return Type < RE.Type;
52 if (Index != RE.Index)
53 return Index < RE.Index;
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DMachO.h124 bool isRelocationScattered(const macho::RelocationEntry &RE) const;
125 unsigned getPlainRelocationSymbolNum(const macho::RelocationEntry &RE) const;
126 bool getPlainRelocationExternal(const macho::RelocationEntry &RE) const;
127 bool getScatteredRelocationScattered(const macho::RelocationEntry &RE) const;
128 uint32_t getScatteredRelocationValue(const macho::RelocationEntry &RE) const;
129 unsigned getAnyRelocationAddress(const macho::RelocationEntry &RE) const;
130 unsigned getAnyRelocationPCRel(const macho::RelocationEntry &RE) const;
131 unsigned getAnyRelocationLength(const macho::RelocationEntry &RE) const;
132 unsigned getAnyRelocationType(const macho::RelocationEntry &RE) const;
133 SectionRef getRelocationSection(const macho::RelocationEntry &RE) cons
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp353 macho::RelocationEntry RE = Obj->getRelocation(DR); local
354 bool IsScattered = Obj->isRelocationScattered(RE);
359 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE));
360 W.printNumber("Length", Obj->getAnyRelocationLength(RE));
364 W.printNumber("Extern", Obj->getPlainRelocationExternal(RE));
365 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
371 << " " << Obj->getAnyRelocationPCRel(RE)
372 << " " << Obj->getAnyRelocationLength(RE);
376 OS << " " << Obj->getPlainRelocationExternal(RE);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp112 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) {
177 StoredDiagnostic::range_iterator RI = D.range_begin(), RE = D.range_end(); local
179 if (RI != RE) {
182 for (; RI != RE; ++RI)
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dremote.c62 &ES, &EX, &FO, &RC, &RE, &PA
191 if (RE == NOSTR)
192 RE = (char *)"tip.record";

Completed in 113 milliseconds

1234