Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/reactos/base/shell/cmd/
H A Dfiles.txt12 attrib.c Implements attrib command
14 beep.c Implements beep command
15 call.c Implements call command
16 chcp.c Implements chcp command
18 cls.c Implements cls command
25 copy.c Implements copy command
26 date.c Implements date command
27 del.c Implements del command
30 echo.c Implements echo command
33 for.c Implements for command
[all …]
H A Dhistory.txt20 o added dir command.
34 o added MD command.
35 o added RD command.
36 o added VER command.
37 o replaced CD command.
38 o modified DIR command.
100 o Added ALIAS command
221 command.c
225 command.h
252 o Added CLS command.
[all …]
/reactos/dll/win32/inetcomm/
H A Dpop3transport.c317 This->command = command; in init_parser()
345 pResponse->command = This->command; in POP3Transport_ParseResponse()
639 char *command; in POP3Transport_CallbackProcessUSERResp() local
679 char *command; in POP3Transport_CallbackSendUSERCmd() local
875 char *command; in POP3Transport_CommandUSER() local
898 char *command; in POP3Transport_CommandPASS() local
923 char *command; in POP3Transport_CommandLIST() local
949 char *command; in POP3Transport_CommandTOP() local
1022 char *command; in POP3Transport_CommandUIDL() local
1048 char *command; in POP3Transport_CommandDELE() local
[all …]
/reactos/dll/win32/shell32/wine/
H A Dappbar.c67 struct appbar_cmd command; in SHAppBarMessage() local
113 command.dwMsg = msg; in SHAppBarMessage()
114 command.abd.hWnd = data->hWnd; in SHAppBarMessage()
115 command.abd.uCallbackMessage = data->uCallbackMessage; in SHAppBarMessage()
116 command.abd.uEdge = data->uEdge; in SHAppBarMessage()
117 command.abd.rc = data->rc; in SHAppBarMessage()
118 command.abd.lParam = data->lParam; in SHAppBarMessage()
126 command.return_map = HandleToUlong( return_map ); in SHAppBarMessage()
128 command.return_process = GetCurrentProcessId(); in SHAppBarMessage()
139 cds.cbData = sizeof(command); in SHAppBarMessage()
[all …]
/reactos/sdk/lib/ucrt/exec/
H A Dsystem.cpp22 static int __cdecl common_system(Character const* const command) throw() in common_system() argument
35 if (!command) in common_system()
43 _ASSERTE(command[0] != '\0'); in common_system()
49 command, in common_system()
78 extern "C" int __cdecl system(char const* const command) in system() argument
80 return common_system(command); in system()
83 extern "C" int __cdecl _wsystem(wchar_t const* const command) in _wsystem() argument
85 return common_system(command); in _wsystem()
/reactos/win32ss/printing/base/printui/
H A Dprintui.c170 cx->command = c; in parse_rundll()
183 if ((cx->command == 'd') || (cx->command == 'g') || (cx->command == 'i') || in parse_rundll()
184 (cx->command == 'S') || (cx->command == 'X') ){ in parse_rundll()
198 if ((cx->command == 'S') || (cx->command == 'X')) { in parse_rundll()
257 if (res && cx.command) { in PrintUIEntryW()
258 switch (cx.command) in PrintUIEntryW()
264 txtW[0] = cx.command; in PrintUIEntryW()
272 if ((res == FALSE) || (cx.command == '\0')) { in PrintUIEntryW()
/reactos/base/applications/cmdutils/help/lang/
H A Dcs-CZ.rc12 HELP [command]\n\n\
13 command - Display help information for this command.\n"
15 help command\n\
16 command /? For more information on a specific command\n\n\
26 CMD Starts a new instance of the ReactOS command interpreter.\n\
32 ECHO Displays messages, or turns command echoing on or off.\n\
34 EXIT Quits the CMD.EXE program (command interpreter).\n\
35 FOR Runs a specified command for each file in a set of files.\n\
37 GOTO Directs the ReactOS command interpreter to a labeled line in\n\
52 PROMPT Changes the command prompt.\n\
[all …]
H A Den-US.rc13 HELP [command]\n\n\
14 command - Display help information for this command.\n"
16 help command\n\
17 command /? For more information on a specific command\n\n\
27 CMD Starts a new instance of the ReactOS command interpreter.\n\
33 ECHO Displays messages, or turns command echoing on or off.\n\
35 EXIT Quits the CMD.EXE program (command interpreter).\n\
36 FOR Runs a specified command for each file in a set of files.\n\
38 GOTO Directs the ReactOS command interpreter to a labeled line in\n\
53 PROMPT Changes the command prompt.\n\
[all …]
H A Dsk-SK.rc13 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n"
19 HELP [command]\n\n\
20 command - Display help information for this command.\n"
33 CMD Starts a new instance of the ReactOS command interpreter.\n\
39 ECHO Displays messages, or turns command echoing on or off.\n\
41 EXIT Quits the CMD.EXE program (command interpreter).\n\
42 FOR Runs a specified command for each file in a set of files.\n\
44 GOTO Directs the ReactOS command interpreter to a labeled line in\n\
59 PROMPT Changes the command prompt.\n\
70 IDS_HELP2 "START Starts a separate window to run a specified program or command.\n\
[all …]
H A Del-GR.rc10 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n"
16 HELP [command]\n\n\
17 command - Display help information for this command.\n"
19 help command\n\
20 command /? For more information on a specific command\n\n\
/reactos/base/applications/cmdutils/at/lang/
H A Den-US.rc5 IDS_USAGE "The AT command schedules commands and programs to run on a computer at\n\
7 the AT command.\n\n\
10 [ /EVERY:date[,...] | /NEXT:date[,...]] ""command""\n\n\
14 command.\n\
15 /DELETE Cancels a scheduled command. If id is omitted, all the\n\
17 /YES Used with cancel all jobs command when no further\n\
19 time Specifies the time when command is to run.\n\
22 /EVERY:date[,...] Runs the command on each specified day(s) of the week or\n\
25 /NEXT:date[,...] Runs the specified command on the next occurrence of the\n\
28 ""command"" Is the command or batch program to be run.\n"
/reactos/subsystems/mvdm/dos/
H A DCMakeLists.txt3 add_asm16_bin(command ${CMAKE_CURRENT_BINARY_DIR}/command.com 0x0100 command.S)
4 add_cd_file(TARGET command FILE ${CMAKE_CURRENT_BINARY_DIR}/command.com DESTINATION reactos/system3…
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlcatalog.c96 char command[100]; in usershell() local
118 command[i++] = *cur++; in usershell()
120 command[i] = 0; in usershell()
182 if (!strcmp(command, "exit") || in usershell()
183 !strcmp(command, "quit") || in usershell()
184 !strcmp(command, "bye")) { in usershell()
189 if (!strcmp(command, "public")) { in usershell()
213 } else if (!strcmp(command, "add")) { in usershell()
226 } else if (!strcmp(command, "del")) { in usershell()
248 } else if (!strcmp(command, "dump")) { in usershell()
[all …]
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Drcmd.c498 longstring command; in SendCommand() local
503 (void) vsnprintf(command, sizeof(command) - 1, cmdspec, ap); in SendCommand()
504 command[sizeof(command) - 1] = '\0'; in SendCommand()
506 (void) vsprintf(command, cmdspec, ap); in SendCommand()
509 PrintF(cip, "Cmd: %s\n", command); in SendCommand()
516 result = SWrite(cip->ctrlSocketW, command, strlen(command), (int) cip->ctrlTimeout, 0); in SendCommand()
533 longstring command; in SendCommand() local
541 (void) vsnprintf(command, sizeof(command) - 1, cmdspec, ap); in SendCommand()
542 command[sizeof(command) - 1] = '\0'; in SendCommand()
547 PrintF(cip, "Cmd: %s\n", command); in SendCommand()
[all …]
/reactos/dll/win32/hhctrl.ocx/
H A Dhhctrl.c59 static const char *command_to_string(UINT command) in command_to_string() argument
62 switch (command) in command_to_string()
163 command_to_string( command ), data); in HtmlHelpW()
165 switch (command) in HtmlHelpW()
208 switch(command) in HtmlHelpW()
239 switch(command) in HtmlHelpW()
378 FIXME("HH case %s not handled.\n", command_to_string( command )); in HtmlHelpW()
428 switch(command) in HtmlHelpA()
470 result = HtmlHelpW( caller, wfile, command, (DWORD_PTR)wdata ); in HtmlHelpA()
486 FIXME("Unknown command: %s (%d)\n", command_to_string(command), command); in HtmlHelpA()
[all …]
/reactos/base/system/diskpart/
H A Ddiskpart_msg.mc4422 specified command.
4471 specified command.
4502 specified command.
4517 specified command.
4532 specified command.
4547 specified command.
6425 partition command.
6490 partition command.
6529 partition command.
6550 partition command.
[all …]
/reactos/base/applications/cmdutils/eventcreate/lang/
H A Den-US.rc17 /U [domain\\]user Specifies the user account under which the command\n\
50 IDS_BADSYNTAX_0 "Bad command line syntax.\n"
51 IDS_BADSYNTAX_1 "Bad command line syntax. The option '%s' requires a value.\n"
52 IDS_BADSYNTAX_2 "Bad command line syntax. The value for the option '%s' cannot be empty.\n"
53 IDS_BADSYNTAX_3 "Bad command line syntax. The value '%s' is not allowed for the option '%s'.\n"
54 IDS_BADSYNTAX_4 "Bad command line syntax. The value cannot be specified for the option '%s'.\n"
55 IDS_BADSYNTAX_5 "Bad command line syntax. The option '%s' is not allowed more than %lu times.\n"
56 IDS_BADSYNTAX_6 "Bad command line syntax. The mandatory option '%s' is absent.\n"
57 …// IDS_BADSYNTAX_7 "Bad command line syntax. The value for the option '%s' is outside the allowed …
58 …IDS_BADSYNTAX_7 "Bad command line syntax. The value for the option '%s' must be between %d and %d.…
/reactos/boot/bootdata/
H A Dhivecls.inf24 HKCR,"Folder\shell\open\command","",0x00000000,"explorer.exe ""%1"""
27 HKCR,"Folder\shell\explore\command","",0x00000000,"explorer.exe /e,""%1"""
95 HKCR,"batfile\shell\open\command","",0x00000000,"""%1"" %*"
111 HKCR,"cmdfile\shell\open\command","",0x00000000,"""%1"" %*"
120 HKCR,"comfile\shell\open\command","",0x00000000,"""%1"" %*"
175 HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*"
176 HKCR,"exefile\shell\runas\command","",0x00020000,"""%1"" %*"
462 HKCR,"ntfile\shell\open\command","",0x00000000,"notepad.exe ""%1"""
495 HKCR,"scrfile\shell\config\command","",0x00000000,"""%1"""
499 HKCR,"scrfile\shell\open\command","",0x00000000,"""%1"" /S"
[all …]
/reactos/base/shell/cmd/lang/
H A Den-US.rc13 ALIAS [alias=[command]]\n\n\
54 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
55 /C command Runs the specified command and terminates.\n\
56 /K command Runs the specified command and remains.\n\
214 command Specifies the command to carry out for each file.\n\
233 IF [NOT] ERRORLEVEL number command\n\
234 IF [NOT] string1==string2 command\n\
235 IF [NOT] EXIST filename command\n\
241 command Specifies the command to carry out if the condition is met.\n\
336 the MOVE command for that purpose.\n"
[all …]
H A Dsk-SK.rc19 ALIAS [alias=[command]]\n\n\
60 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
61 /C command Runs the specified command and terminates.\n\
62 /K command Runs the specified command and remains.\n\
220 command Specifies the command to carry out for each file.\n\
239 IF [NOT] ERRORLEVEL number command\n\
240 IF [NOT] string1==string2 command\n\
241 IF [NOT] EXIST filename command\n\
247 command Specifies the command to carry out if the condition is met.\n\
342 the MOVE command for that purpose.\n"
[all …]
H A Dcs-CZ.rc18 ALIAS [alias=[command]]\n\n\
59 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
60 /C command Runs the specified command and terminates.\n\
61 /K command Runs the specified command and remains.\n\
219 command Specifies the command to carry out for each file.\n\
238 IF [NOT] ERRORLEVEL number command\n\
239 IF [NOT] string1==string2 command\n\
240 IF [NOT] EXIST filename command\n\
246 command Specifies the command to carry out if the condition is met.\n\
341 the MOVE command for that purpose.\n"
[all …]
H A Del-GR.rc20 command Κείμενο που θα αντικατασταθεί για το alias.\n\n\
206 FOR %variable IN (set) DO command [parameters]\n\
218 command Specifies the command to carry out for each file.\n\
237 IF [NOT] ERRORLEVEL number command\n\
238 IF [NOT] string1==string2 command\n\
239 IF [NOT] EXIST filename command\n\
240 IF [NOT] DEFINED variable command\n\n\
245 command Specifies the command to carry out if the condition is met.\n\
301 text Specifies a new command prompt.\n\n\
340 the MOVE command for that purpose.\n"
[all …]
/reactos/base/applications/network/ftp/
H A Dcmds.c1080 (void) command("DELE %s", cp); in mdelete()
1370 n = command("USER %s", argv[1]); in user()
1374 n = command("PASS %s", argv[2]); in user()
1384 n = command("ACCT %s", argv[3]); in user()
1412 (void) command("XPWD"); in pwd()
1505 if (command(buf) == PRELIM) { in quote()
1541 if (command(buf) == PRELIM) { in site()
1627 (void) command("QUIT"); in disconnect()
1709 (void) command("ACCT %s", ap); in account()
2110 (void) command("XCUP"); in cdup()
[all …]
/reactos/sdk/lib/ucrt/conio/
H A Dpopen.cpp230 Character const* const command, in common_popen_nolock() argument
290 stdio_traits::tcslen(command) + in common_popen_nolock()
299 _ERRCHECK(stdio_traits::tcscat_s(command_line.get(), command_line_count, command)); in common_popen_nolock()
341 Character const* const command, in common_popen() argument
345 _VALIDATE_RETURN(command != nullptr, EINVAL, nullptr); in common_popen()
379 command, in common_popen()
418 char const* const command, in _popen() argument
422 return common_popen(command, type); in _popen()
428 wchar_t const* const command, in _wpopen() argument
432 return common_popen(command, type); in _wpopen()
/reactos/dll/win32/winmm/lang/
H A Dwinmm_En.rc25 MMSYSERR_NOERROR, "The specified command was carried out."
54 MCIERR_UNRECOGNIZED_KEYWORD, "The driver cannot recognize the specified command parameter."
55 MCIERR_UNRECOGNIZED_COMMAND, "The driver cannot recognize the specified command."
61 MCIERR_MISSING_COMMAND_STRING, "No command was specified."
64 MCIERR_BAD_INTEGER, "The specified integer is invalid for this command."
67 MCIERR_MISSING_PARAMETER, "The specified command requires a parameter. Please supply one."
68 MCIERR_UNSUPPORTED_FUNCTION, "The MCI device you are using does not support the specified command."
73 MCIERR_CANNOT_USE_ALL, "Cannot use 'all' as the device name with the specified command."
76 MCIERR_OUTOFRANGE, "The specified parameter is out of range for the specified command."
82 MCIERR_BAD_CONSTANT, "The specified parameter is invalid for this command."
[all …]

12345678910>>...15