ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Functions | |
void | InitLsCache (void) |
void | InitLsMonths (void) |
void | InitLs (void) |
static void | FlushLsCacheItem (int i) |
void | FlushLsCache (void) |
int | LsCacheLookup (const char *const itempath) |
static void | LsCacheAdd (const char *const itempath, FileInfoListPtr files) |
static void | LsC (FileInfoListPtr dirp, int endChars, FILE *stream) |
void | LsDate (char *dstr, time_t ts) |
void | LsL (FileInfoListPtr dirp, int endChars, int linkedTo, FILE *stream) |
void | Ls1 (FileInfoListPtr dirp, int endChars, FILE *stream) |
void | Ls (const char *const item, int listmode, const char *const options, FILE *stream) |
Definition at line 94 of file ls.c.
Referenced by ChmodCmd(), DeleteCmd(), GetCmd(), MkdirCmd(), OpenCmd(), PutCmd(), RenameCmd(), RmdirCmd(), and SymlinkCmd().
Definition at line 79 of file ls.c.
Referenced by FlushLsCache(), LsCacheAdd(), and LsCacheLookup().
Definition at line 68 of file ls.c.
Referenced by PreInit().
Definition at line 36 of file ls.c.
Referenced by InitLs().
Definition at line 465 of file ls.c.
Referenced by capGetDriverDescriptionW(), GetLsCacheFileList(), and ListCmd().
void Ls1 | ( | FileInfoListPtr | dirp, |
int | endChars, | ||
FILE * | stream | ||
) |
Definition at line 419 of file ls.c.
Referenced by Ls().
|
static |
Definition at line 182 of file ls.c.
Referenced by Ls().
|
static |
Definition at line 139 of file ls.c.
Referenced by Ls().
Definition at line 110 of file ls.c.
Referenced by GetLsCacheFileList(), Ls(), and LsCacheAdd().
void LsL | ( | FileInfoListPtr | dirp, |
int | endChars, | ||
int | linkedTo, | ||
FILE * | stream | ||
) |
Definition at line 284 of file ls.c.
Referenced by Ls().
|
extern |
LsCacheItem gLsCache[kLsCacheSize] |
Definition at line 26 of file ls.c.
Referenced by FlushLsCache(), FlushLsCacheItem(), GetLsCacheFileList(), InitLsCache(), Ls(), LsCacheAdd(), and LsCacheLookup().
int gLsCacheItemLifetime = kLsCacheItemLifetime |
Definition at line 28 of file ls.c.
Referenced by LsCacheAdd().
char gLsMon[13][4] |
Definition at line 21 of file ls.c.
Referenced by InitLsMonths(), and LsDate().
int gOldestLsCacheItem |
Definition at line 27 of file ls.c.
Referenced by InitLsCache(), LsCacheAdd(), and LsCacheLookup().