Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 9 of 9) sorted by relevance

/titanic_44/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)) {
418 copy_file(fp, tfp, start, finish) in copy_file() function
/titanic_44/usr/src/cmd/saf/
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 Dadmutil.c179 copy_file(FILE *fp, FILE *tfp, int start, int finish) in copy_file() function
H A Dsacadm.c701 if (copy_file(fp, tfp, 1, line - 1)) {
707 if (copy_file(fp, tfp, line + 1, -1)) {
/titanic_44/usr/src/cmd/more/
H A Dmore.c205 static void copy_file(register FILE *f);
326 copy_file (stdin); in main()
400 copy_file (f); in main()
645 copy_file(register FILE *f) in copy_file() function
1165 copy_file (helpf); in command()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c261 copy_file(const char *src, const char *dest) in copy_file() function
767 if (!copy_file(path, (char *)certstorepath)) { in copy_certstore()
1383 !copy_file(bootconf, bootconfpath)) { in wanbootfs_payload()
1398 !copy_file(systemconf, systemconfpath)) { in wanbootfs_payload()
1426 !copy_file(hostspath, etc_hostspath)) { in wanbootfs_payload()
/titanic_44/usr/src/cmd/pg/
H A Dpg.c80 static void copy_file(FILE *, FILE *);
344 copy_file(in_file, stdout); in main()
1190 copy_file(f, out) in copy_file() function
1517 copy_file(in_file, f);
/titanic_44/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); in each_file()
238 copy_file(fd, cur_file, &elftmpfile); in each_file()
1403 copy_file(int ofd, char *fname, Tmp_File *temp_file) in copy_file() function
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Djob.c304 copy_file(char *from, char *to) in copy_file() function
596 status = copy_file(files[i], lpfile); in papiJobSubmit()