/reactos/sdk/include/psdk/ |
H A D | lmrepl.h | 158 _In_ LPCWSTR dirname); 175 _In_ LPCWSTR dirname, 183 _In_ LPCWSTR dirname, 192 _In_ LPCWSTR dirname); 198 _In_ LPCWSTR dirname, 213 _In_ LPCWSTR dirname); 230 _In_ LPCWSTR dirname, 238 _In_ LPCWSTR dirname); 244 _In_ LPCWSTR dirname,
|
/reactos/dll/win32/netapi32/ |
H A D | obsolete.c | 249 _In_ LPCWSTR dirname) in NetReplExportDirDel() argument 274 _In_ LPCWSTR dirname, in NetReplExportDirGetInfo() argument 286 _In_ LPCWSTR dirname) in NetReplExportDirLock() argument 296 _In_ LPCWSTR dirname, in NetReplExportDirSetInfo() argument 309 _In_ LPCWSTR dirname, in NetReplExportDirUnlock() argument 343 _In_ LPCWSTR dirname) in NetReplImportDirDel() argument 368 _In_ LPCWSTR dirname, in NetReplImportDirGetInfo() argument 380 _In_ LPCWSTR dirname) in NetReplImportDirLock() argument 390 _In_ LPCWSTR dirname, in NetReplImportDirUnlock() argument
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | Makefile-Wine | 270 cd `dirname $@` && $(MAKE) depend 280 cd `dirname $@` && $(MAKE) clean 283 cd `dirname $@` && $(MAKE) testclean 286 -cd `dirname $@` && $(RM) $(CLEAN_FILES) 298 cd `dirname $@` && $(MAKE) install 301 cd `dirname $@` && $(MAKE) install-lib 304 cd `dirname $@` && $(MAKE) install-dev 307 cd `dirname $@` && $(MAKE) uninstall 320 @cd `dirname $@` && $(MAKE) checklink 327 @cd `dirname $@` && $(MAKE) test [all …]
|
/reactos/modules/rostests/tests/copymove/ |
H A D | copymove.c | 77 DeleteTestDir(LPCTSTR dirname) in DeleteTestDir() argument 79 RemoveDirectory(dirname); in DeleteTestDir() 83 CreateTestDir(LPCTSTR dirname) in CreateTestDir() argument 85 if (! CreateDirectory(dirname, NULL)) { in CreateTestDir()
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/ |
H A D | icc.mak | 32 SYSINCLUDES := -I$(shell which icpc | xargs dirname | xargs dirname)/include/c++
|
/reactos/dll/win32/sxs/ |
H A D | cache.c | 713 WCHAR sxsdir[MAX_PATH], *name, *dirname, *filename; in uninstall_assembly() local 721 if (!(dirname = HeapAlloc( GetProcessHeap(), 0, (len_sxsdir + len_name + 1) * sizeof(WCHAR) ))) in uninstall_assembly() 723 lstrcpyW( dirname, sxsdir ); in uninstall_assembly() 724 lstrcpyW( dirname + len_sxsdir, name ); in uninstall_assembly() 730 lstrcpyW( filename, dirname ); in uninstall_assembly() 737 RemoveDirectoryW( dirname ); in uninstall_assembly() 741 HeapFree( GetProcessHeap(), 0, dirname ); in uninstall_assembly()
|
/reactos/sdk/include/crt/ |
H A D | libgen.h | 24 extern __cdecl __MINGW_NOTHROW char *dirname (char *);
|
/reactos/ |
H A D | configure.sh | 10 REACTOS_SOURCE_DIR=$(cd `dirname $0` && pwd)
|
/reactos/sdk/tools/ |
H A D | gen_baseaddress.py | 384 target_dir = os.path.realpath(os.path.dirname(os.path.dirname(__file__)))
|
/reactos/sdk/lib/3rdparty/freetype/ |
H A D | configure | 52 ft2_dir=`(dirname "$0") 2>/dev/null ||
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnconfig.h | 106 void init(char *dirname, char *exename);
|
H A D | tnconfig.cpp | 282 void TConfig::init(char *dirname, char *execname) { in init() argument 284 strncpy(startdir, dirname, sizeof(startdir)); in init()
|
/reactos/modules/rostests/tests/spec2def/ |
H A D | test.py | 13 SCRIPT_DIR = os.path.dirname(__file__)
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | disk.c | 1110 char *dirname, fullpath[PATH_MAX]; in disk_query_directory() local 1118 dirname = pfinfo->path; in disk_query_directory() 1141 sprintf(fullpath, "%s/%s", dirname, pdirent->d_name); in disk_query_directory()
|
/reactos/sdk/lib/3rdparty/stlport/ |
H A D | configure | 5 base=`cd \`dirname $0\`; echo $PWD`
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/unix/ |
H A D | rules-install-so.mak | 148 d=`dirname $$dd`; \
|
/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | libport.h | 234 extern char *dirname __PR((char *name));
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/ |
H A D | tinydir.h | 703 dir_name = dirname(dir_name_buf); in tinydir_open()
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | configure | 22 SRCDIR=`dirname $0`
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | path.c | 573 static void test_ShortPathCase(const char *tmpdir, const char *dirname, in test_ShortPathCase() argument 580 assert(strlen(tmpdir) + strlen(dirname) + strlen(filename) + 2 < sizeof(buf)); in test_ShortPathCase() 581 sprintf(buf,"%s\\%s\\%s",tmpdir,dirname,filename); in test_ShortPathCase()
|
H A D | file.c | 1187 char temp_path[MAX_PATH], dirname[MAX_PATH]; in test_CreateFileA() local 1274 strcpy(dirname, temp_path); in test_CreateFileA() 1275 strcat(dirname, directory); in test_CreateFileA() 1276 ret = CreateDirectoryA(dirname, NULL); in test_CreateFileA() 1332 ret = RemoveDirectoryA(dirname); in test_CreateFileA()
|