Searched refs:srcfile (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp75 std::ofstream srcfile("test.cpp");
76 ATF_REQUIRE(srcfile);
77 srcfile << "#include <" << hdrname << ">\n";
78 srcfile.close();
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c80 FILE *srcfile; local
83 srcfile = fopen("test.c", "w");
84 ATF_REQUIRE(srcfile != NULL);
85 fprintf(srcfile, "#include <%s>\n", hdrname);
86 fclose(srcfile);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh271 srcfile="$nonopt"
308 lastarg="$srcfile"
309 srcfile="$arg"
340 libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
393 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\..*$%%'`.${objext}
425 echo $srcfile > "$lockfile"
429 eval srcfile=\"$fix_srcfile_path\"
438 command="$base_compile $srcfile $pic_flag -DPIC"
478 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
484 $srcfile
[all...]
/bind-9.11.3/
H A Dltmain.sh1985 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2035 continue # The current "srcfile" will either be retained or
2058 # The previous "srcfile" becomes the current argument.
2060 lastarg="$srcfile"
2061 srcfile="$arg"
2081 func_basename "$srcfile"
2168 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2200 $ECHO "$srcfile" > "$lockfile"
2207 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]

Completed in 906 milliseconds