Searched defs:copy_file (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dadmutil.c169 * copy_file - copy information from one file to another, return 0 on
179 copy_file(FILE *fp, FILE *tfp, int start, int finish) function
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c72 static int copy_file();
348 if (copy_file(fp, tfp, 1, line - 1)) {
352 if (copy_file(fp, tfp, line + 1, -1)) {
407 * copy_file - copy information from one file to another, return 0 on
418 copy_file(fp, tfp, start, finish) function
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c55 static void copy_file(int, char *, Tmp_File *);
236 copy_file(fd, cur_file, &artmpfile);
238 copy_file(fd, cur_file, &elftmpfile);
1403 copy_file(int ofd, char *fname, Tmp_File *temp_file) function
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c304 copy_file(char *from, char *to) function
596 status = copy_file(files[i], lpfile);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c80 static void copy_file(FILE *, FILE *);
344 copy_file(in_file, stdout);
1190 copy_file(f, out) function
1517 copy_file(in_file, f);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c261 copy_file(const char *src, const char *dest) function
767 if (!copy_file(path, (char *)certstorepath)) {
1383 !copy_file(bootconf, bootconfpath)) {
1398 !copy_file(systemconf, systemconfpath)) {
1426 !copy_file(hostspath, etc_hostspath)) {
/illumos-gate/usr/src/cmd/more/
H A Dmore.c205 static void copy_file(register FILE *f);
326 copy_file (stdin);
400 copy_file (f);
645 copy_file(register FILE *f) function
1165 copy_file (helpf);

Completed in 99 milliseconds