Searched refs:cache_file (Results 1 - 25 of 208) sorted by relevance

123456789

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tclconfig/
H A Dimg.m486 if test "X$cache_file" = "X/dev/null" ; then
87 cache_file=config.cache
91 case "$cache_file" in
92 /*) tea_sub_cache_file=$cache_file ;;
94 tea_sub_cache_file="$tea_dots$cache_file" ;;
121 tea_prev=cache_file ;;
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_fetch_command.rb19 File.read(@a2.cache_file)
42 File.read(@a1.cache_file)
44 File.read(@a2.cache_file)
69 File.read(@a2.cache_file)
71 File.read(@a2_pre.cache_file)
92 File.read(@a2.cache_file)
94 File.read(@a2_pre.cache_file)
115 File.read(@a1.cache_file)
H A Dtest_gem_source.rb80 cache_file = File.join cache_dir, @a1.spec_name
82 assert File.exist?(cache_file)
92 cache_file = File.join cache_dir, @a1.spec_name
94 open cache_file, 'wb' do |io|
129 cache_file = File.join cache_dir, "specs.#{Gem.marshal_version}"
130 assert File.exist?(cache_file)
145 cache_file = File.join cache_dir, "latest_specs.#{Gem.marshal_version}"
147 open cache_file, 'wb' do |io|
167 cache_file = File.join cache_dir, "latest_specs.#{Gem.marshal_version}"
169 open cache_file, 'w
[all...]
H A Dtest_gem_commands_unpack_command.rb18 @cmd.find_in_cache(File.basename @a1.cache_file),
19 @a1.cache_file,
31 open @a1.cache_file, 'rb' do |fp|
41 @a1.cache_file,
45 FileUtils.rm @a1.cache_file
49 @a1.cache_file,
117 open @a2.cache_file, 'rb' do |fp|
H A Dtest_gem_commands_install_command.rb29 read_binary(@a2.cache_file)
31 read_binary(@a2_pre.cache_file)
50 read_binary(@a2.cache_file)
52 read_binary(@a2_pre.cache_file)
73 FileUtils.mv @a2.cache_file, @tempdir
103 FileUtils.mv @a2.cache_file, @tempdir
266 read_binary(@a1.cache_file)
268 read_binary(@a2_pre.cache_file)
289 read_binary(@a1.cache_file)
291 read_binary(@a2_pre.cache_file)
[all...]
H A Dtest_gem_commands_update_command.rb23 @a1_path = @a1.cache_file
24 @a2_path = @a2.cache_file
25 @a3a_path = @a3a.cache_file
77 gem_file = spec.cache_file
224 @b2_path = @b2.cache_file
225 @c1_2_path = @c1_2.cache_file
226 @c2_path = @c2.cache_file
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dinstaller_test_case.rb104 @gem = @spec.cache_file
105 @user_gem = @user_spec.cache_file
190 Gem::Installer.new(spec.cache_file,
H A Dtest_case.rb358 gem = File.join(@tempdir, File.basename(spec.cache_file)).untaint
519 cache = spec.cache_file
525 FileUtils.rm_rf spec.cache_file
604 cache_file = File.join @tempdir, 'gems', "#{spec.full_name}.gem"
605 FileUtils.mkdir_p File.dirname cache_file
606 FileUtils.mv spec.cache_file, cache_file
677 cache_file = File.join @tempdir, 'gems', "#{spec.original_name}.gem"
678 FileUtils.mkdir_p File.dirname cache_file
679 FileUtils.mv spec.cache_file, cache_fil
[all...]
H A Dpackage_task.rb99 gem_file = File.basename gem_spec.cache_file
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A Dconfigure21 cache_file=./config.cache
90 ac_prev=cache_file ;;
93 cache_file="$ac_optarg" ;;
496 if test -r "$cache_file"; then
497 echo "loading cache $cache_file"
498 . $cache_file
500 echo "creating cache $cache_file"
501 > $cache_file
599 if cmp -s $cache_file confcache; then
602 if test -w $cache_file; the
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/
H A Dconfigure19 cache_file=./config.cache
88 ac_prev=cache_file ;;
91 cache_file="$ac_optarg" ;;
494 if test -r "$cache_file"; then
495 echo "loading cache $cache_file"
496 . $cache_file
498 echo "creating cache $cache_file"
499 > $cache_file
635 if cmp -s $cache_file confcache; then
638 if test -w $cache_file; the
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Dconfigure19 cache_file=./config.cache
88 ac_prev=cache_file ;;
91 cache_file="$ac_optarg" ;;
494 if test -r "$cache_file"; then
495 echo "loading cache $cache_file"
496 . $cache_file
498 echo "creating cache $cache_file"
499 > $cache_file
718 if cmp -s $cache_file confcache; then
721 if test -w $cache_file; the
[all...]
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dbb_convert.c56 static asl_file_t *cache_file = NULL; variable
301 if (cache_file != NULL)
305 out = cache_file;
309 asl_file_close(cache_file);
310 cache_file = NULL;
363 cache_file = out;
498 if (cache_file != NULL) asl_file_close(cache_file);
503 if (cache_file != NULL) asl_file_close(cache_file);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/ext/
H A Dconfigure31 cache_file=./config.cache
99 ac_prev=cache_file ;;
102 cache_file="$ac_optarg" ;;
505 if test -r "$cache_file"; then
506 echo "loading cache $cache_file"
507 . $cache_file
509 echo "creating cache $cache_file"
510 > $cache_file
928 if cmp -s $cache_file confcache; then
931 if test -w $cache_file; the
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dconfigure23 cache_file=./config.cache
71 ac_prev=cache_file ;;
74 cache_file="$ac_optarg" ;;
378 if test -r "$cache_file"; then
379 echo "loading cache $cache_file"
380 . $cache_file
382 echo "creating cache $cache_file"
383 > $cache_file
829 if cmp -s $cache_file confcache; then
832 if test -w $cache_file; the
[all...]
/macosx-10.9.5/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmansec44 cache_file = "manindex" cache_suffix "-" section ".html";
45 cache = cache_dir "/" cache_file;
H A Dmanwhatis43 cache_file = "whatis" cache_suffix "-" section ".html";
44 cache = cache_dir "/" cache_file;
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/src/
H A Dconfigure713 cache_file=./config.cache
782 ac_prev=cache_file ;;
785 cache_file="$ac_optarg" ;;
1188 if test -r "$cache_file"; then
1189 echo "loading cache $cache_file"
1190 . $cache_file
1192 echo "creating cache $cache_file"
1193 > $cache_file
2160 if cmp -s $cache_file confcache; then
2163 if test -w $cache_file; the
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/
H A Dconfigure747 cache_file=/dev/null
822 ac_prev=cache_file ;;
825 cache_file=$ac_optarg ;;
828 cache_file=config.cache ;;
1677 if test -r "$cache_file"; then
1680 if test -f "$cache_file"; then
1681 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1682 echo "$as_me: loading cache $cache_file" >&6;}
1683 case $cache_file in
1684 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dconfigure638 cache_file=/dev/null
713 ac_prev=cache_file ;;
716 cache_file=$ac_optarg ;;
719 cache_file=config.cache ;;
1526 if test -r "$cache_file"; then
1529 if test -f "$cache_file"; then
1530 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1531 echo "$as_me: loading cache $cache_file" >&6;}
1532 case $cache_file in
1533 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/etc/
H A Dconfigure283 cache_file=/dev/null
344 ac_prev=cache_file ;;
347 cache_file=$ac_optarg ;;
350 cache_file=config.cache ;;
1126 if test -r "$cache_file"; then
1129 if test -f "$cache_file"; then
1130 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1131 echo "$as_me: loading cache $cache_file" >&6;}
1132 case $cache_file in
1133 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/macosx-10.9.5/efax-36/efax/
H A Dconfigure114 cache_file=/dev/null
182 ac_prev=cache_file ;;
185 cache_file=$ac_optarg ;;
188 cache_file=config.cache ;;
821 if test -r "$cache_file"; then
824 if test -f "$cache_file"; then
825 { echo "$as_me:825: loading cache $cache_file" >&5
826 echo "$as_me: loading cache $cache_file" >&6;}
827 case $cache_file in
828 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dconfigure282 cache_file=/dev/null
343 ac_prev=cache_file ;;
346 cache_file=$ac_optarg ;;
349 cache_file=config.cache ;;
1098 if test -r "$cache_file"; then
1101 if test -f "$cache_file"; then
1102 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1103 echo "$as_me: loading cache $cache_file" >&6;}
1104 case $cache_file in
1105 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dconfigure283 cache_file=/dev/null
344 ac_prev=cache_file ;;
347 cache_file=$ac_optarg ;;
350 cache_file=config.cache ;;
1126 if test -r "$cache_file"; then
1129 if test -f "$cache_file"; then
1130 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1131 echo "$as_me: loading cache $cache_file" >&6;}
1132 case $cache_file in
1133 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/
H A Dconfigure21 cache_file=./config.cache
90 ac_prev=cache_file ;;
93 cache_file="$ac_optarg" ;;
496 if test -r "$cache_file"; then
497 echo "loading cache $cache_file"
498 . $cache_file
500 echo "creating cache $cache_file"
501 > $cache_file
1656 if cmp -s $cache_file confcache; then
1659 if test -w $cache_file; the
[all...]

Completed in 477 milliseconds

123456789