Home
last modified time | relevance | path

Searched refs:_wctime (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dtime.h254 _CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wctime(const time_t*);
256 return(_wctime((time_t*)_v)); in _wctime32()
262 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { in _wctime() function
267 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { in _wctime() function
H A Dwchar.h241 _CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wctime (const __time32_t*); in _wctime32()
242 return _wctime(_v1); in _wctime32()
248 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { return(_wctime32 (_v)); } in _wctime() function
251 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { return(_wctime64 (_v)); } in _wctime() function
256 #define _wctime _wctime32 macro
259 #define _wctime _wctime64 macro
H A Dtchar.h188 #define _tctime _wctime
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dtime.h254 _CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wctime(const time_t*);
256 return(_wctime((time_t*)_v)); in _wctime32()
262 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { in _wctime() function
267 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { in _wctime() function
H A Dwchar.h241 _CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wctime (const __time32_t*); in _wctime32()
242 return _wctime(_v1); in _wctime32()
248 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { return(_wctime32 (_v)); } in _wctime() function
251 _CRTALIAS wchar_t* __cdecl __MINGW_NOTHROW _wctime (const time_t* _v) { return(_wctime64 (_v)); } in _wctime() function
256 #define _wctime _wctime32 macro
259 #define _wctime _wctime64 macro
H A Dtchar.h188 #define _tctime _wctime
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtime.h191 wchar_t *__cdecl _wctime(const time_t *) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
194 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } in _wctime() function
196 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); } in _wctime() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtime.h191 wchar_t *__cdecl _wctime(const time_t *) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
194 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } in _wctime() function
196 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); } in _wctime() function
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dtime.h189 wchar_t * _wctime(const time_t*);
H A Dwchar.h233 wchar_t* _wctime (const time_t*);
H A Dtchar.h177 #define _tctime _wctime
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/stdc/
H A Dwchar_.d267 wchar_t* _wctime(time_t*); // non-standard
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/stdc/
H A Dwchar_.d267 wchar_t* _wctime(time_t*); // non-standard
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/stdc/
H A Dwchar_.d267 wchar_t* _wctime(time_t*); // non-standard
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/stdc/
H A Dwchar_.d267 wchar_t* _wctime(time_t*); // non-standard
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/stdc/
H A Dwchar_.d284 wchar_t* _wctime(time_t*); // non-standard
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/stdc/
H A Dwchar_.d284 wchar_t* _wctime(time_t*); // non-standard
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/stdc/
H A Dwchar_.d284 wchar_t* _wctime(time_t*); // non-standard
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/stdc/
H A Dwchar_.d284 wchar_t* _wctime(time_t*); // non-standard
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/stdc/
H A Dwchar_.d284 wchar_t* _wctime(time_t*); // non-standard
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/stdc/
H A Dwchar_.d284 wchar_t* _wctime(time_t*); // non-standard
/dports/devel/libsmraw/libsmraw-20210807/smrawtools/
H A Dprocess_status.c167 static_ctime_string = _wctime( in process_status_get_ctime_string()
/dports/devel/upp/upp/bazaar/plugin/tcc/lib/
H A Dmsvcrt.def519 _wctime
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper_i18n.h178 #define _tctime _wctime
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dmsvcrt.def.in1194 _wctime
1195 F_I386(_wctime32 == _wctime)

12