|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include "vfatlib.h"#include <debug.h>
Go to the source code of this file.
Classes | |
| struct | _link |
Macros | |
| #define | NDEBUG |
Typedefs | |
| typedef struct _link | LINK |
Functions | |
| void | die (const char *msg,...) |
| void | pdie (const char *msg,...) |
| void * | alloc (int size) |
| void * | qalloc (void **root, int size) |
| void | qfree (void **root) |
| int | min (int a, int b) |
| char | get_key (const char *valid, const char *prompt) |
Definition at line 51 of file common.c.
Definition at line 184 of file common.c.
Referenced by check_backup_boot(), check_dir(), check_file(), handle_dot(), lfn_add_slot(), lfn_check_orphaned(), lfn_get(), print_fat_dirty_state(), read_fat(), read_fsinfo(), update_free(), and VfatChkdsk().
Definition at line 74 of file common.c.
Referenced by alloc(), fs_close(), fs_read(), fs_test(), and fs_write().
Definition at line 139 of file common.c.
Referenced by add_file(), and cnv_unicode().
Definition at line 157 of file common.c.
Referenced by VfatChkdsk().