Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c996 pdom->cache_file = strdup(buf);
1273 if (pdom->cache_file == 0)
1286 unlink(pdom->cache_file);
1290 fd = open(pdom->cache_file, O_CREAT|O_WRONLY, 0444);
1306 unlink(pdom->cache_file);
1317 unlink(pdom->cache_file);
1331 unlink(pdom->cache_file);
1459 if (pdom->cache_file) in clean_cache()
1460 unlink(pdom->cache_file); in clean_cache()
H A Dyp_b.h79 char *cache_file; /* cached version of server info */ member
/titanic_41/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1484 my $cache_file = "$working_dir/AbiIndex";
1487 if (-f $cache_file) {
1488 open($index_fh, "<$cache_file") ||
1489 exiter(nofile($cache_file, $!));
1496 if (! open($cache_fh, ">$cache_file")) {
1497 exiter(nofile($cache_file, $!));
/titanic_41/usr/src/grub/grub-0.97/
H A Dconfigure322 cache_file=/dev/null
383 ac_prev=cache_file ;;
386 cache_file=$ac_optarg ;;
389 cache_file=config.cache ;;
1281 if test -r "$cache_file"; then
1284 if test -f "$cache_file"; then
1285 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1286 echo "$as_me: loading cache $cache_file" >&6;}
1287 case $cache_file in
1288 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all …]
H A DINSTALL156 default values for variables like `CC', `cache_file', and `prefix'.