/reactos/sdk/lib/ucrt/exec/ |
H A D | system.cpp | 22 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 D | tnmain.cpp | 425 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 D | tasks.json | 9 "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 D | popen.cpp | 230 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 D | pop3transport.c | 51 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 D | hhctrl.c | 59 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 D | mcicda.c | 49 #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 D | mci.c | 143 #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 D | midi.c | 69 #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 D | interrupt.c | 82 UCHAR command; in MiniportHandleInterrupt() local
|
/reactos/sdk/lib/crt/process/ |
H A D | _system.c | 20 int system(const char *command) in system()
|
/reactos/dll/win32/shell32/wine/ |
H A D | appbar.c | 67 struct appbar_cmd command; in SHAppBarMessage() local
|
/reactos/dll/cpl/inetcpl/ |
H A D | inetcpl.c | 181 LONG CALLBACK CPlApplet(HWND hWnd, UINT command, LPARAM lParam1, LPARAM lParam2) in CPlApplet()
|
/reactos/win32ss/user/user32/misc/ |
H A D | winhelp.c | 34 WORD command; member
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_sata.h | 358 IN UCHAR command, in UniAtaAhciAdjustIoFlags()
|
H A D | id_sata.cpp | 1246 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 D | control.c | 184 UCHAR command = 0xc6, mode = 0x00; in StartSoundOutput() local
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xmlcatalog.c | 96 char command[100]; in usershell() local
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | rcmd.c | 498 longstring command; in SendCommand() local 533 longstring command; in SendCommand() local
|
/reactos/win32ss/printing/base/printui/ |
H A D | printui_private.h | 61 WCHAR command; member
|
/reactos/dll/win32/shell32/ |
H A D | CQueryAssociations.cpp | 265 WCHAR *command; in GetString() local 618 HRESULT CQueryAssociations::GetCommand(const WCHAR *extra, WCHAR **command) in GetCommand()
|
/reactos/dll/win32/msi/ |
H A D | query.h | 101 LPCWSTR command; member
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | progman_dde.c | 119 HDDEDATA command, hdata; in dde_execute() local
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | seamless.c | 348 seamless_send(RDPCLIENT * This, const char *command, const char *format, ...) in seamless_send()
|
/reactos/dll/cpl/desk/ |
H A D | desktop.c | 365 DWORD command = HIWORD(wParam); in DesktopPageProc() local
|