RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros | Variables
main_df.c File Reference
#include <rtems/shell.h>
#include <getopt.h>
#include <string.h>
#include <inttypes.h>
Include dependency graph for main_df.c:

Data Structures

struct  df_context
 

Macros

#define __need_getopt_newlib
 df Shell Command Implmentation More...
 

Variables

rtems_shell_cmd_t rtems_shell_DF_Command
 

Variable Documentation

◆ rtems_shell_DF_Command

rtems_shell_cmd_t rtems_shell_DF_Command
Initial value:
=
{
"df",
"[-hB]\n"
" -h human-readable output\n"
" -B scale sizes by SIZE before printing them\n",
"files",
rtems_shell_main_df,
NULL,
NULL
}