HomeSort by relevance Sort by last modified time
    Searched refs:dest_file (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/tools/install.bin/
install.bin.c 58 file_copy(char *src_file, char *dest_file)
70 if ((dest_fd = open(dest_file, O_CREAT|O_WRONLY|O_TRUNC, 0755)) == -1) {
71 perror(dest_file);
85 (void) printf("%s installed as %s\n", src_file, dest_file);
145 char dest_file[MAXPATHLEN]; local
207 (void) strcpy(dest_file, ins_file);
209 if (mkdirp(dest_file, 0755) == -1) {
213 dest_file);
217 dest_file);
220 (void) strcat(strcat(strcpy(dest_file, dirb), "/")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfscp.c 64 char *dest_file; /* Destination file */ member in struct:options
71 int inode; /* Treat dest_file as inode number. */
104 ntfs_log_info("\nUsage: %s [options] device src_file dest_file\n\n"
106 " -i, --inode Treat dest_file as inode number\n"
153 opts.dest_file = NULL;
167 } else if (!opts.dest_file) {
168 opts.dest_file = argv[optind - 1];
251 } else if (!opts.dest_file) {
383 inode_num = strtoll(opts.dest_file, &s, 0);
390 out = ntfs_pathname_to_inode(vol, NULL, opts.dest_file);
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.group 39 dest_file=`echo $dest | sed "s=^/a/=/="`
49 echo "SYSADMIN_NOT_14 $dest_file none" >> /tmp/CLEANUP
54 echo "GROUP14_IN_USE $dest_file none" >> /tmp/CLEANUP
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Html.pm     [all...]

Completed in 4920 milliseconds