Home
last modified time | relevance | path

Searched refs:dstfile (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c59 static char *dstfile; variable
117 dstfile, strerror(errno)); in main()
161 dstfile = file; in setup_outfile()
163 fd = open(dstfile, O_WRONLY | O_CREAT | O_TRUNC, in setup_outfile()
204 offset, dstfile, strerror(errno)); in do_comp()
223 dlen, dstfile, strerror(errno)); in do_comp()
234 0, dstfile, strerror(errno)); in do_comp()
240 hlen, dstfile, strerror(errno)); in do_comp()
296 dlen, dstfile, strerror(errno)); in do_decomp()
305 (void) fprintf(stderr, DECOMP_ERR, dstfile, ret); in do_decomp()
[all …]
/illumos-gate/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"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c861 char *dstfile, *cp, *proto; in open_dstfile() local
874 dstfile = safe_malloc(len); in open_dstfile()
877 if (dstfile[strlen(dstfile) - 1] != '/') in open_dstfile()
878 (void) strlcat(dstfile, "/", len); in open_dstfile()
879 cp = dstfile + strlen(dstfile); in open_dstfile()
882 (void) strlcat(dstfile, "-", len); in open_dstfile()
888 (void) strlcat(dstfile, proto, len); in open_dstfile()
903 free(dstfile); in open_dstfile()
909 free(dstfile); in open_dstfile()
922 free(dstfile); in open_dstfile()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib616 typeset dstfile=$INI_DIR/file.$$.$i
617 usr_exec cp $RES_DIR/file $dstfile
621 usr_exec runat $dstfile \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c449 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile) in profile_write_tree_file() argument
451 dump_profile(root, 0, dump_profile_to_file_cb, dstfile); in profile_write_tree_file()
H A Dprof_int.h143 (struct profile_node *root, FILE *dstfile);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_mv_001_pos.ksh136 dst_file=dstfile.$$
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh80 DST_FILE=/tmp/dstfile.$$