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

12

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/tcsh/
H A Dconfigure722 cache_file=/dev/null
798 ac_prev=cache_file ;;
801 cache_file=$ac_optarg ;;
804 cache_file=config.cache ;;
2440 if test -r "$cache_file"; then
2443 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2445 $as_echo "$as_me: loading cache $cache_file" >&6;}
2446 case $cache_file i
[all...]
/freebsd-11-stable/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-11-stable/contrib/bmake/
H A Dconfigure693 cache_file=/dev/null
768 ac_prev=cache_file ;;
771 cache_file=$ac_optarg ;;
774 cache_file=config.cache ;;
2226 if test -r "$cache_file"; then
2229 if test -f "$cache_file"; then
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2231 $as_echo "$as_me: loading cache $cache_file" >&6;}
2232 case $cache_file in
2233 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure794 cache_file=/dev/null
871 ac_prev=cache_file ;;
874 cache_file=$ac_optarg ;;
877 cache_file=config.cache ;;
2325 if test -r "$cache_file"; then
2328 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2330 $as_echo "$as_me: loading cache $cache_file" >&6;}
2331 case $cache_file i
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure765 cache_file=/dev/null
842 ac_prev=cache_file ;;
845 cache_file=$ac_optarg ;;
848 cache_file=config.cache ;;
2144 if test -r "$cache_file"; then
2147 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2149 $as_echo "$as_me: loading cache $cache_file" >&6;}
2150 case $cache_file i
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure730 cache_file=/dev/null
807 ac_prev=cache_file ;;
810 cache_file=$ac_optarg ;;
813 cache_file=config.cache ;;
2296 if test -r "$cache_file"; then
2299 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2301 $as_echo "$as_me: loading cache $cache_file" >&6;}
2302 case $cache_file i
[all...]
/freebsd-11-stable/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-11-stable/contrib/byacc/
H A Dconfigure151 cache_file=/dev/null
220 ac_prev=cache_file ;;
223 cache_file=$ac_optarg ;;
226 cache_file=config.cache ;;
901 if test -r "$cache_file"; then
904 if test -f "$cache_file"; then
905 { echo "$as_me:905: loading cache $cache_file" >&5
906 echo "$as_me: loading cache $cache_file" >&6;}
907 case $cache_file in
908 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c75 static char *cache_file = NULL; variable
1004 cache_file = strdup(optarg);
1148 if (cache_file)
1149 if (ibnd_cache_fabric(fabric, cache_file, 0) < 0)
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure322 cache_file=/dev/null
383 ac_prev=cache_file ;;
386 cache_file=$ac_optarg ;;
389 cache_file=config.cache ;;
1208 if test -r "$cache_file"; then
1211 if test -f "$cache_file"; then
1212 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1213 echo "$as_me: loading cache $cache_file" >&6;}
1214 case $cache_file in
1215 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure821 cache_file=/dev/null
897 ac_prev=cache_file ;;
900 cache_file=$ac_optarg ;;
903 cache_file=config.cache ;;
2220 if test -r "$cache_file"; then
2223 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2225 $as_echo "$as_me: loading cache $cache_file" >&6;}
2226 case $cache_file i
[all...]
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure798 cache_file=/dev/null
874 ac_prev=cache_file ;;
877 cache_file=$ac_optarg ;;
880 cache_file=config.cache ;;
2256 if test -r "$cache_file"; then
2259 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2261 $as_echo "$as_me: loading cache $cache_file" >&6;}
2262 case $cache_file i
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dconfigure829 cache_file=/dev/null
905 ac_prev=cache_file ;;
908 cache_file=$ac_optarg ;;
911 cache_file=config.cache ;;
2198 if test -r "$cache_file"; then
2201 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2203 $as_echo "$as_me: loading cache $cache_file" >&6;}
2204 case $cache_file i
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure804 cache_file=/dev/null
881 ac_prev=cache_file ;;
884 cache_file=$ac_optarg ;;
887 cache_file=config.cache ;;
2220 if test -r "$cache_file"; then
2223 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2225 $as_echo "$as_me: loading cache $cache_file" >&6;}
2226 case $cache_file i
[all...]
/freebsd-11-stable/contrib/file/
H A Dconfigure806 cache_file=/dev/null
882 ac_prev=cache_file ;;
885 cache_file=$ac_optarg ;;
888 cache_file=config.cache ;;
2446 if test -r "$cache_file"; then
2449 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2451 $as_echo "$as_me: loading cache $cache_file" >&6;}
2452 case $cache_file i
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfigure283 cache_file=/dev/null
344 ac_prev=cache_file ;;
347 cache_file=$ac_optarg ;;
350 cache_file=config.cache ;;
1364 if test -r "$cache_file"; then
1367 if test -f "$cache_file"; then
1368 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1369 echo "$as_me: loading cache $cache_file" >&6;}
1370 case $cache_file in
1371 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure323 cache_file=/dev/null
384 ac_prev=cache_file ;;
387 cache_file=$ac_optarg ;;
390 cache_file=config.cache ;;
1221 if test -r "$cache_file"; then
1224 if test -f "$cache_file"; then
1225 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1226 echo "$as_me: loading cache $cache_file" >&6;}
1227 case $cache_file in
1228 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]

Completed in 503 milliseconds

12