/reactos/sdk/include/reactos/ |
H A D | winxx.h | 30 #define HANDLE_WM_NULL(hwnd, wParam, lParam, fn) \ argument 32 #define FORWARD_WM_NULL(hwnd, fn) \ argument 48 #define FORWARD_WM_GETHOTKEY(hwnd, fn) \ argument 56 #define FORWARD_WM_PAINTICON(hwnd, fn) \ argument 72 #define FORWARD_WM_CANCELJOURNAL(hwnd, fn) \ argument 114 #define FORWARD_WM_USERCHANGED(hwnd, fn) \ argument 165 #define FORWARD_WM_SYNCPAINT(hwnd, fn) \ argument 278 #define FORWARD_WM_QUERYUISTATE(hwnd, fn) \ argument 454 #define FORWARD_WM_MOUSELEAVE(hwnd, fn) \ argument 471 #define FORWARD_WM_NCMOUSELEAVE(hwnd, fn) \ argument [all …]
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | match.c | 214 add_match(fn) in add_match() argument 225 i_add_match(fn) in i_add_match() argument 236 h_add_match(fn) in h_add_match() argument 260 j_add_match(fn) in j_add_match() argument 271 u_add_match(fn) in u_add_match() argument 312 add_list(fn) in add_list() argument 320 i_add_list(fn) in i_add_list() argument 328 h_add_list(fn) in h_add_list() argument 336 j_add_list(fn) in j_add_list() argument 344 u_add_list(fn) in u_add_list() argument [all …]
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 129 #define FORWARD_WM_COPY(hwnd,fn) (void)(fn)((hwnd),WM_COPY,0,0) argument 138 #define FORWARD_WM_CUT(hwnd,fn) (void)(fn)((hwnd),WM_CUT,0,0) argument 233 #define FORWARD_WM_SYSTEMERROR(hwnd,errCode,fn) 0 argument 331 #define HANDLE_WM_CLEAR(hwnd,wParam,lParam,fn) ((fn)(hwnd),0) argument 332 #define HANDLE_WM_CLOSE(hwnd,wParam,lParam,fn) ((fn)(hwnd),0) argument 338 #define HANDLE_WM_COPY(hwnd,wParam,lParam,fn) ((fn)(hwnd),0) argument 348 #define HANDLE_WM_CUT(hwnd,wParam,lParam,fn) ((fn)(hwnd),0) argument 420 #define HANDLE_WM_PAINT(hwnd,wParam,lParam,fn) ((fn)(hwnd),0) argument 425 #define HANDLE_WM_PASTE(hwnd,wParam,lParam,fn) ((fn)(hwnd),0) argument 453 #define HANDLE_WM_SYSTEMERROR(hwnd,wParam,lParam,fn) 0 argument [all …]
|
H A D | fci.h | 167 #define FNFCIALLOC(fn) void * __cdecl fn(ULONG cb) argument 170 #define FNFCIFREE(fn) void __cdecl fn(void *memory) argument 176 #define FNFCIREAD(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) argument 179 #define FNFCIWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *memory, UINT cb, int *err, void *pv) argument 182 #define FNFCICLOSE(fn) int __cdecl fn(INT_PTR hf, int *err, void *pv) argument 188 #define FNFCIDELETE(fn) int __cdecl fn(char *pszFile, int *err, void *pv) argument 191 #define FNFCIGETNEXTCABINET(fn) BOOL __cdecl fn(PCCAB pccab, \ argument 200 #define FNFCIFILEPLACED(fn) int __cdecl fn(PCCAB pccab, \ argument 212 #define FNFCIGETOPENINFO(fn) INT_PTR __cdecl fn(char *pszName, \ argument 227 #define FNFCISTATUS(fn) LONG __cdecl fn(UINT typeStatus, \ argument [all …]
|
H A D | fdi.h | 203 #define FNALLOC(fn) void * __cdecl fn(ULONG cb) argument 206 #define FNFREE(fn) void __cdecl fn(void *pv) argument 209 #define FNOPEN(fn) INT_PTR __cdecl fn(char *pszFile, int oflag, int pmode) argument 212 #define FNREAD(fn) UINT __cdecl fn(INT_PTR hf, void *pv, UINT cb) argument 215 #define FNWRITE(fn) UINT __cdecl fn(INT_PTR hf, void *pv, UINT cb) argument 218 #define FNCLOSE(fn) int __cdecl fn(INT_PTR hf) argument 221 #define FNSEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype) argument 224 #define FNFDIDECRYPT(fn) int __cdecl fn(PFDIDECRYPT pfdid) argument 257 #define FNFDINOTIFY(fn) INT_PTR __cdecl fn(FDINOTIFICATIONTYPE fdint, \ argument
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | volpropsheet.h | 111 wstring fn; variable 117 BtrfsChangeDriveLetter(HWND hwnd, const wstring_view& fn) : hwnd(hwnd), fn(fn) { in BtrfsChangeDriveLetter() 127 wstring fn; variable
|
H A D | scrub.h | 44 wstring fn; variable
|
H A D | contextmenu.cpp | 93 WCHAR fn[MAX_PATH]; in Initialize() local 185 static bool get_volume_path_parent(const WCHAR* fn, WCHAR* volpath, ULONG volpathlen) { in get_volume_path_parent() 209 WCHAR fn[MAX_PATH], volpath1[255], volpath2[255]; in show_reflink_paste() local 451 static void create_snapshot(HWND hwnd, const wstring& fn) { in create_snapshot() 538 void BtrfsContextMenu::reflink_copy(HWND hwnd, const WCHAR* fn, const WCHAR* dir) { in reflink_copy() 964 WCHAR fn[MAX_PATH]; in InvokeCommand() local 984 WCHAR dll[MAX_PATH], fn[MAX_PATH]; in InvokeCommand() local 1135 WCHAR fn[MAX_PATH]; in InvokeCommand() local
|
H A D | propsheet.cpp | 88 void BtrfsPropSheet::do_search(const wstring& fn) { in do_search() 172 HRESULT BtrfsPropSheet::check_file(const wstring& fn, UINT i, UINT num_files, UINT* sv) { in check_file() 320 WCHAR fn[MAX_PATH]; in load_file_list() local 615 void BtrfsPropSheet::apply_changes_file(HWND hDlg, const wstring& fn) { in apply_changes_file() 700 WCHAR fn[MAX_PATH]; // FIXME - is this long enough? in apply_changes() local 885 WCHAR fn[MAX_PATH], modfn[MAX_PATH]; in open_as_admin() local
|
H A D | balance.h | 56 wstring fn; variable
|
/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | setup.c | 78 static void configparseerr(adns_state ads, const char *fn, int lno, in configparseerr() 110 static void ccf_nameserver(adns_state ads, const char *fn, int lno, const char *buf) { in ccf_nameserver() 121 static void ccf_search(adns_state ads, const char *fn, int lno, const char *buf) { in ccf_search() 150 static void ccf_sortlist(adns_state ads, const char *fn, int lno, const char *buf) { in ccf_sortlist() 221 static void ccf_options(adns_state ads, const char *fn, int lno, const char *buf) { in ccf_options() 262 static void ccf_clearnss(adns_state ads, const char *fn, int lno, const char *buf) { in ccf_clearnss() 266 static void ccf_include(adns_state ads, const char *fn, int lno, const char *buf) { in ccf_include() 276 void (*fn)(adns_state ads, const char *fn, int lno, const char *buf); member 715 void adns_ccf_search(adns_state ads, const char *fn, int lno, const char *buf) { in adns_ccf_search()
|
/reactos/modules/rostests/apitests/win32nt/ntuser/ |
H A D | NtUserGetKeyboardLayoutName.c | 15 FN_NtUserGetKeyboardLayoutName fn = (FN_NtUserGetKeyboardLayoutName)NtUserGetKeyboardLayoutName; in START_TEST() local
|
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/ |
H A D | snmp_mib2.c | 62 snmp_mib2_lwip_synchronizer(snmp_threadsync_called_fn fn, void *arg) in snmp_mib2_lwip_synchronizer()
|
H A D | snmp_threadsync.c | 45 call_synced_function(struct threadsync_data *call_data, snmp_threadsync_called_fn fn) in call_synced_function() 173 …_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threadsync_called_fn fn) in do_sync()
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | cxa.c | 47 void (*fn)(int status, void *arg); member 51 void (*fn)(void *arg, int status); member
|
/reactos/dll/win32/userenv/ |
H A D | internal.h | 59 } fn; member
|
H A D | misc.c | 227 PVOID *fn; in LoadDynamicImports() local
|
/reactos/dll/opengl/glu32/src/libnurbs/interface/ |
H A D | glrenderer.h | 75 void putSurfCallBack(GLenum which, void (GLAPIENTRY *fn)() ) in putSurfCallBack()
|
/reactos/drivers/network/tcpip/lwip/src/api/ |
H A D | tcpip.c | 442 tcpip_send_msg_wait_sem(tcpip_callback_fn fn, void *apimsg, sys_sem_t *sem) in tcpip_send_msg_wait_sem() 478 tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call) in tcpip_api_call()
|
/reactos/dll/win32/kernel32/wine/ |
H A D | lzexpand.c | 533 static LPSTR LZEXPAND_MangleName( LPCSTR fn ) in LZEXPAND_MangleName() 556 HFILE WINAPI LZOpenFileA( LPSTR fn, LPOFSTRUCT ofs, WORD mode ) in LZOpenFileA() 585 HFILE WINAPI LZOpenFileW( LPWSTR fn, LPOFSTRUCT ofs, WORD mode ) in LZOpenFileW()
|
/reactos/sdk/lib/cicero/ |
H A D | cicbase.h | 89 cicGetFN(HINSTANCE& hinstDLL, T_FN& fn, LPCTSTR pszDllName, LPCSTR pszFuncName) in cicGetFN()
|
/reactos/dll/win32/oledlg/ |
H A D | insobjdlg.c | 515 OPENFILENAMEA fn; in UIINSERTOBJECTDLG_BrowseFile() local 559 OPENFILENAMEA fn; in UIINSERTOBJECTDLG_AddControl() local
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | QueueUserAPC.c | 96 static void JustDoIt(LPTHREAD_START_ROUTINE fn) in JustDoIt()
|
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | SHGetRestriction.c | 126 FN_SHGetRestriction fn = (FN_SHGetRestriction)GetProcAddress(hSHLWAPI, MAKEINTRESOURCEA(271)); in START_TEST() local
|
/reactos/modules/rostests/apitests/appshim/ |
H A D | forcedxsetup.c | 139 FARPROC fn = proc(g_hShimDll, Functions[n]); in test_GetProcAddress() local
|