ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
void | die (const char *msg,...) __attribute((noreturn |
void | format (printf, 1, 2))) |
void | pdie (const char *msg,...) __attribute((noreturn |
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 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 139 of file common.c.
Referenced by add_file(), and cnv_unicode().
Definition at line 157 of file common.c.
Referenced by VfatChkdsk().