RTEMS CPU Kit with SuperCore
4.11.3
|
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/shellconfig.h>
#include <getopt.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <err.h>
#include <errno.h>
#include <fts.h>
#include <limits.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "internal.h"
#include "extern-cp.h"
Macros | |
#define | __need_getopt_newlib |
#define | S_ISTXT 0 |
#define | STRIP_TRAILING_SLASH(p) |
Enumerations | |
enum | op { FILE_TO_FILE, FILE_TO_DIR, DIR_TO_DNE } |
Functions | |
int | rtems_shell_main_cp (int argc, char *argv[]) |
Variables | |
rtems_shell_cmd_t | rtems_shell_CP_Command |
#define STRIP_TRAILING_SLASH | ( | p | ) |
rtems_shell_cmd_t rtems_shell_CP_Command |