| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | time_r.h | 33 # undef localtime_r 38 # define localtime_r rpl_localtime_r macro 54 struct tm *localtime_r (time_t const * restrict, struct tm * restrict);
|
| D | time_r.c | 66 localtime_r (time_t const * restrict t, struct tm * restrict tp) in localtime_r() function
|
| D | strftime.c | 154 # define __localtime_r localtime_r
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | time_r.m4 | 1 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/ |
| D | cd9660_conversion.c | 158 (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/ |
| D | Makefile.inc | 14 ctime.3 ctime_r.3 ctime.3 gmtime_r.3 ctime.3 localtime_r.3 \
|
| D | strptime.c | 393 if (localtime_r(&sse, tm) == NULL) in _strptime()
|
| D | localtime.c | 1116 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/ |
| D | time.h | 101 struct tm *localtime_r(const time_t *, struct tm *);
|
| /mirbsd/src/gnu/usr.bin/perl/ext/threads/t/ |
| D | libc.t | 26 sub localtime_r {
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | reentr.inc | 1371 # 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…
|
| D | Configure | 14260 ''|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/ |
| D | config.h.in | 626 /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | config_H.ce | 1863 * 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/ |
| D | config_H.vc | 1880 * This symbol, if defined, indicates that the localtime_r routine 1884 * This symbol encodes the prototype of localtime_r.
|
| D | config_H.bc | 1880 * This symbol, if defined, indicates that the localtime_r routine 1884 * This symbol encodes the prototype of localtime_r.
|
| D | config_H.gc | 1880 * This symbol, if defined, indicates that the localtime_r routine 1884 * This symbol encodes the prototype of localtime_r.
|
| D | config_H.vc64 | 1880 * 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/ |
| D | config.plan9 | 1961 * This symbol, if defined, indicates that the localtime_r routine 1965 * This symbol encodes the prototype of localtime_r.
|
| D | config_h.sample | 1908 * 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/ |
| D | config_H | 3904 * This symbol, if defined, indicates that the localtime_r routine 3908 * This symbol encodes the prototype of localtime_r.
|
| D | Glossary | 1193 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/ |
| D | mi | 4593 ./man3/localtime_r.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 6381 ./usr/share/man/cat3/localtime_r.0
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 6706 If you library supports localtime_r() and gmtime_r() add,
|