Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c994 pdom->cache_file = strdup(buf);
1271 if (pdom->cache_file == 0)
1284 unlink(pdom->cache_file);
1288 fd = open(pdom->cache_file, O_CREAT|O_WRONLY, 0444);
1304 unlink(pdom->cache_file);
1315 unlink(pdom->cache_file);
1329 unlink(pdom->cache_file);
1457 if (pdom->cache_file) in clean_cache()
1458 unlink(pdom->cache_file); in clean_cache()
H A Dyp_b.h79 char *cache_file; /* cached version of server info */ member
/illumos-gate/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, $!));
/illumos-gate/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
1287 case $cache_file in
1295 >$cache_file
6091 if test -w $cache_file; then
6092 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
[all …]
H A DINSTALL156 default values for variables like `CC', `cache_file', and `prefix'.