Searched refs:sfile (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dbuild.cpp80 impl::c_o(const std::string& sfile, const std::string& ofile, argument
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, argument
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, argument
113 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck.cpp107 impl::build_c_o(const std::string& sfile, const std::string& ofile, argument
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, argument
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, argument
140 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck_test.cpp98 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 << "
[all...]
H A Dbuild_test.cpp174 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,
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp56 build_check_cxx_o(const char* sfile) argument
63 return atf::check::build_cxx_o(sfile, "test.o",
68 build_check_cxx_o_srcdir(const atf::tests::tc& tc, const char* sfile) argument
71 atf::fs::path(tc.get_config_var("srcdir")) / sfile;
H A Dtest_helpers.hpp57 #define BUILD_TC(name, sfile, descr, failmsg) \
65 if (!build_check_cxx_o_srcdir(*this, sfile)) \
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dcheck_test.c110 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
172 FILE *sfile; local
190 FILE *sfile; local
208 FILE *sfile; local
[all...]
H A Dh_build.h45 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
H A Dbuild.c149 atf_build_c_o(const char *sfile, argument
179 err = append_src_out(sfile, ofile, &argv_list);
194 atf_build_cpp(const char *sfile, argument
224 err = append_arg1(sfile, &argv_list);
239 atf_build_cxx_o(const char *sfile, argument
269 err = append_src_out(sfile, ofile, &argv_list);
H A Dbuild_test.c175 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.c400 atf_check_build_c_o(const char *sfile, argument
408 err = atf_build_c_o(sfile, ofile, optargs, &argv);
420 atf_check_build_cpp(const char *sfile, argument
428 err = atf_build_cpp(sfile, ofile, optargs, &argv);
440 atf_check_build_cxx_o(const char *sfile, argument
448 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dtest_helpers.h58 #define BUILD_TC(name, sfile, descr, failmsg) \
66 if (!build_check_c_o_srcdir(tc, sfile)) \
H A Dtest_helpers.c68 build_check_c_o_srcdir(const atf_tc_t *tc, const char *sfile) argument
73 atf_tc_get_config_var(tc, "srcdir"), sfile));
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dsrconv.c307 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first, argument
344 un.name = sfile->name;
581 wr_dps_start (struct coff_sfile *sfile, argument
594 dps.address = scope->offset - find_base (sfile, scope->sec);
600 sfile->name,
635 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol, argument
709 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
725 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
732 walk_tree_symbol (sfile, 0, param, nest);
760 walk_tree_symbol (sfile,
908 walk_tree_type(struct coff_sfile *sfile, struct coff_symbol *symbol, struct coff_type *type, int nest) argument
955 walk_tree_symbol(struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nest) argument
1169 walk_tree_scope(struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type) argument
1193 walk_tree_sfile(struct coff_section *section, struct coff_sfile *sfile) argument
1199 wr_program_structure(struct coff_ofile *p, struct coff_sfile *sfile) argument
1205 wr_du(struct coff_ofile *p, struct coff_sfile *sfile, int n) argument
1272 wr_dus(struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_sfile *sfile) argument
1294 find_base(struct coff_sfile *sfile, struct coff_section *section) argument
1300 wr_dln(struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_sfile *sfile, int n ATTRIBUTE_UNUSED) argument
1374 wr_globals(struct coff_ofile *p, struct coff_sfile *sfile, int n ATTRIBUTE_UNUSED) argument
1397 struct coff_sfile *sfile; local
1464 wr_sc(struct coff_ofile *ptr, struct coff_sfile *sfile) argument
1648 struct coff_sfile *sfile; local
[all...]
H A Dcoffgrok.h222 struct coff_sfile *sfile; member in struct:coff_symbol
H A Dobjdump.c1327 SFILE sfile;
1332 sfile.alloc = 120;
1333 sfile.buffer = xmalloc (sfile.alloc);
1334 sfile.pos = 0;
1433 sfile.pos = 0;
1435 info->stream = &sfile;
1481 if (sfile.pos)
1482 printf ("%s\n", sfile.buffer);
1557 else if (sfile
1323 SFILE sfile; local
[all...]
H A Dcoffgrok.c546 s->sfile = cur_sfile;
/freebsd-10.1-release/contrib/sendmail/src/
H A Dstats.c122 ** sfile -- the name of the statistics file.
128 ** merges the Stat structure with the sfile file.
132 poststats(sfile)
133 char *sfile;
141 if (sfile == NULL || *sfile == '\0' || !GotStats || entered)
155 fd = safeopen(sfile, O_RDWR, 0600, sff);
160 sfile, sm_errstring(errno));
/freebsd-10.1-release/contrib/sendmail/mailstats/
H A Dmailstats.c54 char *sfile; local
74 sfile = NULL;
91 sfile = optarg;
184 if (sfile == NULL)
185 sfile = sfilebuf;
216 if (sfile == NULL)
223 fd = open(sfile, O_RDONLY, 0600);
229 sm_perror(sfile);
241 sm_perror(sfile);
256 sfile);
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dminsyms.c151 lookup_minimal_symbol (const char *name, const char *sfile, argument
164 if (sfile != NULL)
166 char *p = strrchr (sfile, '/');
168 sfile = p + 1;
208 if (sfile == NULL
209 || strcmp (msymbol->filename, sfile) == 0)
/freebsd-10.1-release/usr.bin/gprof/
H A Dgprof.c352 FILE *sfile; local
354 if ( ( sfile = fopen ( sumfile , "w" ) ) == NULL )
359 if ( fwrite( &gmonhdr , sizeof gmonhdr , 1 , sfile ) != 1 )
364 if (fwrite(samples, histcounter_size, nsamples, sfile) != nsamples)
374 if ( fwrite ( &arc , sizeof arc , 1 , sfile ) != 1 )
384 fclose( sfile );
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-s390.c2086 char *sfile; local
2091 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
H A Dtc-ppc.c5721 char *sfile;
5726 if (expr_symbol_where (fixP->fx_addsy, &sfile, &sline))
5702 char *sfile; local

Completed in 243 milliseconds