/bind-9.11.3/util/ |
H A D | update-drafts.pl | 23 $ofile = $_; 29 unlink($ofile); 30 system "cvs remove $ofile";
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | build.cpp | 76 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 D | check.cpp | 103 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 D | build_test.cpp | 164 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 D | h_build.h | 42 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 D | build_test.c | 167 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 D | build.c | 147 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 D | check.c | 397 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 D | compile | 264 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 D | ltconfig | 197 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 D | configure | 8417 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 D | configure | 7578 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...] |