Home
last modified time | relevance | path

Searched refs:__time64_t (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/secapi/
H A D_gmtime64_s.c7 static errno_t __cdecl _int_gmtime64_s (struct tm *, const __time64_t *);
8 static errno_t __cdecl _stub (struct tm *, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_gmtime64_s))(struct tm *, const __time64_t *) =
14 _stub (struct tm *ptm, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(struct tm *, const __time64_t *) = __MINGW_IMP_SYMBOL(_gmtime64_s); in _stub()
20 f = (errno_t __cdecl (*)(struct tm *, const __time64_t *)) in _stub()
30 _gmtime64_s (struct tm *ptm, const __time64_t *pt) in _gmtime64_s()
36 _int_gmtime64_s (struct tm *ptm, const __time64_t *pt) in _int_gmtime64_s()
H A D_localtime64_s.c7 static errno_t __cdecl _int_localtime64_s (struct tm *, const __time64_t *);
8 static errno_t __cdecl _stub (struct tm *, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_localtime64_s))(struct tm *, const __time64_t *) =
14 _stub (struct tm *ptm, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(struct tm *, const __time64_t *) = __MINGW_IMP_SYMBOL(_localtime64_s); in _stub()
20 f = (errno_t __cdecl (*)(struct tm *, const __time64_t *)) in _stub()
30 _localtime64_s (struct tm *ptm, const __time64_t *pt) in _localtime64_s()
36 _int_localtime64_s (struct tm *ptm, const __time64_t *pt) in _int_localtime64_s()
H A D_ctime64_s.c7 static errno_t __cdecl _int_ctime64_s (char *, size_t, const __time64_t *);
8 static errno_t __cdecl _stub (char *, size_t, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_ctime64_s))(char *, size_t, const __time64_t *) =
14 _stub (char *d, size_t dn, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(char *, size_t, const __time64_t *) = __MINGW_IMP_SYMBOL(_ctime64_s); in _stub()
20 f = (errno_t __cdecl (*)(char *, size_t, const __time64_t *)) in _stub()
30 _ctime64_s (char *d, size_t dn, const __time64_t *pt) in _ctime64_s()
36 _int_ctime64_s (char *d, size_t dn, const __time64_t *pt) in _int_ctime64_s()
H A D_wctime64_s.c7 static errno_t __cdecl _int_wctime64_s (wchar_t *, size_t, const __time64_t *);
8 static errno_t __cdecl _stub (wchar_t *, size_t, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_wctime64_s))(wchar_t *, size_t, const __time64_t *) =
14 _stub (wchar_t *d, size_t dn, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(wchar_t*,size_t, const __time64_t *) = __MINGW_IMP_SYMBOL(_wctime64_s); in _stub()
20 f = (errno_t __cdecl (*)(wchar_t *, size_t, const __time64_t *)) in _stub()
30 _wctime64_s (wchar_t *d, size_t dn, const __time64_t *pt) in _wctime64_s()
36 _int_wctime64_s (wchar_t *d, size_t dn, const __time64_t *pt) in _int_wctime64_s()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/secapi/
H A D_gmtime64_s.c7 static errno_t __cdecl _int_gmtime64_s (struct tm *, const __time64_t *);
8 static errno_t __cdecl _stub (struct tm *, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_gmtime64_s))(struct tm *, const __time64_t *) =
14 _stub (struct tm *ptm, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(struct tm *, const __time64_t *) = __MINGW_IMP_SYMBOL(_gmtime64_s); in _stub()
20 f = (errno_t __cdecl (*)(struct tm *, const __time64_t *)) in _stub()
30 _gmtime64_s (struct tm *ptm, const __time64_t *pt) in _gmtime64_s()
36 _int_gmtime64_s (struct tm *ptm, const __time64_t *pt) in _int_gmtime64_s()
H A D_localtime64_s.c7 static errno_t __cdecl _int_localtime64_s (struct tm *, const __time64_t *);
8 static errno_t __cdecl _stub (struct tm *, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_localtime64_s))(struct tm *, const __time64_t *) =
14 _stub (struct tm *ptm, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(struct tm *, const __time64_t *) = __MINGW_IMP_SYMBOL(_localtime64_s); in _stub()
20 f = (errno_t __cdecl (*)(struct tm *, const __time64_t *)) in _stub()
30 _localtime64_s (struct tm *ptm, const __time64_t *pt) in _localtime64_s()
36 _int_localtime64_s (struct tm *ptm, const __time64_t *pt) in _int_localtime64_s()
H A D_ctime64_s.c7 static errno_t __cdecl _int_ctime64_s (char *, size_t, const __time64_t *);
8 static errno_t __cdecl _stub (char *, size_t, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_ctime64_s))(char *, size_t, const __time64_t *) =
14 _stub (char *d, size_t dn, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(char *, size_t, const __time64_t *) = __MINGW_IMP_SYMBOL(_ctime64_s); in _stub()
20 f = (errno_t __cdecl (*)(char *, size_t, const __time64_t *)) in _stub()
30 _ctime64_s (char *d, size_t dn, const __time64_t *pt) in _ctime64_s()
36 _int_ctime64_s (char *d, size_t dn, const __time64_t *pt) in _int_ctime64_s()
H A D_wctime64_s.c7 static errno_t __cdecl _int_wctime64_s (wchar_t *, size_t, const __time64_t *);
8 static errno_t __cdecl _stub (wchar_t *, size_t, const __time64_t *);
10 errno_t __cdecl (*__MINGW_IMP_SYMBOL(_wctime64_s))(wchar_t *, size_t, const __time64_t *) =
14 _stub (wchar_t *d, size_t dn, const __time64_t *pt) in _stub()
16 errno_t __cdecl (*f)(wchar_t*,size_t, const __time64_t *) = __MINGW_IMP_SYMBOL(_wctime64_s); in _stub()
20 f = (errno_t __cdecl (*)(wchar_t *, size_t, const __time64_t *)) in _stub()
30 _wctime64_s (wchar_t *d, size_t dn, const __time64_t *pt) in _wctime64_s()
36 _int_wctime64_s (wchar_t *d, size_t dn, const __time64_t *pt) in _int_wctime64_s()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dio.h88 __time64_t time_create;
89 __time64_t time_access;
90 __time64_t time_write;
106 __time64_t time_create;
107 __time64_t time_access;
108 __time64_t time_write;
128 __time64_t time_create;
130 __time64_t time_write;
147 __time64_t time_create;
148 __time64_t time_access;
[all …]
H A Dtime.h59 typedef __int64 __time64_t; typedef
67 typedef __time64_t time_t;
141 _CRTIMP __time64_t __cdecl __MINGW_NOTHROW _time64( __time64_t*);
142 _CRTIMP __time64_t __cdecl __MINGW_NOTHROW _mktime64 (struct tm*);
143 _CRTIMP char* __cdecl __MINGW_NOTHROW _ctime64 (const __time64_t*);
144 _CRTIMP struct tm* __cdecl __MINGW_NOTHROW _gmtime64 (const __time64_t*);
145 _CRTIMP struct tm* __cdecl __MINGW_NOTHROW _localtime64 (const __time64_t*);
151 _CRTIMP double __cdecl __MINGW_NOTHROW _difftime64 (__time64_t, __time64_t);
154 _CRTIMP __time64_t __cdecl __MINGW_NOTHROW _mkgmtime64 (struct tm*);
250 _CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wctime64(const __time64_t*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dio.h88 __time64_t time_create;
89 __time64_t time_access;
90 __time64_t time_write;
106 __time64_t time_create;
107 __time64_t time_access;
108 __time64_t time_write;
128 __time64_t time_create;
130 __time64_t time_write;
147 __time64_t time_create;
148 __time64_t time_access;
[all …]
H A Dtime.h59 typedef __int64 __time64_t; typedef
67 typedef __time64_t time_t;
141 _CRTIMP __time64_t __cdecl __MINGW_NOTHROW _time64( __time64_t*);
142 _CRTIMP __time64_t __cdecl __MINGW_NOTHROW _mktime64 (struct tm*);
143 _CRTIMP char* __cdecl __MINGW_NOTHROW _ctime64 (const __time64_t*);
144 _CRTIMP struct tm* __cdecl __MINGW_NOTHROW _gmtime64 (const __time64_t*);
145 _CRTIMP struct tm* __cdecl __MINGW_NOTHROW _localtime64 (const __time64_t*);
151 _CRTIMP double __cdecl __MINGW_NOTHROW _difftime64 (__time64_t, __time64_t);
154 _CRTIMP __time64_t __cdecl __MINGW_NOTHROW _mkgmtime64 (struct tm*);
250 _CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wctime64(const __time64_t*);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h78 __time64_t st_atime;
79 __time64_t st_mtime;
80 __time64_t st_ctime;
92 __time64_t st_atime;
93 __time64_t st_mtime;
94 __time64_t st_ctime;
H A Dtime.h46 __MINGW_EXTENSION typedef __int64 __time64_t; typedef
54 typedef __time64_t time_t;
162 _CRTIMP double __cdecl _difftime64(__time64_t _Time1,__time64_t _Time2);
163 _CRTIMP char *__cdecl _ctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
164 _SECIMP errno_t __cdecl _ctime64_s (char *_Buf,size_t _SizeInBytes,const __time64_t *_Time);
166 _SECIMP errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *_Time);
168 _SECIMP errno_t __cdecl _localtime64_s (struct tm *_Tm,const __time64_t *_Time);
169 _CRTIMP __time64_t __cdecl _mktime64(struct tm *_Tm);
170 _CRTIMP __time64_t __cdecl _mkgmtime64(struct tm *_Tm);
171 _CRTIMP __time64_t __cdecl _time64(__time64_t *_Time);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A D_mingw_stat64.h78 __time64_t st_atime;
79 __time64_t st_mtime;
80 __time64_t st_ctime;
92 __time64_t st_atime;
93 __time64_t st_mtime;
94 __time64_t st_ctime;
H A Dtime.h46 __MINGW_EXTENSION typedef __int64 __time64_t; typedef
54 typedef __time64_t time_t;
162 _CRTIMP double __cdecl _difftime64(__time64_t _Time1,__time64_t _Time2);
163 _CRTIMP char *__cdecl _ctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
164 _SECIMP errno_t __cdecl _ctime64_s (char *_Buf,size_t _SizeInBytes,const __time64_t *_Time);
166 _SECIMP errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *_Time);
168 _SECIMP errno_t __cdecl _localtime64_s (struct tm *_Tm,const __time64_t *_Time);
169 _CRTIMP __time64_t __cdecl _mktime64(struct tm *_Tm);
170 _CRTIMP __time64_t __cdecl _mkgmtime64(struct tm *_Tm);
171 _CRTIMP __time64_t __cdecl _time64(__time64_t *_Time);
[all …]
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/lang/guile/guile-3.0.7/lib/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/archivers/gtar/tar-1.34/gnu/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/net/dhcpd-pools/dhcpd-pools-3.1/lib/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/security/gnutls/gnutls-3.6.16/src/gl/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/math/octave/octave-6.4.0/libgnu/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]
/dports/editors/emacs/emacs-27.2/lib/
H A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
151 && TYPE_MINIMUM (__time64_t) < TYPE_MINIMUM (long_int))
152 ? TYPE_MINIMUM (long_int) : TYPE_MINIMUM (__time64_t));
154 = (TYPE_MAXIMUM (long_int) < TYPE_MAXIMUM (__time64_t)
155 ? TYPE_MAXIMUM (long_int) : TYPE_MAXIMUM (__time64_t));
257 convert_time (struct tm *(*convert) (const __time64_t *, struct tm *), in convert_time() argument
260 __time64_t x = t; in convert_time()
320 __time64_t
322 struct tm *(*convert) (const __time64_t *, struct tm *), in __mktime_internal()
523 __time64_t
[all …]

12345678910>>...18