Home
last modified time | relevance | path

Searched refs:cache_file (Results 1 – 23 of 23) sorted by relevance

/src/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp151 FileSpec cache_file(m_cache_dir); in GetCacheFilePath() local
154 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
155 return cache_file; in GetCacheFilePath()
159 FileSpec cache_file = GetCacheFilePath(key); in RemoveCacheFile() local
161 if (!fs.Exists(cache_file)) in RemoveCacheFile()
163 return fs.RemoveFile(cache_file); in RemoveCacheFile()
/src/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m440 case "$cache_file" in
108 AC_MSG_NOTICE([[$cache_file saved by another version, ignored.]])
110 AC_MSG_NOTICE([[$cache_file version: $c_version]])
/src/contrib/tcpdump/
H A Dconfigure770 cache_file=/dev/null
845 ac_prev=cache_file ;;
848 cache_file=$ac_optarg ;;
851 cache_file=config.cache ;;
2343 if test -r "$cache_file"; then
2346 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2347 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2348 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2349 case $cache_file in
2350 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/bmake/
H A Dconfigure752 cache_file=/dev/null
827 ac_prev=cache_file ;;
830 cache_file=$ac_optarg ;;
833 cache_file=config.cache ;;
7395 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7396 if test -w "$cache_file"; then
7397 if test "x$cache_file" != "x/dev/null"; then
7398 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7399 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
7400 if test ! -f "$cache_file" || test -h "$cache_file"; then
[all …]
/src/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c75 static char *cache_file = NULL; variable
1004 cache_file = strdup(optarg); in process_opt()
1148 if (cache_file) in main()
1149 if (ibnd_cache_fabric(fabric, cache_file, 0) < 0) in main()
/src/contrib/libpcap/
H A Dconfigure844 cache_file=/dev/null
919 ac_prev=cache_file ;;
922 cache_file=$ac_optarg ;;
925 cache_file=config.cache ;;
2487 if test -r "$cache_file"; then
2490 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2492 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2493 case $cache_file in
2494 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/openbsm/
H A Dconfigure806 cache_file=/dev/null
882 ac_prev=cache_file ;;
885 cache_file=$ac_optarg ;;
888 cache_file=config.cache ;;
2271 if test -r "$cache_file"; then
2274 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2276 $as_echo "$as_me: loading cache $cache_file" >&6;}
2277 case $cache_file in
2278 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/libevent/
H A Dconfigure901 cache_file=/dev/null
977 ac_prev=cache_file ;;
980 cache_file=$ac_optarg ;;
983 cache_file=config.cache ;;
2614 if test -r "$cache_file"; then
2617 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2619 $as_echo "$as_me: loading cache $cache_file" >&6;}
2620 case $cache_file in
2621 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/crypto/krb5/src/
H A Dconfigure970 cache_file=/dev/null
1045 ac_prev=cache_file ;;
1048 cache_file=$ac_optarg ;;
1051 cache_file=config.cache ;;
2696 if test -r "$cache_file"; then
2699 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2700 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2701 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2702 case $cache_file in
2703 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/ntp/sntp/libevent/
H A Dconfigure935 cache_file=/dev/null
1010 ac_prev=cache_file ;;
1013 cache_file=$ac_optarg ;;
1016 cache_file=config.cache ;;
2601 if test -r "$cache_file"; then
2604 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2605 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2606 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2607 case $cache_file in
2608 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/ldns/
H A Dconfigure884 cache_file=/dev/null
958 ac_prev=cache_file ;;
961 cache_file=$ac_optarg ;;
964 cache_file=config.cache ;;
2505 if test -r "$cache_file"; then
2508 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2509 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2510 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2511 case $cache_file in
2512 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/byacc/
H A Dconfigure153 cache_file=/dev/null
223 ac_prev=cache_file ;;
226 cache_file=$ac_optarg ;;
229 cache_file=config.cache ;;
982 { { echo "$as_me:982: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
983 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
7708 if cmp -s $cache_file confcache; then :; else
7709 if test -w $cache_file; then
7710 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7711 cat confcache >$cache_file
[all …]
/src/contrib/ntp/sntp/
H A Dconfigure994 cache_file=/dev/null
1069 ac_prev=cache_file ;;
1072 cache_file=$ac_optarg ;;
1075 cache_file=config.cache ;;
2666 if test -r "$cache_file"; then
2669 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2671 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2672 case $cache_file in
2673 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/unbound/
H A Dconfigure980 cache_file=/dev/null
1055 ac_prev=cache_file ;;
1058 cache_file=$ac_optarg ;;
1061 cache_file=config.cache ;;
2749 if test -r "$cache_file"; then
2752 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2753 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2754 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2755 case $cache_file in
2756 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/ntp/
H A Dconfigure1118 cache_file=/dev/null
1193 ac_prev=cache_file ;;
1196 cache_file=$ac_optarg ;;
1199 cache_file=config.cache ;;
2882 if test -r "$cache_file"; then
2885 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2886 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2887 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2888 case $cache_file in
2889 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
H A DINSTALL144 default values for variables like `CC', `cache_file', and `prefix'.
/src/contrib/file/
H A Dconfigure834 cache_file=/dev/null
909 ac_prev=cache_file ;;
912 cache_file=$ac_optarg ;;
915 cache_file=config.cache ;;
16400 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16401 if test -w "$cache_file"; then
16402 if test "x$cache_file" != "x/dev/null"; then
16403 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16404 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
16405 if test ! -f "$cache_file" || test -h "$cache_file"; then
[all …]
H A DINSTALL286 default values for variables like `CC', `cache_file', and `prefix'.
/src/crypto/heimdal/
H A Dconfigure1006 cache_file=/dev/null
1081 ac_prev=cache_file ;;
1084 cache_file=$ac_optarg ;;
1087 cache_file=config.cache ;;
2517 if test -r "$cache_file"; then
2520 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2522 $as_echo "$as_me: loading cache $cache_file" >&6;}
2523 case $cache_file in
2524 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/src/contrib/openpam/
H A Dconfigure875 cache_file=/dev/null
950 ac_prev=cache_file ;;
953 cache_file=$ac_optarg ;;
956 cache_file=config.cache ;;
20311 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20312 if test -w "$cache_file"; then
20313 if test "x$cache_file" != "x/dev/null"; then
20314 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20315 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
20316 if test ! -f "$cache_file" || test -h "$cache_file"; then
[all …]
/src/contrib/less/
H A DINSTALL152 default values for variables like `CC', `cache_file', and `prefix'.
/src/contrib/dialog/
H A Dconfigure152 cache_file=/dev/null
222 ac_prev=cache_file ;;
225 cache_file=$ac_optarg ;;
228 cache_file=config.cache ;;
1025 { { echo "$as_me:1025: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1026 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
26154 if cmp -s $cache_file confcache; then :; else
26155 if test -w $cache_file; then
26156 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
26157 cat confcache >$cache_file
[all …]
/src/contrib/ncurses/
H A Dconfigure153 cache_file=/dev/null
223 ac_prev=cache_file ;;
226 cache_file=$ac_optarg ;;
229 cache_file=config.cache ;;
1153 { { echo "$as_me:1153: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1154 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
30105 if cmp -s $cache_file confcache; then :; else
30106 if test -w $cache_file; then
30107 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
30108 cat confcache >$cache_file
[all …]