Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 167) sorted by relevance

1234567

/reactos/dll/win32/msi/
H A Dclasses.c322 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 Dmakepath_s.c25 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 Dwmakpath_s.c25 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 Dpathcch.c486 _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 Dassoc.c313 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 Dgrpfile.c169 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 Dshlfolder.cpp348 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 Drope28 * no extension.
30 # error The rope class is a STLport extension.
H A Dslist29 * no extension.
31 # error The slist class is an STLport extension.
H A Dhash_map33 * no extension.
/reactos/modules/rostests/win32/cmd/script_testsuite/tests/
H A Denvironment.cmd24 :: ~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 Dusbport.rc2 #define REACTOS_STR_FILE_DESCRIPTION "USB bus driver extension"
/reactos/drivers/storage/ide/pciidex/
H A Dpciidex.rc2 #define REACTOS_STR_FILE_DESCRIPTION "PCI IDE bus driver extension"
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/
H A Dtinydir.h197 _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 Dzh-HK.rc2 * PROJECT: NT Object Namespace shell extension
H A Dzh-TW.rc2 * PROJECT: NT Object Namespace shell extension
H A Dzh-CN.rc2 * PROJECT: NT Object Namespace shell extension
H A Dro-RO.rc2 * PROJECT: NT Object Namespace shell extension
/reactos/dll/win32/fusion/
H A Dasmcache.c433 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 Dmoniker.c1220 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 Dhttpd_structs.h10 const char *extension; member
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A DREADME.compression16 Transparent decompression is implemented as an extension to Rock
/reactos/dll/win32/msi/lang/
H A Dmsi_Ja.rc76 IDS_DESC_REGISTEREXTENSIONINFO "Registering extension servers"
103 IDS_DESC_UNREGISTEREXTENSIONINFO "Unregistering extension servers"
/reactos/sdk/lib/3rdparty/freetype/
H A Dmodules.cfg54 # 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 Datlpath.h197 PCXSTR extension = PathFindExtensionX(m_strPath); in FindExtension() local
198 if (*extension == '\0') in FindExtension()
202 return (int)(extension - str); in FindExtension()

1234567