Searched refs:dstfile (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/boot/fiocompress/ |
H A D | fiocompress.c | 59 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() 166 (void) fprintf(stderr, OPEN_FAIL, dstfile, strerror(errno)); 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() [all …]
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | install-sh | 257 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"
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 861 char *dstfile, *cp, *proto; in open_dstfile() local 874 dstfile = safe_malloc(len); in open_dstfile() 876 (void) strlcpy(dstfile, destdir, 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() 881 (void) strlcat(dstfile, iconf->service, len); in open_dstfile() 882 (void) strlcat(dstfile, "-", len); in open_dstfile() 888 (void) strlcat(dstfile, proto, len); in open_dstfile() 889 (void) strlcat(dstfile, ".xml", len); in open_dstfile() [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl_common.kshlib | 612 typeset dstfile=$INI_DIR/file.$$.$i 613 usr_exec $CP $RES_DIR/file $dstfile 617 usr_exec $RUNAT $dstfile \
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_parse.c | 449 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 D | prof_int.h | 143 (struct profile_node *root, FILE *dstfile);
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_mv_001_pos.ksh | 131 dst_file=dstfile.$$
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_007_pos.ksh | 80 DST_FILE=/tmp/dstfile.$$
|