Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 61) sorted by relevance

123

/reactos/sdk/lib/ucrt/exec/
H A Dsystem.cpp22 static int __cdecl common_system(Character const* const command) throw() in common_system()
78 extern "C" int __cdecl system(char const* const command) in system()
83 extern "C" int __cdecl _wsystem(wchar_t const* const command) in _wsystem()
/reactos/base/applications/network/telnet/src/
H A Dtnmain.cpp425 struct command { struct
426 const char* cmd; // command argument
430 int isSubCmd, // is a subcommand - number of wich command argument
431 haveSubCmd; // have subcommands? 0 or 1 argument
435 command cmdList[__COMMAND_LIST_SIZE] = { argument
/reactos/.theia/
H A Dtasks.json9 "command": "ninja livecd", string
32 "command": "ninja bootcd", string
54 "command": "qemu-system-i386", string
76 "command": "qemu-system-i386", string
/reactos/sdk/lib/ucrt/conio/
H A Dpopen.cpp230 Character const* const command, in common_popen_nolock()
341 Character const* const command, in common_popen()
418 char const* const command, in _popen()
428 wchar_t const* const command, in _wpopen()
/reactos/dll/win32/inetcomm/
H A Dpop3transport.c51 POP3COMMAND command; member
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
969 static const char command[] = "QUIT\r\n"; in POP3Transport_CommandQUIT() local
1022 char *command; in POP3Transport_CommandUIDL() local
1048 char *command; in POP3Transport_CommandDELE() local
[all …]
/reactos/dll/win32/hhctrl.ocx/
H A Dhhctrl.c59 static const char *command_to_string(UINT command) in command_to_string()
157 HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD_PTR data) in HtmlHelpW()
421 HWND WINAPI HtmlHelpA(HWND caller, LPCSTR filename, UINT command, DWORD_PTR data) in HtmlHelpA()
/reactos/modules/rostests/winetests/winmm/
H A Dmcicda.c49 #define test_notification(hwnd, command, type) test_notification_dbg(hwnd, command, type, __LINE__) argument
50 static void test_notification_dbg(HWND hwnd, const char* command, WPARAM type, int line) in test_notification_dbg()
H A Dmci.c143 #define test_notification(hwnd, command, type) test_notification_dbg(hwnd, command, type, __LINE__) argument
144 static void test_notification_dbg(HWND hwnd, const char* command, WPARAM type, int line) in test_notification_dbg()
1134 char buf[512], path[300], command[330]; in test_AutoOpenWAVE() local
H A Dmidi.c69 #define test_notification(hwnd, command, m1, p2) test_notification_dbg(hwnd, command, m1, p2, __LIN… argument
70 static void test_notification_dbg(HWND hwnd, const char* command, UINT m1, DWORD_PTR p2, int line) in test_notification_dbg()
/reactos/drivers/network/dd/rtl8139/
H A Dinterrupt.c82 UCHAR command; in MiniportHandleInterrupt() local
/reactos/sdk/lib/crt/process/
H A D_system.c20 int system(const char *command) in system()
/reactos/dll/win32/shell32/wine/
H A Dappbar.c67 struct appbar_cmd command; in SHAppBarMessage() local
/reactos/dll/cpl/inetcpl/
H A Dinetcpl.c181 LONG CALLBACK CPlApplet(HWND hWnd, UINT command, LPARAM lParam1, LPARAM lParam2) in CPlApplet()
/reactos/win32ss/user/user32/misc/
H A Dwinhelp.c34 WORD command; member
/reactos/drivers/storage/ide/uniata/
H A Did_sata.h358 IN UCHAR command, in UniAtaAhciAdjustIoFlags()
H A Did_sata.cpp1246 IN UCHAR command, in UniataAhciSetupFIS_H2D()
1353 UCHAR command; in UniataAhciSetupFIS_H2D_Direct() local
1545 IN UCHAR command, in UniataAhciSendPIOCommand()
/reactos/drivers/multimedia/audio/sb16_nt4.old/
H A Dcontrol.c184 UCHAR command = 0xc6, mode = 0x00; in StartSoundOutput() local
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlcatalog.c96 char command[100]; in usershell() local
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Drcmd.c498 longstring command; in SendCommand() local
533 longstring command; in SendCommand() local
/reactos/win32ss/printing/base/printui/
H A Dprintui_private.h61 WCHAR command; member
/reactos/dll/win32/shell32/
H A DCQueryAssociations.cpp265 WCHAR *command; in GetString() local
618 HRESULT CQueryAssociations::GetCommand(const WCHAR *extra, WCHAR **command) in GetCommand()
/reactos/dll/win32/msi/
H A Dquery.h101 LPCWSTR command; member
/reactos/modules/rostests/winetests/shell32/
H A Dprogman_dde.c119 HDDEDATA command, hdata; in dde_execute() local
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dseamless.c348 seamless_send(RDPCLIENT * This, const char *command, const char *format, ...) in seamless_send()
/reactos/dll/cpl/desk/
H A Ddesktop.c365 DWORD command = HIWORD(wParam); in DesktopPageProc() local

123