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

/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dyp_b.h78 FILE *cache_fp; /* file pointer opened on cache_file */
79 char *cache_file; /* cached version of server info */ member in struct:domain
H A Dyp_b_subr.c996 pdom->cache_file = strdup(buf);
998 * We don't give an error if pdom->cache_file is not set.
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)
1460 unlink(pdom->cache_file);
[all...]
/opensolaris-onvv-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, $!));
/opensolaris-onvv-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
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...]

Completed in 113 milliseconds