Searched refs:copy_file (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpconfig.sh91 copy_file() function
222 copy_file /etc/default/init 444 root:sys
226 copy_file /etc/hosts 444 root:sys
227 copy_file /etc/resolv.conf 444 root:sys
229 copy_file /etc/inet/ipnodes 444 root:sys
259 copy_file "$lib" 555 root:bin
273 copy_file "$prog" 111 root:bin
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dsccscp.sh76 # copy_file(source, destination)
78 copy_file() function
109 } # copy_file()
218 copy_file $1 $dest
/opensolaris-onvv-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
/opensolaris-onvv-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
H A Dpmadm.c589 if (copy_file(fp, tfp, 1, line - 1)) {
595 if (copy_file(fp, tfp, line + 1, -1)) {
681 if (copy_file(fp, tfp, 1, line - 1)) {
741 if (copy_file(fp, tfp, line + 1, -1)) {
H A Dsacadm.c701 if (copy_file(fp, tfp, 1, line - 1)) {
707 if (copy_file(fp, tfp, line + 1, -1)) {
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c260 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)) {
/opensolaris-onvv-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);
/opensolaris-onvv-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
/opensolaris-onvv-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);

Completed in 184 milliseconds