| /src/external/gpl2/xcvs/dist/lib/ |
| time_r.h | 31 # undef ctime_r macro 36 # define ctime_r rpl_ctime_r macro 46 char *ctime_r (time_t const *, char *);
|
| time_r.c | 57 ctime_r (time_t const *t, char *buf) function
|
| /src/lib/libc/compat/time/ |
| compat_asctime.c | 18 __weak_alias(ctime_r,_ctime_r) 22 __warn_references(ctime_r, 23 "warning: reference to compatibility ctime_r();"
|
| /src/external/bsd/file/dist/src/ |
| ctime_r.c | 1 /* $NetBSD: ctime_r.c,v 1.1.1.4 2023/08/18 18:36:49 christos Exp $ */ 3 /* $File: ctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $ */ 8 FILE_RCSID("@(#)$File: ctime_r.c,v 1.3 2022/09/24 20:30:13 christos Exp $") 10 __RCSID("$NetBSD: ctime_r.c,v 1.1.1.4 2023/08/18 18:36:49 christos Exp $"); 16 /* ctime_r is not thread-safe anyway */ 18 ctime_r(const time_t *t, char *dst) function
|
| cdf_time.c | 177 char *ptr = *sec > MAX_CTIME ? NULL : ctime_r(sec, buf);
|
| /src/external/bsd/unbound/dist/compat/ |
| ctime_r.c | 13 /** cleanup ctime_r on exit */ 23 char *ctime_r(const time_t *timep, char *buf) function
|
| /src/lib/libc/time/ |
| asctime.c | 32 /* Publish asctime_r and ctime_r only when supporting older POSIX. */ 38 # undef ctime_r macro 40 # define ctime_r static_ctime_r macro 174 ctime_r(const time_t *timep, char *buf) function
|
| private.h | 205 # define ctime_r _incompatible_ctime_r macro 768 # undef ctime_r macro 769 # define ctime_r tz_ctime_r macro 799 char *ctime_r(time_t const *, char *); 1097 # undef ctime_r macro 1099 char *ctime_r(time_t const *, char *);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| stdtime.c | 60 INSIST(ctime_r(&when, out) != NULL);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| time.d | 476 char* ctime_r(const scope time_t*, char*); 484 char* ctime_r(const scope time_t*, char*); 491 char* ctime_r(const scope time_t*, char*); 498 char* ctime_r(const scope time_t*, char*); 505 char* ctime_r(const scope time_t*, char*); 512 char* ctime_r(const scope time_t*, char*); 519 char* ctime_r(const scope time_t*, char*); 526 char* ctime_r(const scope time_t*, char*); 533 char* ctime_r(const scope time_t*, char*); 540 char* ctime_r(const scope time_t*, char*) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| stdtime.c | 68 INSIST((ctime_r(&when, out) != NULL));
|
| /src/lib/libc/compat/include/ |
| time.h | 87 char *ctime_r(const int32_t *, char *);
|
| /src/external/cddl/osnet/dist/cmd/zlook/ |
| zlook.c | 155 if (ctime_r(&sb->st_atime, timebuf, 512)) { 160 if (ctime_r(&sb->st_mtime, timebuf, 512)) { 165 if (ctime_r(&sb->st_ctime, timebuf, 512)) {
|
| /src/usr.sbin/ldpd/ |
| ldp_errors.c | 111 ctime_r(&t, buf);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| time.in.h | 40 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 447 # undef ctime_r 448 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| time.in.h | 40 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 447 # undef ctime_r 448 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|
| /src/tests/lib/libutil/ |
| t_parsedate.c | 298 (uintmax_t)now, ctime_r(&now, nb), \ 299 s, (uintmax_t)p, ctime_r(&p, pb), (uintmax_t)q, \ 300 ctime_r(&q, qb)); \
|
| /src/external/bsd/unbound/include/ |
| config.h | 103 /* Define to 1 if you have the 'ctime_r' function. */ 1515 #define ctime_r unbound_ctime_r macro 1516 char *ctime_r(const time_t *timep, char *buf);
|
| /src/include/ |
| time.h | 178 char *ctime_r(const time_t *, char *) __RENAME(__ctime_r50);
|
| /src/external/bsd/file/dist/ |
| README.md | 78 * `src/ctime_r.c` - replacement for OS's that don't have it.
|
| /src/external/bsd/nsd/dist/ |
| tsig.c | 403 ctime_r(&clock, current_time_text); 407 ctime_r(&clock, signed_time_text);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 958 # undef ctime_r macro 959 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 958 # undef ctime_r macro 959 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 958 # undef ctime_r macro 959 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| time.h | 45 /* mingw's <time.h> provides the functions asctime_r, ctime_r, gmtime_r, 958 # undef ctime_r macro 959 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|