Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 25 of 57) sorted by relevance

123

/glibc-2.36/time/
Dtime.h159 extern struct tm *localtime_r (const time_t *__restrict __timer,
167 extern struct tm*__REDIRECT_NTH (localtime_r, (const time_t *__restrict __t,
172 # define localtime_r __localtime_r macro
Dstrptime_l.c36 #if ! HAVE_LOCALTIME_R && ! defined localtime_r
38 # define localtime_r __localtime_r macro
41 # define localtime_r my_localtime_r macro
42 static struct tm *localtime_r (const time_t *, struct tm *);
44 localtime_r (const time_t *t, struct tm *tp) in localtime_r() function
678 if (localtime_r (&secs, tm) == NULL) in __strptime_internal()
Dmktime-internal.h67 # define __localtime_r localtime_r
Dtst-y2039.c43 tm = localtime_r (&ouch, &tmd); in do_test()
Dlocaltime.c47 weak_alias (__localtime_r, localtime_r) in weak_alias() argument
DVersions31 localtime; localtime_r;
Dstrftime_l.c174 # define __localtime_r localtime_r
/glibc-2.36/timezone/
Dprivate.h444 # undef localtime_r
445 # define localtime_r tz_localtime_r macro
515 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
Dzdump.c190 # undef localtime_r
191 # define localtime_r zdump_localtime_r macro
193 localtime_r(time_t *tp, struct tm *tmp) in localtime_r() function
209 return localtime_r(tp, tmp); in localtime_rz()
/glibc-2.36/nscd/
Ddbg_log.c64 localtime_r (&t, &now); in dbg_log()
/glibc-2.36/conform/data/
Dtime.h-data99 function {struct tm*} localtime_r (const time_t*, struct tm*)
/glibc-2.36/manual/
Dtime.texi1062 @deftypefun {struct tm *} localtime_r (const time_t *@var{time}, struct tm *@var{resultp})
1065 @c localtime_r @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
1145 The @code{localtime_r} function works just like the @code{localtime}
1184 This function is similar to @code{localtime_r}, except that it converts
1206 @c mktime_internal(localtime_r) @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
1208 @c ranged_convert(localtime_r) @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
1209 @c *convert = localtime_r dup @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
1361 @c localtime_r dup @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
1368 (@{ struct tm tm; asctime_r (localtime_r (time, &tm), buf); @})
1433 @c localtime_r dup @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
[all …]
Dsyslog.texi300 @c localtime_r dup @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
/glibc-2.36/ChangeLog.old/
DChangeLog.92901 Don't invoke localtime_r or gmtime_r unless it's the GNU C
2902 library's localtime_r and gmtime_r; there are too many buggy
2903 implementations of localtime_r and gmtime_r out there, and
2912 (my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
2917 (my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
4066 included before <time.h> for localtime_r to be declared
4181 * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
4182 Define also if HAVE_LOCALTIME_R && defined localtime_r, with
4183 a body that merely expands localtime_r; this works around a
5529 __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
DChangeLog.71999 (gmtime_r, localtime_r): Undef before defining.
2836 (localtime): Put after localtime_r, to help the compiler inline.
2837 (localtime_r): Use __tz_convert instead of localtime_internal.
4215 * manual/time.texi: Document localtime_r, gmtime_r, asctime_r, and
5715 * time/mktime.c: Define localtime_r function as my_mktime_localtime_r
5717 * time/strftime.c: Define localtime_r function as my_ftime_localtime_r
14382 (localtime_r): Redo #ifdef to make it clear that glibc has
14383 localtime_r now.
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist1196 GLIBC_2.35 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist1208 GLIBC_2.36 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist1235 GLIBC_2.33 localtime_r F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist1232 GLIBC_2.2.6 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist1238 GLIBC_2.32 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/
Dlibc.abilist1290 GLIBC_2.27 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dlibc.abilist1306 GLIBC_2.17 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/
Dlibc.abilist1311 GLIBC_2.16 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibc.abilist1293 GLIBC_2.29 localtime_r F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/
Dlibc.abilist1173 GLIBC_2.2.5 localtime_r F

123