/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | build.cpp | 80 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 D | check.cpp | 107 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 D | 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,
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | h_build.h | 46 const char *ofile; member in struct:c_o_test 184 const char *ofile; member in struct:cpp_test 283 const char *ofile; member in struct:cxx_o_test
|
H A D | build.c | 150 const char *ofile, 179 err = append_src_out(sfile, ofile, &argv_list); 195 const char *ofile, 220 err = append_arg2("-o", ofile, &argv_list); 240 const char *ofile, 269 err = append_src_out(sfile, ofile, &argv_list); 149 atf_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument 194 atf_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument 239 atf_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
|
H A D | 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));
|
H A D | check.c | 401 const char *ofile, 408 err = atf_build_c_o(sfile, ofile, optargs, &argv); 421 const char *ofile, 428 err = atf_build_cpp(sfile, ofile, optargs, &argv); 441 const char *ofile, 448 err = atf_build_cxx_o(sfile, ofile, optargs, &argv); 400 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 420 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 440 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | compile | 258 ofile= 273 ofile=$2 295 if test -z "$ofile" || test -z "$cfile"; then 326 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 328 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
/bind-9.6-ESV-R11/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.6-ESV-R11/ |
H A D | configure | 7393 ofile=libtool 20025 ofile='$ofile' 20750 cfgfile="${ofile}T" 20757 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. 21362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 21363 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} 21367 mv -f "$cfgfile" "$ofile" || 21368 (rm -f "$ofile" && cp "$cfgfile" "$ofile" [all...] |
/bind-9.6-ESV-R11/unit/atf-src/ |
H A D | configure | 7328 ofile=libtool 17745 ofile='$ofile' 18485 cfgfile="${ofile}T" 18492 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. 19121 mv -f "$cfgfile" "$ofile" || 19122 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 19123 chmod +x "$ofile" 19126 cat <<_LT_EOF >> "$ofile" [all...] |