Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp156 FileSpec cache_file(m_cache_dir); in GetCacheFilePath() local
159 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
160 return cache_file; in GetCacheFilePath()
164 FileSpec cache_file = GetCacheFilePath(key); in RemoveCacheFile() local
166 if (!fs.Exists(cache_file)) in RemoveCacheFile()
168 return fs.RemoveFile(cache_file); in RemoveCacheFile()
/freebsd/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]])
/freebsd/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 …]
/freebsd/contrib/bmake/
H A Dconfigure754 cache_file=/dev/null
829 ac_prev=cache_file ;;
832 cache_file=$ac_optarg ;;
835 cache_file=config.cache ;;
7410 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7411 if test -w "$cache_file"; then
7412 if test "x$cache_file" != "x/dev/null"; then
7413 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7414 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
7415 if test ! -f "$cache_file" || test -h "$cache_file"; then
[all …]
/freebsd/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()
/freebsd/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 …]
/freebsd/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 …]
/freebsd/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 …]
/freebsd/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 i
[all...]
/freebsd/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 …]
/freebsd/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 …]
/freebsd/contrib/ldns/
H A Dconfigure891 cache_file=/dev/null
965 ac_prev=cache_file ;;
968 cache_file=$ac_optarg ;;
971 cache_file=config.cache ;;
2520 if test -r "$cache_file"; then
2523 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2525 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2526 case $cache_file in
2527 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all …]
/freebsd/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 i
[all...]
/freebsd/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 i
[all...]
H A DINSTALL144 default values for variables like `CC', `cache_file', and `prefix'.
/freebsd/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'.
/freebsd/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 …]
/freebsd/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 …]
/freebsd/contrib/less/
H A DINSTALL152 default values for variables like `CC', `cache_file', and `prefix'.
/freebsd/contrib/unbound/
H A Dconfigure975 cache_file=/dev/null
1050 ac_prev=cache_file ;;
1053 cache_file=$ac_optarg ;;
1056 cache_file=config.cache ;;
26913 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26914 if test -w "$cache_file"; then
26915 if test "x$cache_file" != "x/dev/null"; then
26916 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
26917 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
26918 if test ! -f "$cache_file" || test -h "$cache_file"; then
[all …]
/freebsd/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 …]
/freebsd/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 …]