42 #include <sys/cdefs.h> 45 #define major(d) rtems_filesystem_dev_major_t(d) 46 #define minor(d) rtems_filesystem_dev_minor_t(d) 48 const char *user_from_uid(uid_t uid,
int nouser);
88 #define blocksize globals->blocksize 89 #define termwidth globals->termwidth 90 #define sortkey globals->sortkey 91 #define rval globals->rval 92 #define output globals->output 93 #define now globals->now 95 #define f_accesstime globals->f_accesstime 96 #define f_column globals->f_column 97 #define f_columnacross globals->f_columnacross 98 #define f_flags globals->f_flags 99 #define f_grouponly globals->f_grouponly 100 #define f_humanize globals->f_humanize 101 #define f_inode globals->f_inode 102 #define f_listdir globals->f_listdir 103 #define f_listdot globals->f_listdot 104 #define f_longform globals->f_longform 105 #define f_nonprint globals->f_nonprint 106 #define f_nosort globals->f_nosort 107 #define f_numericonly globals->f_numericonly 108 #define f_octal globals->f_octal 109 #define f_octal_escape globals->f_octal_escape 110 #define f_recursive globals->f_recursive 111 #define f_reversesort globals->f_reversesort 112 #define f_sectime globals->f_sectime 113 #define f_singlecol globals->f_singlecol 114 #define f_size globals->f_size 115 #define f_statustime globals->f_statustime 116 #define f_stream globals->f_stream 117 #define f_type globals->f_type 118 #define f_typedir globals->f_typedir 119 #define f_whiteout globals->f_whiteout 121 #define exit_jump &(globals->exit_jmp) 125 #define exit(ec) rtems_shell_ls_exit(globals, ec) 152 #define acccmp rtems_shell_ls_acccmp 153 #define revacccmp rtems_shell_ls_revacccmp 154 #define modcmp rtems_shell_ls_modcmp 155 #define revmodcmp rtems_shell_ls_revmodcmp 156 #define namecmp rtems_shell_ls_namecmp 157 #define revnamecmp rtems_shell_ls_revnamecmp 158 #define statcmp rtems_shell_ls_statcmp 159 #define revstatcmp rtems_shell_ls_revstatcmp 160 #define sizecmp rtems_shell_ls_sizecmp 161 #define revsizecmp rtems_shell_ls_revsizecmp 162 #define printescaped rtems_shell_ls_printescaped 163 #define printacol rtems_shell_ls_printacol 164 #define printcol rtems_shell_ls_printcol 165 #define printlong rtems_shell_ls_printlong 166 #define printscol rtems_shell_ls_printscol 167 #define printstream rtems_shell_ls_printstream 168 #define usage rtems_shell_ls_usage 190 void strmode(mode_t mode,
char *p);
Definition: extern-ls.h:51
Definition: extern-ls.h:146
Definition: inftrees.h:25
Definition: extern-ls.h:129