ReactOS 0.4.15-dev-6073-g59e7458
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
VOID | ErrorMessage (IN DWORD dwErrorCode, IN PCTSTR szFormat OPTIONAL,...) |
VOID | error_parameter_format (TCHAR ch) |
VOID | error_invalid_switch (TCHAR ch) |
VOID | error_too_many_parameters (PCTSTR s) |
VOID | error_path_not_found (VOID) |
VOID | error_file_not_found (VOID) |
VOID | error_sfile_not_found (PCTSTR s) |
VOID | error_req_param_missing (VOID) |
VOID | error_invalid_drive (VOID) |
VOID | error_bad_command (PCTSTR s) |
VOID | error_no_pipe (VOID) |
VOID | error_out_of_memory (VOID) |
VOID | error_invalid_parameter_format (PCTSTR s) |
VOID | error_syntax (PCTSTR s) |
VOID | msg_pause (VOID) |
Definition at line 93 of file error.c.
Referenced by cmd_move(), cmd_rename(), and PrintSummary().
Definition at line 117 of file error.c.
Referenced by cmd_chdir(), and cmd_vol().
Definition at line 145 of file error.c.
Referenced by cmd_move(), cmd_setlocal(), and CommandDelete().
Definition at line 72 of file error.c.
Referenced by cmd_mklink(), cmd_shift(), cmd_ver(), and DirReadParam().
Definition at line 131 of file error.c.
Referenced by ExecutePipeline().
Definition at line 138 of file error.c.
Referenced by BatchParams(), cmd_call(), cmd_path(), cmd_setlocal(), cmd_start(), DoCommand(), ExecuteAsync(), ForF(), and PushDirectory().
Definition at line 110 of file error.c.
Referenced by cmd_ctty(), cmd_mklink(), cmd_move(), cmd_rename(), cmd_rmdir(), cmd_type(), CommandDelay(), CommandDelete(), and CommandScreen().
Definition at line 100 of file error.c.
Referenced by DeleteFiles(), and ForF().
Definition at line 152 of file error.c.
Referenced by cmd_move(), cmd_rename(), ExecuteIf(), ForF(), and ParseErrorEx().
Definition at line 79 of file error.c.
Referenced by cmd_mklink(), cmd_move(), and ExecutePipeline().
Definition at line 26 of file error.c.
Referenced by IopLogWorker().