/reactos/base/system/diskpart/ |
H A D | help.c | 34 (cmdptr->help != IDS_NONE)) in HelpCommandList() 36 K32LoadStringW(GetModuleHandle(NULL), cmdptr->help, szOutput, ARRAYSIZE(szOutput)); in HelpCommandList() 66 (cmdptr->help != IDS_NONE)) in HelpCommand() 68 K32LoadStringW(GetModuleHandle(NULL), cmdptr->help, szOutput, ARRAYSIZE(szOutput)); in HelpCommand() 78 (cmdptr->help != IDS_NONE)) in HelpCommand() 80 K32LoadStringW(GetModuleHandle(NULL), cmdptr->help, szOutput, ARRAYSIZE(szOutput)); in HelpCommand()
|
H A D | diskpart_msg.mc | 277 <Add ADD command help text here> 280 <Add ADD command help text here> 283 <Add ADD command help text here> 286 <Add ADD command help text here> 292 <Add ADD command help text here> 295 <Add ADD command help text here> 298 <Add ADD command help text here> 301 <Add ADD command help text here> 304 <Add ADD command help text here> 458 <Add BREAK command help text here> [all …]
|
/reactos/base/applications/cmdutils/help/ |
H A D | CMakeLists.txt | 4 add_executable(cmd_help help.c help.rc) 8 set_target_properties(cmd_help PROPERTIES OUTPUT_NAME "help")
|
H A D | help.rc | 9 #define REACTOS_STR_INTERNAL_NAME "help" 10 #define REACTOS_STR_ORIGINAL_FILENAME "help.exe"
|
/reactos/modules/rostests/win32/cmd/ |
H A D | test_goto_call.cmd | 502 :: Check whether CALL displayed GOTO help or CALL help. 506 find "GOTO" tmp.txt > NUL && echo OK, GOTO help.|| echo Unexpected, no GOTO help^^! 507 find "CALL [" tmp.txt > NUL && echo Unexpected CALL help^^! 515 …%label%% argument | (find "CALL [" > NUL && echo OK, CALL help.|| echo Unexpected, no CALL help^^!) 539 set "help=^ /? ^^^^arg" 549 call :myLabel%%help%% ^^^^argument > tmp.txt 563 :: Check whether CALL displayed GOTO help or CALL help. 564 find "GOTO" tmp.txt > NUL && echo OK, GOTO help.|| echo Unexpected, no GOTO help^^! 565 find "CALL [" tmp.txt > NUL && echo Unexpected CALL help^^! 573 call :myLabel%%help%% ^^^^argument | (find "CALL [" > NUL && echo OK, CALL help.|| echo Unexpected,… [all …]
|
/reactos/base/applications/cmdutils/help/lang/ |
H A D | uk-UA.rc | 4 * FILE: base/applications/cmdutils/help/lang/uk-UA.rc 13 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n" 20 command - Display help information for this command.\n" 22 help команда\n\
|
H A D | ja-JP.rc | 7 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n" 14 command - Display help information for this command.\n" 16 help コマンド\n\
|
H A D | el-GR.rc | 10 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n" 17 command - Display help information for this command.\n" 19 help command\n\
|
H A D | zh-CN.rc | 2 * PROJECT: ReactOS help utility 22 help 命令\n\
|
H A D | no-NO.rc | 5 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n" 12 command - Display help information for this command.\n" 14 help kommando\n\
|
/reactos/base/applications/cmdutils/sort/ |
H A D | sort.c | 20 int help; variable 111 help = 1; in main() 128 if (err || help) in main()
|
/reactos/sdk/tools/ |
H A D | do_code_format.sh | 18 --help print this message 24 --help)
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdguiut.c | 513 PSTR help; in ShowHelpWindow() local 574 help = ModuleMessage(msg); in ShowHelpWindow() 576 if (help) { in ShowHelpWindow() 577 VfdToolTip(hDlg, help, rc.left, (rc.top + rc.bottom) / 2, TRUE); in ShowHelpWindow() 578 LocalFree(help); in ShowHelpWindow()
|
/reactos/sdk/lib/3rdparty/stlport/build/test/eh/ |
H A D | evc.mak | 2 !error No config file found, please run 'configure --help' first. 8 !error No compiler set, please run 'configure --help' first and chose a compiler.
|
H A D | msvc.mak | 2 !error No config file found, please run 'configure --help' first. 8 !error No compiler set, please run 'configure --help' first and chose a compiler.
|
/reactos/sdk/lib/3rdparty/stlport/build/test/unit/ |
H A D | evc.mak | 2 !error No config file found, please run 'configure --help' first. 8 !error No compiler set, please run 'configure --help' first and chose a compiler.
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | mksrctar.sh | 72 x=`tar --help 2>&1 | sed -n 's/.*owner=NAME.*/owner=NAME/g;/owner=NAME/p'` 81 x2=`gtar --help 2>&1 | sed -n 's/.*owner=NAME.*/owner=NAME/g;/owner=NAME/p'`
|
/reactos/modules/rosapps/applications/cmdutils/cat/ |
H A D | cat.c | 27 void help(void) in help() function 51 help(); in main()
|
/reactos/ |
H A D | CONTRIBUTING.md | 18 …g for them, and can be time consuming; however, by doing that you greatly help ReactOS become a st… 24 …ared to Windows implementations. There are some unit tests that you could help ReactOS pass, which… 28 …e pretty often. You can [request][request-coverity] to see Coverity 'defects' and help to fix them. 36 …are going to implement, and do not be afraid to ask for assistance if you need help with something. 40 There are some important points if you would like to help document ReactOS: 42 1. Make sure the documentation does not exist yet (if it does, help improve it). 84 …hen starting out you are (usually) not aware of all the possibilities. To help you find a project,… 88 - Ask for help in the [chat] 98 …[Pull requests]: https://help.github.com/articles/ab…
|
H A D | configure.cmd | 10 REM Does the user need help? 11 if /I "%1" == "help" goto help 13 :help label 157 echo This script defaults to Ninja. Type "configure help" for alternative options.
|
/reactos/sdk/lib/3rdparty/stlport/build/lib/ |
H A D | evc.mak | 2 !error No config file found, please run 'configure --help' first. 8 !error No compiler set, please run 'configure --help' first and chose a compiler.
|
H A D | msvc.mak | 2 !error No config file found, please run 'configure --help' first. 8 !error No compiler set, please run 'configure --help' first and chose a compiler.
|
/reactos/dll/win32/msi/ |
H A D | install.c | 1260 char *title, DWORD *title_len, char *help, DWORD *help_len ) in MsiGetFeatureInfoA() argument 1266 title_len, help, help_len ); in MsiGetFeatureInfoA() 1275 if (help && help_len && !(helpW = malloc( *help_len * sizeof(WCHAR) ))) in MsiGetFeatureInfoA() 1285 if (helpW) WideCharToMultiByte( CP_ACP, 0, helpW, -1, help, *help_len + 1, NULL, NULL ); in MsiGetFeatureInfoA() 1338 if (help) r = ERROR_MORE_DATA; in MSI_GetFeatureInfo() 1340 else if (help) in MSI_GetFeatureInfo() 1342 if (feature->Description) lstrcpyW( help, feature->Description ); in MSI_GetFeatureInfo() 1343 else *help = 0; in MSI_GetFeatureInfo() 1354 WCHAR *title, DWORD *title_len, WCHAR *help, DWORD *help_len ) in MsiGetFeatureInfoW() argument 1360 title_len, help, help_len ); in MsiGetFeatureInfoW() [all …]
|
/reactos/base/applications/calc/ |
H A D | readme.txt | 17 ReactOS Calc uses HTMLHELP for opening the help file and generating the popups. 38 * Help file and help popups don't work. 47 If you would like to help in some way on these tasks, you are welcome.
|
/reactos/base/applications/network/ftp/ |
H A D | cmdtab.c | 118 { "help", helphelp, 0, 0, 1, help }, 167 { "?", helphelp, 0, 0, 1, help },
|