HomeSort by: relevance | last modified time | path
    Searched refs:sfile (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/bsd/atf/dist/atf-c++/
build.cpp 80 impl::c_o(const std::string& sfile, const std::string& ofile,
85 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(),
94 impl::cpp(const std::string& sfile, const std::string& ofile,
99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(),
108 impl::cxx_o(const std::string& sfile, const std::string& ofile,
113 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
check.cpp 107 impl::build_c_o(const std::string& sfile, const std::string& ofile,
112 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(),
121 impl::build_cpp(const std::string& sfile, const std::string& ofile,
126 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(),
135 impl::build_cxx_o(const std::string& sfile, const std::string& ofile,
140 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
check_test.cpp 98 std::ofstream sfile("test.c");
99 sfile << "#include <stdio.h>\n";
100 sfile.close();
113 std::ofstream sfile("test.c");
114 sfile << "void foo(void) { int a = UNDEFINED_SYMBOL; }\n";
115 sfile.close();
128 std::ofstream sfile("test.c");
129 sfile << "#define A foo\n";
130 sfile << "#define B bar\n";
131 sfile << "A B\n"
    [all...]
build_test.cpp 174 atf::build::c_o(test->sfile, test->ofile,
196 atf::build::cpp(test->sfile, test->ofile,
219 atf::build::cxx_o(test->sfile, test->ofile,
  /src/external/bsd/atf/dist/atf-c++/detail/
test_helpers.cpp 56 build_check_cxx_o(const char* sfile)
63 return atf::check::build_cxx_o(sfile, "test.o",
68 build_check_cxx_o_srcdir(const atf::tests::tc& tc, const char* sfile)
71 atf::fs::path(tc.get_config_var("srcdir")) / sfile;
test_helpers.hpp 57 #define BUILD_TC(name, sfile, descr, failmsg) \
65 if (!build_check_cxx_o_srcdir(*this, sfile)) \
  /src/external/bsd/atf/dist/atf-c/
check_test.c 110 FILE *sfile; local
113 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL);
114 fprintf(sfile, "#include <stdio.h>\n");
115 fclose(sfile);
128 FILE *sfile; local
131 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL);
132 fprintf(sfile, "void foo(void) { int a = UNDEFINED_SYMBOL; }\n");
133 fclose(sfile);
146 FILE *sfile; local
152 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL)
172 FILE *sfile; local
190 FILE *sfile; local
208 FILE *sfile; local
    [all...]
h_build.h 45 const char *sfile; member in struct:c_o_test
183 const char *sfile; member in struct:cpp_test
282 const char *sfile; member in struct:cxx_o_test
build.c 149 atf_build_c_o(const char *sfile,
179 err = append_src_out(sfile, ofile, &argv_list);
194 atf_build_cpp(const char *sfile,
224 err = append_arg1(sfile, &argv_list);
239 atf_build_cxx_o(const char *sfile,
269 err = append_src_out(sfile, ofile, &argv_list);
build_test.c 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));
check.c 400 atf_check_build_c_o(const char *sfile,
408 err = atf_build_c_o(sfile, ofile, optargs, &argv);
420 atf_check_build_cpp(const char *sfile,
428 err = atf_build_cpp(sfile, ofile, optargs, &argv);
440 atf_check_build_cxx_o(const char *sfile,
448 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
typeddwarf.exp 25 set sfile ${test}.S
27 set sfile ${test}-amd64.S
36 if { [prepare_for_testing "failed to prepare" "${test}" ${sfile} $opts] } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
typeddwarf.exp 25 set sfile ${test}.S
27 set sfile ${test}-amd64.S
36 if { [prepare_for_testing "failed to prepare" "${test}" ${sfile} $opts] } {
  /src/sys/conf/
lint.mk 17 .for sfile in ${ALLSFILES}
18 LintStub_${sfile:T:R}.c: ${sfile} assym.h
20 ${CC} -E -C ${AFLAGS} ${CPPFLAGS} ${sfile} | \
  /src/external/bsd/atf/dist/atf-c/detail/
test_helpers.h 58 #define BUILD_TC(name, sfile, descr, failmsg) \
66 if (!build_check_c_o_srcdir(tc, sfile)) \
test_helpers.c 68 build_check_c_o_srcdir(const atf_tc_t *tc, const char *sfile)
73 atf_tc_get_config_var(tc, "srcdir"), sfile));
  /src/external/gpl3/binutils/dist/binutils/
srconv.c 272 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first,
309 un.name = sfile->name;
548 wr_dps_start (struct coff_sfile *sfile,
561 dps.address = scope->offset - find_base (sfile, scope->sec);
567 sfile->name,
602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol,
676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
699 walk_tree_symbol (sfile, 0, param, nest);
727 walk_tree_symbol (sfile, 0, member, nest + 1)
1363 struct coff_sfile *sfile; local
1618 struct coff_sfile *sfile; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
srconv.c 272 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first,
309 un.name = sfile->name;
548 wr_dps_start (struct coff_sfile *sfile,
561 dps.address = scope->offset - find_base (sfile, scope->sec);
567 sfile->name,
602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol,
676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
699 walk_tree_symbol (sfile, 0, param, nest);
727 walk_tree_symbol (sfile, 0, member, nest + 1)
1363 struct coff_sfile *sfile; local
1618 struct coff_sfile *sfile; local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/header-tools/
graph-include-web 88 sfile = open (arg[2:], "r")
89 srcdata = sfile.readlines()
90 sfile.close()
headerutils.py 98 sfile = open (filen, "r");
99 data = sfile.readlines()
100 sfile.close()
302 sfile = open (filen, "r");
303 data = sfile.readlines()
304 sfile.close()
443 sfile = open (filen, "r")
444 data = sfile.readlines()
445 sfile.close()
455 sfile = open (filen, "r"
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
graph-include-web 88 sfile = open (arg[2:], "r")
89 srcdata = sfile.readlines()
90 sfile.close()
headerutils.py 98 sfile = open (filen, "r");
99 data = sfile.readlines()
100 sfile.close()
302 sfile = open (filen, "r");
303 data = sfile.readlines()
304 sfile.close()
443 sfile = open (filen, "r")
444 data = sfile.readlines()
445 sfile.close()
455 sfile = open (filen, "r"
    [all...]
  /src/games/rogue/
save.c 90 save_into_file(const char *sfile)
99 if (sfile[0] == '~') {
101 len = strlen(hptr) + strlen(sfile);
106 sfile = error_file;
109 (void)strcat(name_buffer, sfile+1);
110 sfile = name_buffer;
118 if (((fp = fopen(sfile, "w")) == NULL) ||
119 ((file_id = md_get_file_id(sfile)) == -1)) {
167 (void)md_df(sfile); /* delete file */
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/lib/
ctf-lib.exp 239 foreach sfile $opts(source) {
241 lappend src [remote_download host [file join [file dirname $file] $sfile]]
243 lappend src [file join [file dirname $file] $sfile]
  /src/external/gpl3/gdb.old/dist/gdb/
minsyms.c 244 bool maybe_collect (const char *sfile, objfile *objf,
251 found_minimal_symbols::maybe_collect (const char *sfile,
260 if (sfile == NULL
261 || filename_cmp (msymbol->filename, sfile) == 0)
298 const char *sfile,
312 && found.maybe_collect (sfile, objfile, msymbol))
322 const char *sfile,
336 && found.maybe_collect (sfile, objfile, msymbol))
343 the search to that objfile. If SFILE is non-NULL, the only file-scope
363 const char *sfile)
    [all...]

Completed in 23 milliseconds

1 2 3