Searched refs:file_copy (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/logadm/ |
H A D | main.c | 66 const char *file_copy); 1103 docopytruncate(struct opts *opts, const char *file, const char *file_copy) in docopytruncate() argument 1116 (void) out("# copy %s to %s\n", file, file_copy); in docopytruncate() 1136 if ((fo = open(file_copy, O_CREAT|O_TRUNC|O_WRONLY, s.st_mode)) < 0) { in docopytruncate() 1137 err(EF_SYS, "cannot create file: %s", file_copy); in docopytruncate() 1167 (void) remove(file_copy); in docopytruncate() 1207 err(EF_SYS, "cannot write into file %s", file_copy); in docopytruncate() 1210 (void) remove(file_copy); in docopytruncate() 1225 err(EF_SYS, "cannot write into file %s", file_copy); in docopytruncate() 1230 (void) remove(file_copy); in docopytruncate() [all …]
|
/titanic_41/usr/src/tools/install.bin/ |
H A D | install.bin.c | 46 static void file_copy(char *src_file, char *dest_file); 61 file_copy(char *src_file, char *dest_file) in file_copy() function 228 file_copy(ins_file, dest_file); in main()
|
/titanic_41/usr/src/cmd/genmsg/ |
H A D | main.c | 55 extern int file_copy(char *, char *); /* from util.c */ 343 (void) file_copy(tmpfile, newfile); in main()
|
H A D | util.c | 707 file_copy(char *in, char *out) in file_copy() function
|
/titanic_41/usr/src/tools/scripts/ |
H A D | hgstyle | 18 file_copy = ' {name}\n (from {source})\n'
|
/titanic_41/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 136 void file_copy(FILE *spf, long NIS_pos); 1146 file_copy(spf, NIS_pos); in main() 1680 file_copy(FILE *spf, long NIS_pos) in file_copy() function
|