Searched refs:_Filename (Results 1 - 22 of 22) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dprocess.h59 _CRTIMP intptr_t __cdecl _execl(const char *_Filename,const char *_ArgList,...);
60 _CRTIMP intptr_t __cdecl _execle(const char *_Filename,const char *_ArgList,...);
61 _CRTIMP intptr_t __cdecl _execlp(const char *_Filename,const char *_ArgList,...);
62 _CRTIMP intptr_t __cdecl _execlpe(const char *_Filename,const char *_ArgList,...);
63 _CRTIMP intptr_t __cdecl _execv(const char *_Filename,const char *const *_ArgList);
64 _CRTIMP intptr_t __cdecl _execve(const char *_Filename,const char *const *_ArgList,const char *const *_Env);
65 _CRTIMP intptr_t __cdecl _execvp(const char *_Filename,const char *const *_ArgList);
66 _CRTIMP intptr_t __cdecl _execvpe(const char *_Filename,const char *const *_ArgList,const char *const *_Env);
67 _CRTIMP intptr_t __cdecl _spawnl(int _Mode,const char *_Filename,const char *_ArgList,...);
68 _CRTIMP intptr_t __cdecl _spawnle(int _Mode,const char *_Filename,cons
[all...]
H A Dio.h178 _CRTIMP int __cdecl _access(const char *_Filename,int _AccessMode);
179 _CRTIMP int __cdecl _chmod(const char *_Filename,int _Mode);
183 _CRTIMP int __cdecl _creat(const char *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
188 _CRTIMP intptr_t __cdecl _findfirst32(const char *_Filename,struct _finddata32_t *_FindData);
201 int __cdecl remove(const char *_Filename);
203 _CRTIMP int __cdecl _unlink(const char *_Filename);
205 int __cdecl unlink(const char *_Filename) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
215 _CRTIMP intptr_t __cdecl _findfirst32i64(const char *_Filename,struct _finddata32i64_t *_FindData);
216 _CRTIMP intptr_t __cdecl _findfirst64(const char *_Filename,struct __finddata64_t *_FindData);
220 intptr_t __cdecl _findfirst64i32(const char *_Filename,struc
222 _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData) argument
[all...]
H A Dwchar.h279 _CRTIMP int __cdecl _waccess(const wchar_t *_Filename,int _AccessMode);
280 _CRTIMP int __cdecl _wchmod(const wchar_t *_Filename,int _Mode);
281 _CRTIMP int __cdecl _wcreat(const wchar_t *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
282 _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData);
284 _CRTIMP int __cdecl _wunlink(const wchar_t *_Filename);
287 _CRTIMP intptr_t __cdecl _wfindfirst32i64(const wchar_t *_Filename,struct _wfinddata32i64_t *_FindData);
288 intptr_t __cdecl _wfindfirst64i32(const wchar_t *_Filename,struct _wfinddata64i32_t *_FindData);
289 _CRTIMP intptr_t __cdecl _wfindfirst64(const wchar_t *_Filename,struct _wfinddata64_t *_FindData);
293 _CRTIMP errno_t __cdecl _wsopen_s(int *_FileHandle,const wchar_t *_Filename,int _OpenFlag,int _ShareFlag,int _PermissionFlag);
294 _CRTIMP int __cdecl _wopen(const wchar_t *_Filename,in
[all...]
H A Dstdio.h423 _CRTIMP FILE *__cdecl _fsopen(const char *_Filename,const char *_Mode);
425 _CRTIMP FILE *__cdecl _fsopen(const char *_Filename,const char *_Mode,int _ShFlag);
449 FILE *__cdecl fopen(const char * __restrict__ _Filename,const char * __restrict__ _Mode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
455 FILE *__cdecl freopen(const char * __restrict__ _Filename,const char * __restrict__ _Mode,FILE * __restrict__ _File) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
509 int __cdecl remove(const char *_Filename);
511 _CRTIMP int __cdecl _unlink(const char *_Filename);
513 int __cdecl unlink(const char *_Filename) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
779 _CRTIMP FILE *__cdecl _wfsopen(const wchar_t *_Filename,const wchar_t *_Mode);
781 _CRTIMP FILE *__cdecl _wfsopen(const wchar_t *_Filename,const wchar_t *_Mode,int _ShFlag);
885 _CRTIMP FILE *__cdecl _wfopen(const wchar_t * __restrict__ _Filename,cons
[all...]
H A Dstdlib.h541 _CRTIMP void __cdecl _makepath(char *_Path,const char *_Drive,const char *_Dir,const char *_Filename,const char *_Ext);
566 _CRTIMP void __cdecl _searchenv(const char *_Filename,const char *_EnvVar,char *_ResultPath) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
567 _CRTIMP void __cdecl _splitpath(const char *_FullPath,char *_Drive,char *_Dir,char *_Filename,char *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
573 _CRTIMP void __cdecl _wmakepath(wchar_t *_ResultPath,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
579 _CRTIMP void __cdecl _wsearchenv(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
580 _CRTIMP void __cdecl _wsplitpath(const wchar_t *_FullPath,wchar_t *_Drive,wchar_t *_Dir,wchar_t *_Filename,wchar_t *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dprocess.h59 _CRTIMP intptr_t __cdecl _execl(const char *_Filename,const char *_ArgList,...);
60 _CRTIMP intptr_t __cdecl _execle(const char *_Filename,const char *_ArgList,...);
61 _CRTIMP intptr_t __cdecl _execlp(const char *_Filename,const char *_ArgList,...);
62 _CRTIMP intptr_t __cdecl _execlpe(const char *_Filename,const char *_ArgList,...);
63 _CRTIMP intptr_t __cdecl _execv(const char *_Filename,const char *const *_ArgList);
64 _CRTIMP intptr_t __cdecl _execve(const char *_Filename,const char *const *_ArgList,const char *const *_Env);
65 _CRTIMP intptr_t __cdecl _execvp(const char *_Filename,const char *const *_ArgList);
66 _CRTIMP intptr_t __cdecl _execvpe(const char *_Filename,const char *const *_ArgList,const char *const *_Env);
67 _CRTIMP intptr_t __cdecl _spawnl(int _Mode,const char *_Filename,const char *_ArgList,...);
68 _CRTIMP intptr_t __cdecl _spawnle(int _Mode,const char *_Filename,cons
[all...]
H A Dio.h178 _CRTIMP int __cdecl _access(const char *_Filename,int _AccessMode);
179 _CRTIMP int __cdecl _chmod(const char *_Filename,int _Mode);
183 _CRTIMP int __cdecl _creat(const char *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
188 _CRTIMP intptr_t __cdecl _findfirst32(const char *_Filename,struct _finddata32_t *_FindData);
201 int __cdecl remove(const char *_Filename);
203 _CRTIMP int __cdecl _unlink(const char *_Filename);
205 int __cdecl unlink(const char *_Filename) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
215 _CRTIMP intptr_t __cdecl _findfirst32i64(const char *_Filename,struct _finddata32i64_t *_FindData);
216 _CRTIMP intptr_t __cdecl _findfirst64(const char *_Filename,struct __finddata64_t *_FindData);
220 intptr_t __cdecl _findfirst64i32(const char *_Filename,struc
222 _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData) argument
[all...]
H A Dwchar.h279 _CRTIMP int __cdecl _waccess(const wchar_t *_Filename,int _AccessMode);
280 _CRTIMP int __cdecl _wchmod(const wchar_t *_Filename,int _Mode);
281 _CRTIMP int __cdecl _wcreat(const wchar_t *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
282 _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData);
284 _CRTIMP int __cdecl _wunlink(const wchar_t *_Filename);
287 _CRTIMP intptr_t __cdecl _wfindfirst32i64(const wchar_t *_Filename,struct _wfinddata32i64_t *_FindData);
288 intptr_t __cdecl _wfindfirst64i32(const wchar_t *_Filename,struct _wfinddata64i32_t *_FindData);
289 _CRTIMP intptr_t __cdecl _wfindfirst64(const wchar_t *_Filename,struct _wfinddata64_t *_FindData);
293 _CRTIMP errno_t __cdecl _wsopen_s(int *_FileHandle,const wchar_t *_Filename,int _OpenFlag,int _ShareFlag,int _PermissionFlag);
294 _CRTIMP int __cdecl _wopen(const wchar_t *_Filename,in
[all...]
H A Dstdio.h423 _CRTIMP FILE *__cdecl _fsopen(const char *_Filename,const char *_Mode);
425 _CRTIMP FILE *__cdecl _fsopen(const char *_Filename,const char *_Mode,int _ShFlag);
449 FILE *__cdecl fopen(const char * __restrict__ _Filename,const char * __restrict__ _Mode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
455 FILE *__cdecl freopen(const char * __restrict__ _Filename,const char * __restrict__ _Mode,FILE * __restrict__ _File) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
509 int __cdecl remove(const char *_Filename);
511 _CRTIMP int __cdecl _unlink(const char *_Filename);
513 int __cdecl unlink(const char *_Filename) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
779 _CRTIMP FILE *__cdecl _wfsopen(const wchar_t *_Filename,const wchar_t *_Mode);
781 _CRTIMP FILE *__cdecl _wfsopen(const wchar_t *_Filename,const wchar_t *_Mode,int _ShFlag);
885 _CRTIMP FILE *__cdecl _wfopen(const wchar_t * __restrict__ _Filename,cons
[all...]
H A Dstdlib.h541 _CRTIMP void __cdecl _makepath(char *_Path,const char *_Drive,const char *_Dir,const char *_Filename,const char *_Ext);
566 _CRTIMP void __cdecl _searchenv(const char *_Filename,const char *_EnvVar,char *_ResultPath) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
567 _CRTIMP void __cdecl _splitpath(const char *_FullPath,char *_Drive,char *_Dir,char *_Filename,char *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
573 _CRTIMP void __cdecl _wmakepath(wchar_t *_ResultPath,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
579 _CRTIMP void __cdecl _wsearchenv(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
580 _CRTIMP void __cdecl _wsplitpath(const wchar_t *_FullPath,wchar_t *_Drive,wchar_t *_Dir,wchar_t *_Filename,wchar_t *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sys/
H A Dutime.h86 _CRTIMP int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Time);
88 _CRTIMP int __cdecl _wutime32(const wchar_t *_Filename,struct __utimbuf32 *_Time);
89 _CRTIMP int __cdecl _utime64(const char *_Filename,struct __utimbuf64 *_Time);
91 _CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *_Time);
99 __CRT_INLINE int __cdecl _utime(const char *_Filename,struct _utimbuf *_Utimbuf) { argument
100 return _utime64(_Filename,(struct __utimbuf64 *)_Utimbuf);
105 __CRT_INLINE int __cdecl _wutime(const wchar_t *_Filename,struct _utimbuf *_Utimbuf) { argument
106 return _wutime64(_Filename,(struct __utimbuf64 *)_Utimbuf);
115 __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) { argument
116 return _utime64(_Filename,(struc
[all...]
H A Dstat.h164 int __cdecl stat(const char *_Filename,struct stat *_Stat);
166 int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat);
186 stat(const char *_Filename,struct stat *_Stat) {
188 int ret=_stat32(_Filename,&st);
226 stat(const char *_Filename,struct stat *_Stat) {
228 int ret=_stat64(_Filename,&st);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
H A Dutime.h86 _CRTIMP int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Time);
88 _CRTIMP int __cdecl _wutime32(const wchar_t *_Filename,struct __utimbuf32 *_Time);
89 _CRTIMP int __cdecl _utime64(const char *_Filename,struct __utimbuf64 *_Time);
91 _CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *_Time);
99 __CRT_INLINE int __cdecl _utime(const char *_Filename,struct _utimbuf *_Utimbuf) { argument
100 return _utime64(_Filename,(struct __utimbuf64 *)_Utimbuf);
105 __CRT_INLINE int __cdecl _wutime(const wchar_t *_Filename,struct _utimbuf *_Utimbuf) { argument
106 return _wutime64(_Filename,(struct __utimbuf64 *)_Utimbuf);
115 __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) { argument
116 return _utime64(_Filename,(struc
[all...]
H A Dstat.h164 int __cdecl stat(const char *_Filename,struct stat *_Stat);
166 int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat);
186 stat(const char *_Filename,struct stat *_Stat) {
188 int ret=_stat32(_Filename,&st);
226 stat(const char *_Filename,struct stat *_Stat) {
228 int ret=_stat64(_Filename,&st);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sec_api/
H A Dio_s.h17 errno_t __cdecl _access_s (const char *_Filename,int _AccessMode);
24 errno_t __cdecl _waccess_s (const wchar_t *_Filename,int _AccessMode);
H A Dstdlib_s.h44 _CRTIMP errno_t __cdecl _makepath_s(char *_PathResult,size_t _Size,const char *_Drive,const char *_Dir,const char *_Filename,const char *_Ext);
46 _CRTIMP errno_t __cdecl _searchenv_s(const char *_Filename,const char *_EnvVar,char *_ResultPath,size_t _SizeInBytes);
48 _CRTIMP errno_t __cdecl _splitpath_s(const char *_FullPath,char *_Drive,size_t _DriveSize,char *_Dir,size_t _DirSize,char *_Filename,size_t _FilenameSize,char *_Ext,size_t _ExtSize);
53 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
55 _CRTIMP errno_t __cdecl _wsearchenv_s(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath,size_t _SizeInWords);
57 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
H A Dwchar_s.h19 errno_t __cdecl _waccess_s (const wchar_t *_Filename,int _AccessMode);
67 _CRTIMP errno_t __cdecl _wfopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode);
68 _CRTIMP errno_t __cdecl _wfreopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode,FILE *_OldFile);
94 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
95 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_4(errno_t,_wmakepath_s,wchar_t,_PathResult,const wchar_t*,_Drive,const wchar_t*,_Dir,const wchar_t*,_Filename,const wchar_t*,_Ext)
99 _CRTIMP errno_t __cdecl _wsearchenv_s(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath,size_t _SizeInWords);
100 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_2_0(errno_t,_wsearchenv_s,const wchar_t*,_Filename,const wchar_t*,_EnvVar,wchar_t,_ResultPath)
102 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
H A Dstdio_s.h89 _CRTIMP errno_t __cdecl fopen_s(FILE **_File,const char *_Filename,const char *_Mode);
134 _CRTIMP errno_t __cdecl _wfopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode);
135 _CRTIMP errno_t __cdecl _wfreopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode,FILE *_OldFile);
172 _CRTIMP errno_t __cdecl _wfopen_s(FILE ** _File,const wchar_t *_Filename,const wchar_t *_Mode);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
H A Dio_s.h17 errno_t __cdecl _access_s (const char *_Filename,int _AccessMode);
24 errno_t __cdecl _waccess_s (const wchar_t *_Filename,int _AccessMode);
H A Dstdlib_s.h44 _CRTIMP errno_t __cdecl _makepath_s(char *_PathResult,size_t _Size,const char *_Drive,const char *_Dir,const char *_Filename,const char *_Ext);
46 _CRTIMP errno_t __cdecl _searchenv_s(const char *_Filename,const char *_EnvVar,char *_ResultPath,size_t _SizeInBytes);
48 _CRTIMP errno_t __cdecl _splitpath_s(const char *_FullPath,char *_Drive,size_t _DriveSize,char *_Dir,size_t _DirSize,char *_Filename,size_t _FilenameSize,char *_Ext,size_t _ExtSize);
53 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
55 _CRTIMP errno_t __cdecl _wsearchenv_s(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath,size_t _SizeInWords);
57 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
H A Dwchar_s.h19 errno_t __cdecl _waccess_s (const wchar_t *_Filename,int _AccessMode);
67 _CRTIMP errno_t __cdecl _wfopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode);
68 _CRTIMP errno_t __cdecl _wfreopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode,FILE *_OldFile);
94 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
95 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_4(errno_t,_wmakepath_s,wchar_t,_PathResult,const wchar_t*,_Drive,const wchar_t*,_Dir,const wchar_t*,_Filename,const wchar_t*,_Ext)
99 _CRTIMP errno_t __cdecl _wsearchenv_s(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath,size_t _SizeInWords);
100 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_2_0(errno_t,_wsearchenv_s,const wchar_t*,_Filename,const wchar_t*,_EnvVar,wchar_t,_ResultPath)
102 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
H A Dstdio_s.h89 _CRTIMP errno_t __cdecl fopen_s(FILE **_File,const char *_Filename,const char *_Mode);
134 _CRTIMP errno_t __cdecl _wfopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode);
135 _CRTIMP errno_t __cdecl _wfreopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode,FILE *_OldFile);
172 _CRTIMP errno_t __cdecl _wfopen_s(FILE ** _File,const wchar_t *_Filename,const wchar_t *_Mode);

Completed in 5406 milliseconds