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

12

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dbuild.cpp76 impl::c_o(const std::string& sfile, const std::string& ofile, argument
81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(),
90 impl::cpp(const std::string& sfile, const std::string& ofile, argument
95 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(),
104 impl::cxx_o(const std::string& sfile, const std::string& ofile, argument
109 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck.cpp103 impl::build_c_o(const std::string& sfile, const std::string& ofile, argument
108 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(),
117 impl::build_cpp(const std::string& sfile, const std::string& ofile, argument
122 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(),
131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, argument
136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck_test.cpp93 std::ofstream sfile("test.c");
94 sfile << "#include <stdio.h>\n";
95 sfile.close();
108 std::ofstream sfile("test.c");
109 sfile << "void foo(void) { int a = UNDEFINED_SYMBOL; }\n";
110 sfile.close();
123 std::ofstream sfile("test.c");
124 sfile << "#define A foo\n";
125 sfile << "#define B bar\n";
126 sfile << "
[all...]
H A Dbuild_test.cpp164 atf::build::c_o(test->sfile, test->ofile,
185 atf::build::cpp(test->sfile, test->ofile,
207 atf::build::cxx_o(test->sfile, test->ofile,
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp53 build_check_cxx_o(const char* sfile) argument
60 return atf::check::build_cxx_o(sfile, "test.o",
65 build_check_cxx_o_srcdir(const atf::tests::tc& tc, const char* sfile) argument
68 atf::fs::path(tc.get_config_var("srcdir")) / sfile;
H A Dtest_helpers.hpp53 #define BUILD_TC(name, sfile, descr, failmsg) \
61 if (!build_check_cxx_o_srcdir(*this, sfile)) \
/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck_test.c105 FILE *sfile; local
108 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL);
109 fprintf(sfile, "#include <stdio.h>\n");
110 fclose(sfile);
123 FILE *sfile; local
126 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL);
127 fprintf(sfile, "void foo(void) { int a = UNDEFINED_SYMBOL; }\n");
128 fclose(sfile);
141 FILE *sfile; local
147 ATF_REQUIRE((sfile
167 FILE *sfile; local
185 FILE *sfile; local
203 FILE *sfile; local
[all...]
H A Dh_build.h41 const char *sfile; member in struct:c_o_test
179 const char *sfile; member in struct:cpp_test
278 const char *sfile; member in struct:cxx_o_test
H A Dbuild_test.c167 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs,
170 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv));
195 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs,
198 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv));
224 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs,
227 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv));
H A Dbuild.c146 atf_build_c_o(const char *sfile, argument
177 err = append_src_out(sfile, ofile, &argv_list);
192 atf_build_cpp(const char *sfile, argument
223 err = append_arg1(sfile, &argv_list);
238 atf_build_cxx_o(const char *sfile, argument
270 err = append_src_out(sfile, ofile, &argv_list);
H A Dcheck.c396 atf_check_build_c_o(const char *sfile, argument
404 err = atf_build_c_o(sfile, ofile, optargs, &argv);
416 atf_check_build_cpp(const char *sfile, argument
424 err = atf_build_cpp(sfile, ofile, optargs, &argv);
436 atf_check_build_cxx_o(const char *sfile, argument
444 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtest_helpers.h57 #define BUILD_TC(name, sfile, descr, failmsg) \
65 if (!build_check_c_o_srcdir(tc, sfile)) \
H A Dtest_helpers.c66 build_check_c_o_srcdir(const atf_tc_t *tc, const char *sfile) argument
71 atf_tc_get_config_var(tc, "srcdir"), sfile));
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/usr.bin/gprof/
H A Dgprof.c353 FILE *sfile; local
355 if ( ( sfile = fopen ( sumfile , "w" ) ) == NULL )
360 if ( fwrite( &gmonhdr , sizeof gmonhdr , 1 , sfile ) != 1 )
365 if (fwrite(samples, histcounter_size, nsamples, sfile) != nsamples)
375 if ( fwrite ( &arc , sizeof arc , 1 , sfile ) != 1 )
385 fclose( sfile );
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c725 shared_file_t *sfile;
757 rs->sfile->rfile->file,
768 fs_fs_data_t *ffd = rs->sfile->fs->fsap_data;
769 return svn_error_trace(svn_io_file_aligned_seek(rs->sfile->rfile->file,
794 SVN_ERR(svn_fs_fs__item_offset(&rs->start, rs->sfile->fs,
795 rs->sfile->rfile, rs->revision, NULL,
813 SVN_ERR(svn_io_file_read_full2(rs->sfile->rfile->file, buf,
901 rs->sfile = *shared_file;
909 rs->sfile = file;
927 rs->sfile
724 shared_file_t *sfile; member in struct:rep_state_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c469 shared_file_t *sfile;
513 rs->sfile->fs, rs->sfile->rfile,
532 SVN_ERR(svn_fs_x__rev_file_seek(rs->sfile->rfile, NULL, rs->start));
533 SVN_ERR(svn_fs_x__rev_file_read(rs->sfile->rfile, buf, sizeof(buf)));
622 rs->sfile = *shared_file;
630 rs->sfile = file;
652 rs->sfile = *shared_file;
653 SVN_ERR(auto_open_shared_file(rs->sfile));
660 SVN_ERR(open_and_seek_representation(&rs->sfile
468 shared_file_t *sfile; member in struct:rep_state_t
[all...]
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c233 static struct line *sfile[2]; /* shortened by pruning common prefix/suffix */ variable in typeref:struct:line
418 sort(sfile[0], slen[0]);
419 sort(sfile[1], slen[1]);
422 equiv(sfile[0], slen[0], sfile[1], slen[1], member);
426 unsort(sfile[0], slen[0], class);
596 sfile[j] = file[j] + pref;
599 sfile[j][i].serial = i;
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c1161 char *type_table, **sec_table, *sfile, **src_files; local
1369 if (dwarf_linesrc(lbuf[i], &sfile, &de)) {
1379 lie->file = strdup(sfile);

Completed in 349 milliseconds

12