Home
last modified time | relevance | path

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

12

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dtime_r.h33 # undef localtime_r
38 # define localtime_r rpl_localtime_r macro
54 struct tm *localtime_r (time_t const * restrict, struct tm * restrict);
Dtime_r.c66 localtime_r (time_t const * restrict t, struct tm * restrict tp) in localtime_r() function
Dstrftime.c154 # define __localtime_r localtime_r
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dtime_r.m41 dnl Reentrant time functions like localtime_r.
15 AC_CACHE_CHECK([whether localtime_r is compatible with its POSIX signature],
22 struct tm * (*ptr) (time_t const *, struct tm *) = localtime_r;],
27 [Define to 1 if localtime_r, etc. have the type signatures that
/mirbsd/src/usr.sbin/makefs/cd9660/
Dcd9660_conversion.c158 (void)localtime_r(&tim, &t); in cd9660_compute_gm_offset()
179 (void)localtime_r(&tim, &t); in cd9660_time_8426()
198 (void)localtime_r(&tim, &t); in cd9660_time_915()
/mirbsd/src/lib/libc/time/
DMakefile.inc14 ctime.3 ctime_r.3 ctime.3 gmtime_r.3 ctime.3 localtime_r.3 \
Dstrptime.c393 if (localtime_r(&sse, tm) == NULL) in _strptime()
Dlocaltime.c1116 localtime_r(timep, p_tm) in localtime_r() function
1136 return localtime_r(timep, p_tm);
1302 return asctime_r(localtime_r(timep, &mytm), buf);
/mirbsd/src/include/
Dtime.h101 struct tm *localtime_r(const time_t *, struct tm *);
/mirbsd/src/gnu/usr.bin/perl/ext/threads/t/
Dlibc.t26 sub localtime_r {
/mirbsd/src/gnu/usr.bin/perl/
Dreentr.inc1371 # define localtime(a) (localtime_r(a, &PL_reentrant_buffer->_localtime_struct) ? &PL_reentran…
1374 # define localtime(a) (localtime_r(a, &PL_reentrant_buffer->_localtime_struct) == 0 ? &PL_ree…
DConfigure14260 ''|0) try='struct tm* localtime_r(const time_t*, struct tm*);'
14264 ''|0) try='int localtime_r(const time_t*, struct tm*);'
/mirbsd/src/gnu/usr.bin/cvs/
Dconfig.h.in626 /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce1863 * This symbol, if defined, indicates that the localtime_r routine
1867 * This symbol encodes the prototype of localtime_r.
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc1880 * This symbol, if defined, indicates that the localtime_r routine
1884 * This symbol encodes the prototype of localtime_r.
Dconfig_H.bc1880 * This symbol, if defined, indicates that the localtime_r routine
1884 * This symbol encodes the prototype of localtime_r.
Dconfig_H.gc1880 * This symbol, if defined, indicates that the localtime_r routine
1884 * This symbol encodes the prototype of localtime_r.
Dconfig_H.vc641880 * This symbol, if defined, indicates that the localtime_r routine
1884 * This symbol encodes the prototype of localtime_r.
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan91961 * This symbol, if defined, indicates that the localtime_r routine
1965 * This symbol encodes the prototype of localtime_r.
Dconfig_h.sample1908 * This symbol, if defined, indicates that the localtime_r routine
1912 * This symbol encodes the prototype of localtime_r.
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H3904 * This symbol, if defined, indicates that the localtime_r routine
3908 * This symbol encodes the prototype of localtime_r.
DGlossary1193 which indicates to the C program that the localtime_r()
3446 This variable encodes the prototype of localtime_r.
/mirbsd/src/distrib/lists/htman/htmi/
Dmi4593 ./man3/localtime_r.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi6381 ./usr/share/man/cat3/localtime_r.0
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt6706 If you library supports localtime_r() and gmtime_r() add,

12