#include <setjmp.h>
#include <sys/cdefs.h>
Go to the source code of this file.
|
#define | PATH_T RTEMS_SHELL_CP_PATH_T |
|
#define | to cp_globals->to |
|
#define | info cp_globals->info |
|
#define | myuid cp_globals->myuid |
|
#define | fflag cp_globals->fflag |
|
#define | iflag cp_globals->iflag |
|
#define | lflag cp_globals->lflag |
|
#define | nflag cp_globals->nflag |
|
#define | pflag cp_globals->pflag |
|
#define | vflag cp_globals->vflag |
|
#define | myumask cp_globals->myumask |
|
#define | exit_jump &(cp_globals->exit_jmp) |
|
#define | copy_fifo rtems_shell_cp_copy_fifo |
|
#define | copy_file rtems_shell_cp_copy_file |
|
#define | copy_link rtems_shell_cp_copy_link |
|
#define | copy_special rtems_shell_cp_copy_special |
|
#define | set_utimes rtems_shell_cp_set_utimes |
|
#define | setfile rtems_shell_cp_setfile |
|
#define | usage rtems_shell_cp_usage |
|
|
__BEGIN_DECLS int | copy_fifo (rtems_shell_cp_globals *cp_globals, struct stat *, int) |
|
int | copy_file (rtems_shell_cp_globals *cp_globals, FTSENT *, int) |
|
int | copy_link (rtems_shell_cp_globals *cp_globals, FTSENT *, int) |
|
int | copy_special (rtems_shell_cp_globals *cp_globals, struct stat *, int) |
|
int | set_utimes (const char *, struct stat *) |
|
int | setfile (rtems_shell_cp_globals *cp_globals, struct stat *, int) |
|
int | preserve_dir_acls (struct stat *, char *, char *) |
|
int | preserve_fd_acls (int, int) |
|
void | usage (rtems_shell_cp_globals *cp_globals) |
|