Searched refs:ofile (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/util/
H A Dupdate-drafts.pl23 $ofile = $_;
29 unlink($ofile);
30 system "cvs remove $ofile";
/bind-9.11.3/unit/atf-src/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 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,
/bind-9.11.3/unit/atf-src/atf-c/
H A Dh_build.h42 const char *ofile; member in struct:c_o_test
180 const char *ofile; member in struct:cpp_test
279 const char *ofile; 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.c147 const char *ofile,
177 err = append_src_out(sfile, ofile, &argv_list);
193 const char *ofile,
219 err = append_arg2("-o", ofile, &argv_list);
239 const char *ofile,
270 err = append_src_out(sfile, ofile, &argv_list);
146 atf_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
192 atf_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
238 atf_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
H A Dcheck.c397 const char *ofile,
404 err = atf_build_c_o(sfile, ofile, optargs, &argv);
417 const char *ofile,
424 err = atf_build_cpp(sfile, ofile, optargs, &argv);
437 const char *ofile,
444 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
396 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
416 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
436 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
/bind-9.11.3/unit/atf-src/admin/
H A Dcompile264 ofile=
279 ofile=$2
301 if test -z "$ofile" || test -z "$cfile"; then
332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltconfig197 ofile="$default_ofile"
293 --output | -o) prev=ofile ;;
294 --output=*) ofile="$optarg" ;;
2734 trap "$rm \"$ofile\"; exit 1" 1 2 15
2735 echo "creating $ofile"
2736 $rm "$ofile"
2737 cat <<EOF > "$ofile"
2740 # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
2775 cfgfile="$ofile"
2787 cfgfile="$ofile
[all...]
/bind-9.11.3/unit/atf-src/
H A Dconfigure8417 ofile=libtool
19192 ofile='$ofile'
19933 cfgfile=${ofile}T
20477 mv -f "$cfgfile" "$ofile" ||
20478 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
20479 chmod +x "$ofile"
20482 cat <<_LT_EOF >> "$ofile"
/bind-9.11.3/
H A Dconfigure7578 ofile=libtool
24834 ofile='$ofile'
25620 cfgfile="${ofile}T"
25627 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
26232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
26233 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
26237 mv -f "$cfgfile" "$ofile" ||
26238 (rm -f "$ofile" && cp "$cfgfile" "$ofile"
[all...]

Completed in 105 milliseconds