HomeSort by relevance Sort by last modified time
    Searched refs:_CRTIMP (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h 21 #ifndef _CRTIMP
22 #define _CRTIMP __declspec(dllimport)
86 _CRTIMP int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Time);
87 _CRTIMP int __cdecl _futime32(int _FileDes,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);
90 _CRTIMP int __cdecl _futime64(int _FileDes,struct __utimbuf64 *_Time);
91 _CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *_Time);
stat.h 22 #ifndef _CRTIMP
23 #define _CRTIMP __declspec(dllimport)
69 _CRTIMP int __cdecl _fstat32(int _FileDes,struct _stat32 *_Stat);
70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
71 _CRTIMP int __cdecl _fstat64(int _FileDes,struct _stat64 *_Stat);
72 _CRTIMP int __cdecl _fstat32i64(int _FileDes,struct _stat32i64 *_Stat);
97 _CRTIMP int __cdecl _stat64(const char *_Name,struct _stat64 *_Stat);
98 _CRTIMP int __cdecl _stat32i64(const char *_Name,struct _stat32i64 *_Stat);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
127 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
conio_s.h 22 _CRTIMP int __cdecl _cscanf_s(const char *_Format,...);
23 _CRTIMP int __cdecl _cscanf_s_l(const char *_Format,_locale_t _Locale,...);
34 _CRTIMP int __cdecl _cwscanf_s(const wchar_t *_Format,...);
35 _CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
tchar_s.h 213 _CRTIMP char *__cdecl _tcsncat_s(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount);
214 _CRTIMP char *__cdecl _tcsncat_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
215 _CRTIMP char *__cdecl _tcsncpy_s(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount);
216 _CRTIMP char *__cdecl _tcsncpy_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
217 _CRTIMP char *__cdecl _tcstok_s(char *_Str,const char *_Delim,char **_Context);
218 _CRTIMP char *__cdecl _tcstok_s_l(char *_Str,const char *_Delim,char **_Context,_locale_t _Locale);
219 _CRTIMP errno_t __cdecl _tcsset_s(char *_Str,size_t _SizeInChars,unsigned int _Val);
220 _CRTIMP errno_t __cdecl _tcsset_s_l(char *_Str,size_t _SizeInChars,unsigned int,_locale_t _Locale);
221 _CRTIMP char *__cdecl _tcsnccat_s(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount);
222 _CRTIMP char *__cdecl _tcsnccat_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_l (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 84 _CRTIMP FILE *__cdecl __iob_func(void);
420 _CRTIMP int __cdecl _filbuf(FILE *_File);
421 _CRTIMP int __cdecl _flsbuf(int _Ch,FILE *_File);
423 _CRTIMP FILE *__cdecl _fsopen(const char *_Filename,const char *_Mode);
425 _CRTIMP FILE *__cdecl _fsopen(const char *_Filename,const char *_Mode,int _ShFlag);
429 _CRTIMP int __cdecl _fcloseall(void);
433 _CRTIMP FILE *__cdecl _fdopen(int _FileHandle,const char *_Mode);
439 _CRTIMP int __cdecl _fgetchar(void);
443 _CRTIMP int __cdecl _fileno(FILE *_File);
447 _CRTIMP char *__cdecl _tempnam(const char *_DirName,const char *_FilePrefix)
    [all...]
float.h 244 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _controlfp (unsigned int unNew, unsigned int unMask) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
245 _CRTIMP errno_t __cdecl _controlfp_s(unsigned int *_CurrentState, unsigned int _NewValue, unsigned int _Mask);
246 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _control87 (unsigned int unNew, unsigned int unMask);
249 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _clearfp (void); /* Clear the FPU status word */
250 _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _statusfp (void); /* Report the FPU status word */
268 _CRTIMP int * __cdecl __MINGW_NOTHROW __fpecode(void);
278 _CRTIMP double __cdecl __MINGW_NOTHROW _chgsign (double _X);
279 _CRTIMP double __cdecl __MINGW_NOTHROW _copysign (double _Number,double _Sign);
280 _CRTIMP double __cdecl __MINGW_NOTHROW _logb (double);
281 _CRTIMP double __cdecl __MINGW_NOTHROW _nextafter (double, double)
    [all...]
memory.h 24 _CRTIMP void *__cdecl _memccpy(void *_Dst,const void *_Src,int _Val,size_t _MaxCount);
26 _CRTIMP int __cdecl _memicmp(const void *_Buf1,const void *_Buf2,size_t _Size);
27 _CRTIMP int __cdecl _memicmp_l(const void *_Buf1,const void *_Buf2,size_t _Size,_locale_t _Locale);
tchar.h 454 _CRTIMP size_t __cdecl __wcsncnt(const wchar_t *_Str,size_t _MaxCount);
838 _CRTIMP _CONST_RETURN char *__cdecl _tcschr(const char *_Str,unsigned int _Val);
839 _CRTIMP size_t __cdecl _tcscspn(const char *_Str,const char *_Control);
840 _CRTIMP char *__cdecl _tcsncat(char *_Dst,const char *_Src,size_t _MaxCount);
841 _CRTIMP char *__cdecl _tcsncat_l(char *_Dst,const char *_Src,size_t _MaxCount,_locale_t _Locale);
842 _CRTIMP char *__cdecl _tcsncpy(char *_Dst,const char *_Src,size_t _MaxCount);
843 _CRTIMP char *__cdecl _tcsncpy_l(char *_Dst,const char *_Src,size_t _MaxCount,_locale_t _Locale);
844 _CRTIMP _CONST_RETURN char *__cdecl _tcspbrk(const char *_Str,const char *_Control);
845 _CRTIMP _CONST_RETURN char *__cdecl _tcsrchr(const char *_Str,unsigned int _Ch);
846 _CRTIMP size_t __cdecl _tcsspn(const char *_Str,const char *_Control)
    [all...]
_mingw.h 43 # ifndef _CRTIMP
44 # define _CRTIMP __declspec(dllimport)
55 # ifndef _CRTIMP
61 # define _CRTIMP __attribute__ ((__dllimport__))
63 # define _CRTIMP
70 # ifndef _CRTIMP
71 # define _CRTIMP
306 #define _CRTIMP_NOIA64 _CRTIMP
311 #define _CRTIMP2 _CRTIMP
315 #define _CRTIMP_ALTERNATIVE _CRTIMP
    [all...]
dos.h 39 _CRTIMP unsigned __cdecl _getdiskfree(unsigned _Drive,struct _diskfree_t *_DiskFree);
yvals.h 93 #define _CRTIMP2_NCEEPURE _CRTIMP
101 #define _MRTIMP2_NCEE _CRTIMP
105 #define _MRTIMP2_NCEEPURE _CRTIMP
115 #define _CRTIMP2_PURE _CRTIMP
119 #define _CRTDATA2 _CRTIMP
204 class _CRTIMP _Lockit {
226 class _CRTIMP _Mutex {
242 class _CRTIMP _Init_locks {
259 _CRTIMP void __cdecl _Atexit(void (__cdecl *)(void));
math.h 134 _CRTIMP void __setusermatherr(int (__cdecl *)(struct _exception *));
227 _CRTIMP double __cdecl _cabs(struct _complex _ComplexA);
229 _CRTIMP double __cdecl _j0(double _X);
230 _CRTIMP double __cdecl _j1(double _X);
231 _CRTIMP double __cdecl _jn(int _X,double _Y);
232 _CRTIMP double __cdecl _y0(double _X);
233 _CRTIMP double __cdecl _y1(double _X);
234 _CRTIMP double __cdecl _yn(int _X,double _Y);
237 _CRTIMP int __cdecl _matherr (struct _exception *);
248 _CRTIMP double __cdecl _chgsign (double _X)
    [all...]
locale.h 81 _CRTIMP struct lconv *__cdecl localeconv(void);
91 _CRTIMP wchar_t *__cdecl _wsetlocale(int _Category,const wchar_t *_Locale);
search.h 21 _CRTIMP void *__cdecl _lfind(const void *_Key,const void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *));
22 _CRTIMP void *__cdecl _lsearch(const void *_Key,void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *));
_mingw_secapi.h 59 extern "C" { _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3); }\
70 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3);
75 extern "C" { _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3, __type4 __attrib4 __arg4); }\
87 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3, __type4 __attrib4 __arg4);
94 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2);\
114 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
127 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3);\
177 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
186 extern "C" {_CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;}\
198 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg (…)
    [all...]
stddef.h 18 _CRTIMP extern int *__cdecl _errno(void);
24 _CRTIMP extern unsigned long __cdecl __threadid(void);
26 _CRTIMP extern uintptr_t __cdecl __threadhandle(void);
errno.h 17 _CRTIMP extern int *__cdecl _errno(void);
wctype.h 21 #ifndef _CRTIMP
22 #define _CRTIMP __declspec(dllimport)
123 _CRTIMP int __cdecl __iswcsymf(wint_t);
124 _CRTIMP int __cdecl __iswcsym(wint_t);
excpt.h 40 __MINGW_EXTENSION _CRTIMP EXCEPTION_DISPOSITION __cdecl __C_specific_handler (struct _EXCEPTION_RECORD *_ExceptionRecord,unsigned __int64 _MemoryStackFp,unsigned __int64 _BackingStoreFp,struct _CONTEXT *_ContextRecord,struct _DISPATCHER_CONTEXT *_DispatcherContext,unsigned __int64 _GlobalPointer);
fpieee.h 154 _CRTIMP int __cdecl _fpieee_flt(unsigned long _ExceptionCode,struct _EXCEPTION_POINTERS *_PtExceptionPtr,int (__cdecl *_Handler)(_FPIEEE_RECORD *));
intrin.h     [all...]
  /external/mesa3d/src/glsl/
ralloc.c 39 _CRTIMP int _vscprintf(const char *format, va_list argptr);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 124 extern _CRTIMP ioinfo * __pioinfo[];
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 35 _CRTIMP char *__cdecl strtok_s(char *str, const char *delim, char **context);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 32 _CRTIMP char *__cdecl strtok_s(char *str, const char *delim, char **context);
    [all...]

Completed in 1663 milliseconds

12