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

123

/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dcheck_lft_balance.pl65 my $cache_file;
257 $cache_file = "$IBswcountlimits::cache_dir/dump_lfts.out";
258 if ($regenerate_cache || !(-f $cache_file)) {
259 `dump_lfts.sh > $cache_file`;
265 if (!open(FH, "< $cache_file")) {
266 print STDERR ("Couldn't open cache file: $cache_file: $!\n");
H A Dibqueryerrors.pl47 my $cache_file = "";
126 my $data = `ibswitches $cache_file` ||
127 die "'ibswitches $cache_file' failed.\n";
187 $cache_file = get_cache_file($ca_name, $ca_port);
H A Dibprintca.pl79 my $cache_file = get_cache_file($ca_name, $ca_port);
81 if ($regenerate_map || !(-f "$cache_file")) {
86 system("ibhosts $cache_file");
99 open IBNET_TOPO, "<$cache_file" or die "Failed to open ibnet topology\n";
H A Dibprintrt.pl79 my $cache_file = get_cache_file($ca_name, $ca_port);
81 if ($regenerate_map || !(-f "$cache_file")) {
86 system("ibrouters $cache_file");
99 open IBNET_TOPO, "<$cache_file" or die "Failed to open ibnet topology\n";
H A Dibprintswitch.pl79 my $cache_file = get_cache_file($ca_name, $ca_port);
81 if ($regenerate_map || !(-f "$cache_file")) {
86 system("ibswitches $cache_file");
99 open IBNET_TOPO, "<$cache_file" or die "Failed to open ibnet topology\n";
H A DIBswcountlimits.pm261 my $cache_file = get_cache_file($ca_name, $ca_port);
264 if (`ibnetdiscover -g $extra_params > $cache_file`) {
278 my $cache_file = get_cache_file($ca_name, $ca_port);
280 if ($regenerate_map || !(-f "$cache_file")) {
283 open IBNET_TOPO, "<$cache_file"
H A Dibfindnodesusing.pl172 my $cache_file = get_cache_file($ca_name, $ca_port);
173 open IBNET_TOPO, "<$cache_file" or die "Failed to open ibnet topology\n";
/freebsd-10.0-release/contrib/gperf/
H A Dconfigure632 cache_file=/dev/null
707 ac_prev=cache_file ;;
710 cache_file=$ac_optarg ;;
713 cache_file=config.cache ;;
1520 if test -r "$cache_file"; then
1523 if test -f "$cache_file"; then
1524 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1525 echo "$as_me: loading cache $cache_file" >&6;}
1526 case $cache_file in
1527 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/freebsd-10.0-release/contrib/gperf/doc/
H A Dconfigure635 cache_file=/dev/null
710 ac_prev=cache_file ;;
713 cache_file=$ac_optarg ;;
716 cache_file=config.cache ;;
1523 if test -r "$cache_file"; then
1526 if test -f "$cache_file"; then
1527 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1528 echo "$as_me: loading cache $cache_file" >&6;}
1529 case $cache_file in
1530 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/freebsd-10.0-release/contrib/gdb/
H A Dltconfig219 cache_file=
388 --cache-file=*) cache_file="$optarg" ;;
489 if test -n "$cache_file" && test -r "$cache_file" && test -f "$cache_file"; then
490 echo "loading cache $cache_file within ltconfig"
491 . $cache_file
2777 test -n "$cache_file" && test -z "$tagname" || exit 0
2816 if cmp -s $cache_file confcache; then
2819 if test -w $cache_file; the
[all...]
/freebsd-10.0-release/contrib/gcclibs/libssp/
H A Dconfigure320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1217 if test -r "$cache_file"; then
1220 if test -f "$cache_file"; then
1221 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1222 echo "$as_me: loading cache $cache_file" >&6;}
1223 case $cache_file in
1224 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-10.0-release/contrib/gperf/lib/
H A Dconfigure657 cache_file=/dev/null
732 ac_prev=cache_file ;;
735 cache_file=$ac_optarg ;;
738 cache_file=config.cache ;;
1561 if test -r "$cache_file"; then
1564 if test -f "$cache_file"; then
1565 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1566 echo "$as_me: loading cache $cache_file" >&6;}
1567 case $cache_file in
1568 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/freebsd-10.0-release/contrib/gperf/src/
H A Dconfigure657 cache_file=/dev/null
732 ac_prev=cache_file ;;
735 cache_file=$ac_optarg ;;
738 cache_file=config.cache ;;
1561 if test -r "$cache_file"; then
1564 if test -f "$cache_file"; then
1565 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1566 echo "$as_me: loading cache $cache_file" >&6;}
1567 case $cache_file in
1568 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/freebsd-10.0-release/contrib/ntp/arlib/
H A Dconfigure661 cache_file=/dev/null
736 ac_prev=cache_file ;;
739 cache_file=$ac_optarg ;;
742 cache_file=config.cache ;;
1781 if test -r "$cache_file"; then
1784 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1786 $as_echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file i
[all...]
/freebsd-10.0-release/contrib/ldns/drill/
H A Dconfigure688 cache_file=/dev/null
764 ac_prev=cache_file ;;
767 cache_file=$ac_optarg ;;
770 cache_file=config.cache ;;
2067 if test -r "$cache_file"; then
2070 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2071 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2072 $as_echo "$as_me: loading cache $cache_file" >&6;}
2073 case $cache_file i
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dconfigure702 cache_file=/dev/null
778 ac_prev=cache_file ;;
781 cache_file=$ac_optarg ;;
784 cache_file=config.cache ;;
2416 if test -r "$cache_file"; then
2419 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2421 $as_echo "$as_me: loading cache $cache_file" >&6;}
2422 case $cache_file i
[all...]
/freebsd-10.0-release/contrib/byacc/
H A Dconfigure115 cache_file=/dev/null
184 ac_prev=cache_file ;;
187 cache_file=$ac_optarg ;;
190 cache_file=config.cache ;;
861 if test -r "$cache_file"; then
864 if test -f "$cache_file"; then
865 { echo "$as_me:865: loading cache $cache_file" >&5
866 echo "$as_me: loading cache $cache_file" >&6;}
867 case $cache_file in
868 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dconfigure320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1218 if test -r "$cache_file"; then
1221 if test -f "$cache_file"; then
1222 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1223 echo "$as_me: loading cache $cache_file" >&6;}
1224 case $cache_file in
1225 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-10.0-release/contrib/lukemftpd/
H A Dconfigure47 cache_file=./config.cache
116 ac_prev=cache_file ;;
119 cache_file="$ac_optarg" ;;
522 if test -r "$cache_file"; then
523 echo "loading cache $cache_file"
524 . $cache_file
526 echo "creating cache $cache_file"
527 > $cache_file
3802 if cmp -s $cache_file confcache; then
3805 if test -w $cache_file; the
[all...]
/freebsd-10.0-release/contrib/apr-util/
H A Dconfigure822 cache_file=/dev/null
898 ac_prev=cache_file ;;
901 cache_file=$ac_optarg ;;
904 cache_file=config.cache ;;
2221 if test -r "$cache_file"; then
2224 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2226 $as_echo "$as_me: loading cache $cache_file" >&6;}
2227 case $cache_file i
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dconfigure691 cache_file=/dev/null
766 ac_prev=cache_file ;;
769 cache_file=$ac_optarg ;;
772 cache_file=config.cache ;;
2172 if test -r "$cache_file"; then
2175 if test -f "$cache_file"; then
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2177 $as_echo "$as_me: loading cache $cache_file" >&6;}
2178 case $cache_file in
2179 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/freebsd-10.0-release/contrib/gcclibs/libgomp/
H A Dconfigure319 cache_file=/dev/null
380 ac_prev=cache_file ;;
383 cache_file=$ac_optarg ;;
386 cache_file=config.cache ;;
1241 if test -r "$cache_file"; then
1244 if test -f "$cache_file"; then
1245 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1246 echo "$as_me: loading cache $cache_file" >&6;}
1247 case $cache_file in
1248 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dconfigure705 cache_file=/dev/null
781 ac_prev=cache_file ;;
784 cache_file=$ac_optarg ;;
787 cache_file=config.cache ;;
2129 if test -r "$cache_file"; then
2132 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2134 $as_echo "$as_me: loading cache $cache_file" >&6;}
2135 case $cache_file i
[all...]
/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Dconfigure283 cache_file=/dev/null
344 ac_prev=cache_file ;;
347 cache_file=$ac_optarg ;;
350 cache_file=config.cache ;;
1164 if test -r "$cache_file"; then
1167 if test -f "$cache_file"; then
1168 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1169 echo "$as_me: loading cache $cache_file" >&6;}
1170 case $cache_file in
1171 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-10.0-release/contrib/opie/
H A Dconfigure45 cache_file=./config.cache
114 ac_prev=cache_file ;;
117 cache_file="$ac_optarg" ;;
520 if test -r "$cache_file"; then
521 echo "loading cache $cache_file"
522 . $cache_file
524 echo "creating cache $cache_file"
525 > $cache_file
4917 if cmp -s $cache_file confcache; then
4920 if test -w $cache_file; the
[all...]

Completed in 230 milliseconds

123