/reactos/dll/win32/msi/ |
H A D | classes.c | 322 LPCWSTR extension; in load_mime() local 445 MSIEXTENSION *extension; in iterate_load_verb() local 449 if (!extension) in iterate_load_verb() 529 LPCWSTR extension; in iterate_all_extensions() local 1020 if (extension->ProgID == progid && !list_empty( &extension->verbs ) && in has_one_extension_installed() 1081 if (extension->ProgID == progid && !list_empty( &extension->verbs ) && in has_all_extensions_removed() 1219 LPWSTR extension; in ACTION_RegisterExtensionInfo() local 1252 if (extension) in ACTION_RegisterExtensionInfo() 1323 LPWSTR extension; in ACTION_UnregisterExtensionInfo() local 1351 if (extension) in ACTION_UnregisterExtensionInfo() [all …]
|
/reactos/sdk/lib/crt/stdlib/ |
H A D | makepath_s.c | 25 const char *extension) in _makepath_s() argument 89 if (extension && extension[0]) in _makepath_s() 91 size_t len = strlen(extension); in _makepath_s() 92 unsigned int needs_period = extension[0] != '.'; in _makepath_s() 105 memcpy(p, extension, copylen); in _makepath_s()
|
H A D | wmakpath_s.c | 25 const wchar_t *extension) in _wmakepath_s() argument 89 if (extension && extension[0]) in _wmakepath_s() 91 size_t len = strlenW(extension); in _wmakepath_s() 92 unsigned int needs_period = extension[0] != '.'; in _wmakepath_s() 105 memcpy(p, extension, copylen * sizeof(wchar_t)); in _wmakepath_s()
|
/reactos/sdk/lib/pathcch/ |
H A D | pathcch.c | 486 _In_ PCWSTR extension) in PathCchAddExtension() argument 500 next = extension; in PathCchAddExtension() 507 has_dot = extension[0] == '.'; in PathCchAddExtension() 515 extension_length = lstrlenW(extension); in PathCchAddExtension() 520 if (!extension[0] || (extension[0] == '.' && !extension[1])) return S_OK; in PathCchAddExtension() 718 _Outptr_ PCWSTR* extension) in PathCchFindExtension() argument 730 *extension = NULL; in PathCchFindExtension() 745 *extension = NULL; in PathCchFindExtension() 876 const WCHAR *extension; in PathCchRemoveExtension() local 887 next = path + (extension - path); in PathCchRemoveExtension() [all …]
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | assoc.c | 313 PCSTR extension; member 480 LPWSTR extension, type_expected, type_returned; in test_assoc_one() local 486 SHStrDupA(test->extension, &extension); in test_assoc_one() 492 hr = pAssocGetPerceivedType(extension, &perceived, &flags, NULL); in test_assoc_one() 495 test->extension, perceived, test->perceived); in test_assoc_one() 497 test->extension, flags, test->flags); in test_assoc_one() 506 test->extension, perceived, test->perceived); in test_assoc_one() 508 test->extension, flags, test->flags); in test_assoc_one() 518 test->extension, type_returned, test->type); in test_assoc_one() 523 test->extension, wine_dbgstr_w(type_returned), test->type); in test_assoc_one() [all …]
|
/reactos/base/shell/progman/ |
H A D | grpfile.c | 169 LPCSTR extension; 186 extension = buffer + GET_USHORT(buffer, 6); 187 if (extension == buffer + size) extension = 0; 188 else if (extension + 6 > buffer + size) return(0); 224 extension, hGroup, lpszGrpFile)) 245 LPCSTR extension, HLOCAL hGroup, 307 if (extension) 309 LPCSTR ptr = extension;
|
/reactos/dll/win32/shell32/ |
H A D | shlfolder.cpp | 348 LPCWSTR extension = PathFindExtension(name); in AddFSClassKeysToArray() local 350 if (extension) in AddFSClassKeysToArray() 354 …if (RegGetValueW(HKEY_CLASSES_ROOT, extension, NULL, RRF_RT_REG_SZ, NULL, wszClass, &dwSize) != ER… in AddFSClassKeysToArray() 358 AddClassKeyToArray(extension, array, cKeys); in AddFSClassKeysToArray() 365 swprintf(wszSFA, L"SystemFileAssociations\\%s", extension); in AddFSClassKeysToArray() 369 …if (RegGetValueW(HKEY_CLASSES_ROOT, extension, L"PerceivedType ", RRF_RT_REG_SZ, NULL, wszClass, &… in AddFSClassKeysToArray()
|
/reactos/sdk/include/c++/stlport/ |
H A D | rope | 28 * no extension. 30 # error The rope class is a STLport extension.
|
H A D | slist | 29 * no extension. 31 # error The slist class is an STLport extension.
|
H A D | hash_map | 33 * no extension.
|
/reactos/modules/rostests/win32/cmd/script_testsuite/tests/ |
H A D | environment.cmd | 24 :: ~n0 contains the name of the current script file without extension 27 :: ~x0 contains the extension of the current script file
|
/reactos/drivers/usb/usbport/ |
H A D | usbport.rc | 2 #define REACTOS_STR_FILE_DESCRIPTION "USB bus driver extension"
|
/reactos/drivers/storage/ide/pciidex/ |
H A D | pciidex.rc | 2 #define REACTOS_STR_FILE_DESCRIPTION "PCI IDE bus driver extension"
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/ |
H A D | tinydir.h | 197 _tinydir_char_t *extension; member 719 file->extension = file->path + _tinydir_strlen(file->path); in tinydir_open() 762 file->extension = &(file->name[_tinydir_strlen(file->name)]); in tinydir_open() 766 file->extension = period + 1; in tinydir_open()
|
/reactos/dll/shellext/ntobjshex/lang/ |
H A D | zh-HK.rc | 2 * PROJECT: NT Object Namespace shell extension
|
H A D | zh-TW.rc | 2 * PROJECT: NT Object Namespace shell extension
|
H A D | zh-CN.rc | 2 * PROJECT: NT Object Namespace shell extension
|
H A D | ro-RO.rc | 2 * PROJECT: NT Object Namespace shell extension
|
/reactos/dll/win32/fusion/ |
H A D | asmcache.c | 433 const WCHAR *extension, *filename, *src_dir; in IAssemblyCacheImpl_InstallAssembly() local 447 if (!(extension = wcsrchr(pszManifestFilePath, '.'))) in IAssemblyCacheImpl_InstallAssembly() 450 if (lstrcmpiW(extension, ext_exe) && lstrcmpiW(extension, ext_dll)) in IAssemblyCacheImpl_InstallAssembly()
|
/reactos/dll/win32/ole32/ |
H A D | moniker.c | 1220 LPWSTR extension; in GetClassFile() local 1274 extension = NULL; in GetClassFile() 1276 for(i = length-1; (i >= 0) && *(extension = &absFile[i]) != '.'; i--) in GetClassFile() 1279 if (!extension || !wcscmp(extension, dotW)) { in GetClassFile() 1284 ret = RegQueryValueW(HKEY_CLASSES_ROOT, extension, NULL, &sizeProgId); in GetClassFile() 1288 ret = RegQueryValueW(HKEY_CLASSES_ROOT, extension, progId, &sizeProgId); in GetClassFile()
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/ |
H A D | httpd_structs.h | 10 const char *extension; member
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | README.compression | 16 Transparent decompression is implemented as an extension to Rock
|
/reactos/dll/win32/msi/lang/ |
H A D | msi_Ja.rc | 76 IDS_DESC_REGISTEREXTENSIONINFO "Registering extension servers" 103 IDS_DESC_UNREGISTEREXTENSIONINFO "Unregistering extension servers"
|
/reactos/sdk/lib/3rdparty/freetype/ |
H A D | modules.cfg | 54 # PFR/TrueDoc font driver. See optional extension ftpfr.c below also. 64 # Windows FONT/FNT font driver. See optional extension ftwinfnt.c below 73 # BDF font driver. See optional extension ftbdf.c below also.
|
/reactos/sdk/lib/atl/ |
H A D | atlpath.h | 197 PCXSTR extension = PathFindExtensionX(m_strPath); in FindExtension() local 198 if (*extension == '\0') in FindExtension() 202 return (int)(extension - str); in FindExtension()
|