|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt_io.h>#include <mbctype.h>#include <stdarg.h>#include <stdlib.h>#include <direct.h>#include "windef.h"#include "winbase.h"#include "winternl.h"#include "msvcrt.h"#include "wine/debug.h"
Go to the source code of this file.
Definition at line 298 of file dir.c.
Referenced by _findfirst32(), _findfirst64(), _findfirst64i32(), main(), and test_utf8().
Definition at line 326 of file dir.c.
Definition at line 397 of file dir.c.
Referenced by test_utf8().
Definition at line 471 of file dir.c.
Definition at line 524 of file dir.c.
| int CDECL _findnext | ( | intptr_t | hand, |
| struct _finddata_t * | ft | ||
| ) |
Definition at line 578 of file dir.c.
| int CDECL _findnext32 | ( | intptr_t | hand, |
| struct _finddata32_t * | ft | ||
| ) |
| int CDECL _findnext64 | ( | intptr_t | hand, |
| struct _finddata64_t * | ft | ||
| ) |
| int CDECL _findnext64i32 | ( | intptr_t | hand, |
| struct _finddata64i32_t * | ft | ||
| ) |
| int CDECL _findnexti64 | ( | intptr_t | hand, |
| struct _finddatai64_t * | ft | ||
| ) |
Definition at line 1272 of file dir.c.
Referenced by _searchenv_s(), test_fullpath(), and test_utf8().
Definition at line 843 of file dir.c.
Referenced by test_utf8().
Definition at line 919 of file dir.c.
Definition at line 819 of file dir.c.
Referenced by _tgetdcwd(), _tstat64(), _wgetdcwd(), _wstat64(), cmd_setlocal(), get_drive_number_from_path(), test_utf8(), and throw().
| VOID CDECL _makepath | ( | char * | path, |
| const char * | drive, | ||
| const char * | directory, | ||
| const char * | filename, | ||
| const char * | extension | ||
| ) |
Definition at line 1310 of file dir.c.
| int CDECL _makepath_s | ( | char * | path, |
| size_t | size, | ||
| const char * | drive, | ||
| const char * | directory, | ||
| const char * | filename, | ||
| const char * | extension | ||
| ) |
Definition at line 1404 of file dir.c.
Definition at line 958 of file dir.c.
Referenced by rd_pstcache_mkdir(), test___getmainargs_parent(), and test_utf8().
Definition at line 997 of file dir.c.
Referenced by test___getmainargs_parent().
Definition at line 1702 of file dir.c.
Referenced by TConfig::keyfile_init(), test_searchenv(), and test_utf8().
Definition at line 1610 of file dir.c.
Referenced by _searchenv().
Definition at line 1112 of file dir.c.
Referenced by START_TEST(), and test_splitpath().
| errno_t CDECL _splitpath_s | ( | const char * | inpath, |
| char * | drive, | ||
| size_t | sz_drive, | ||
| char * | dir, | ||
| size_t | sz_dir, | ||
| char * | fname, | ||
| size_t | sz_fname, | ||
| char * | ext, | ||
| size_t | sz_ext | ||
| ) |
Definition at line 1024 of file dir.c.
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project.
Definition at line 231 of file dir.c.
Referenced by _chdir().
Definition at line 347 of file dir.c.
Definition at line 368 of file dir.c.
Referenced by _findfirst32().
| int CDECL _wfindnext | ( | intptr_t | hand, |
| struct _wfinddata_t * | ft | ||
| ) |
Definition at line 627 of file dir.c.
| int CDECL _wfindnext32 | ( | intptr_t | hand, |
| struct _wfinddata32_t * | ft | ||
| ) |
Definition at line 595 of file dir.c.
Referenced by _findnext32().
| int CDECL _wfindnext64 | ( | intptr_t | hand, |
| struct _wfinddata64_t * | ft | ||
| ) |
| int CDECL _wfindnext64i32 | ( | intptr_t | hand, |
| struct _wfinddata64i32_t * | ft | ||
| ) |
| int CDECL _wfindnexti64 | ( | intptr_t | hand, |
| struct _wfinddatai64_t * | ft | ||
| ) |
Definition at line 1218 of file dir.c.
Referenced by _fullpath(), _wsearchenv_s(), and throw().
Definition at line 785 of file dir.c.
Referenced by _getcwd(), _wfullpath(), and _wgetdcwd().
Definition at line 867 of file dir.c.
Referenced by _getdcwd().
| VOID CDECL _wmakepath | ( | wchar_t * | path, |
| const wchar_t * | drive, | ||
| const wchar_t * | directory, | ||
| const wchar_t * | filename, | ||
| const wchar_t * | extension | ||
| ) |
Definition at line 1357 of file dir.c.
Referenced by test_makepath().
| int CDECL _wmakepath_s | ( | wchar_t * | path, |
| size_t | size, | ||
| const wchar_t * | drive, | ||
| const wchar_t * | directory, | ||
| const wchar_t * | filename, | ||
| const wchar_t * | extension | ||
| ) |
Definition at line 1508 of file dir.c.
Definition at line 1013 of file dir.c.
Referenced by _rmdir(), and test_utf8().
Definition at line 1796 of file dir.c.
Referenced by test_searchenv().
Definition at line 1710 of file dir.c.
Referenced by _wsearchenv().
| void CDECL _wsplitpath | ( | const wchar_t * | inpath, |
| wchar_t * | drv, | ||
| wchar_t * | dir, | ||
| wchar_t * | fname, | ||
| wchar_t * | ext | ||
| ) |
Definition at line 1206 of file dir.c.
Referenced by ExplorerCmd::EvaluateOption(), GetSystemDrive(), UXTHEME_FormatParseMessage(), and XCOPY_ProcessDestParm().
| int CDECL _wsplitpath_s | ( | const wchar_t * | inpath, |
| wchar_t * | drive, | ||
| size_t | sz_drive, | ||
| wchar_t * | dir, | ||
| size_t | sz_dir, | ||
| wchar_t * | fname, | ||
| size_t | sz_fname, | ||
| wchar_t * | ext, | ||
| size_t | sz_ext | ||
| ) |
Definition at line 1124 of file dir.c.
|
static |
|
static |
|
static |
Definition at line 509 of file dir.c.
Referenced by _findfirst64i32(), and _findnext64i32().
|
static |
Definition at line 61 of file dir.c.
Referenced by _findfirst(), and _findnext().
|
static |
Definition at line 121 of file dir.c.
Referenced by _findfirsti64(), and _findnexti64().
|
static |
Definition at line 81 of file dir.c.
Referenced by _wfindfirst(), and _wfindnext().
|
static |
Definition at line 101 of file dir.c.
Referenced by _wfindfirst32(), and _wfindnext32().
|
static |
Definition at line 141 of file dir.c.
Referenced by _wfindfirst64(), and _wfindnext64().
|
static |
Definition at line 181 of file dir.c.
Referenced by _wfindfirst64i32(), and _wfindnext64i32().
|
static |
Definition at line 161 of file dir.c.
Referenced by _wfindfirsti64(), and _wfindnexti64().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |