Searched defs:file_copy (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c46 static void file_copy(char *src_file, char *dest_file);
61 file_copy(char *src_file, char *dest_file) function
69 (void) fprintf(stderr, "install:file_copy: %s failed "
75 (void) fprintf(stderr, "install:file_copy: %s failed "
85 (void) fprintf(stderr, "install:file_copy:read failed "
228 file_copy(ins_file, dest_file);
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c707 file_copy(char *in, char *out) function
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c66 const char *file_copy);
1103 docopytruncate(struct opts *opts, const char *file, const char *file_copy) argument
1116 (void) out("# copy %s to %s\n", file, file_copy);
1136 if ((fo = open(file_copy, O_CREAT|O_TRUNC|O_WRONLY, s.st_mode)) < 0) {
1137 err(EF_SYS, "cannot create file: %s", file_copy);
1167 (void) remove(file_copy);
1207 err(EF_SYS, "cannot write into file %s", file_copy);
1210 (void) remove(file_copy);
1225 err(EF_SYS, "cannot write into file %s", file_copy);
1230 (void) remove(file_copy);
[all...]
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c136 void file_copy(FILE *spf, long NIS_pos);
1146 file_copy(spf, NIS_pos);
1680 file_copy(FILE *spf, long NIS_pos) function

Completed in 51 milliseconds