#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <setjmp.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include "misc.h"
#include "open.h"
Include dependency graph for copy_file.c:
Go to the source code of this file.
Defines | |
#define | CHUNKSIZE (16*1024*1024) |
Functions | |
int | copy_file (int srcfd, int dstfd) |
copy a file |
#define CHUNKSIZE (16*1024*1024) |
Definition at line 64 of file copy_file.c.
Referenced by copy_file(), readsymlink(), str_readfile(), and str_readline().