Searched refs:dstfile (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/
H A Dinstall-sh257 dstfile=`basename "$dst"`
282 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
294 if test -f "$dstdir/$dstfile"; then
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
296 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
298 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
307 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c448 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile) argument
450 dump_profile(root, 0, dump_profile_to_file_cb, dstfile);
H A Dprof_int.h141 (struct profile_node *root, FILE *dstfile);

Completed in 26 milliseconds