/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | time.d | 484 char* ctime_r(const scope time_t*, char*); in version() 491 char* ctime_r(const scope time_t*, char*); in version() 498 char* ctime_r(const scope time_t*, char*); in version() 505 char* ctime_r(const scope time_t*, char*); in version() 512 char* ctime_r(const scope time_t*, char*); in version() 519 char* ctime_r(const scope time_t*, char*); in version() 526 char* ctime_r(const scope time_t*, char*); in version() 533 char* ctime_r(const scope time_t*, char*); in version() 540 char* ctime_r(const scope time_t*, char*); in version() 547 char* ctime_r(const scope time_t*, char*); in version()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | time_r.h | 31 # undef ctime_r 36 # define ctime_r rpl_ctime_r macro 46 char *ctime_r (time_t const *, char *);
|
H A D | time_r.c | 57 ctime_r (time_t const *t, char *buf) in ctime_r() function
|
/netbsd-src/lib/libc/compat/time/ |
H A D | compat_asctime.c | 18 __weak_alias(ctime_r,_ctime_r) 22 __warn_references(ctime_r,
|
H A D | compat_localtime.c |
|
/netbsd-src/lib/libc/time/ |
H A D | private.h | 194 # define ctime_r _incompatible_ctime_r 734 # undef ctime_r 735 # define ctime_r tz_ctime_r 765 char *ctime_r(time_t const *, char *); 1040 #undef ctime_r 1042 char *ctime_r(time_t const *, char *); 163 # define ctime_r _incompatible_ctime_r global() macro 629 # define ctime_r tz_ctime_r global() macro
|
H A D | asctime.c | 32 /* Publish asctime_r and ctime_r only when supporting older POSIX. */ 38 # undef ctime_r 40 # define ctime_r static_ctime_r 174 ctime_r(const time_t *timep, char *buf) 149 ctime_r(const time_t *timep, char *buf) ctime_r() function
|
H A D | Makefile.inc | 10 MLINKS+=ctime.3 ctime_r.3 \
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | time_r.m4 | 21 [[/* mingw's <time.h> provides the functions asctime_r, ctime_r, 40 [[/* mingw's <time.h> provides the functions asctime_r, ctime_r, 74 [[/* mingw's <time.h> provides the functions asctime_r, ctime_r,
|
/netbsd-src/external/cddl/osnet/dist/cmd/zlook/ |
H A D | zlook.c | 155 if (ctime_r(&sb->st_atime, timebuf, 512)) { in print_stats() 160 if (ctime_r(&sb->st_mtime, timebuf, 512)) { in print_stats() 165 if (ctime_r(&sb->st_ctime, timebuf, 512)) { in print_stats()
|
/netbsd-src/external/bsd/openldap/dist/build/ |
H A D | openldap.m4 | 659 dnl check no of arguments for ctime_r 661 [AC_CACHE_CHECK(number of arguments of ctime_r, ol_cv_func_ctime_r_nargs, 662 …[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[time_t ti; char *buffer; ctime_r(&ti,… 664 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[time_t ti; char *buffer; ctime_r(&ti,b… 683 [set to the number of arguments ctime_r() expects]) 688 dnl check return type of ctime_r() 690 [AC_CACHE_CHECK(return type of ctime_r, ol_cv_func_ctime_r_type, 691 …[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[extern int (ctime_r)();]])],[ol_cv_fu… 694 AC_DEFINE(CTIME_R_RETURNS_INT,1, [define if ctime_r() returns int])
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | ctime_r.c | 18 ctime_r(const time_t *t, char *dst) in ctime_r() function
|
H A D | Makefile.in | 171 $(DEPDIR)/ctime_r.Plo $(DEPDIR)/dprintf.Plo \ 233 asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \ 516 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctime_r.Plo@am__quote@ # am--include-marker 744 -rm -f $(DEPDIR)/ctime_r.Plo 825 -rm -f $(DEPDIR)/ctime_r.Plo
|
H A D | cdf_time.c | 177 char *ptr = *sec > MAX_CTIME ? NULL : ctime_r(sec, buf); in cdf_ctime()
|
/netbsd-src/external/bsd/unbound/dist/compat/ |
H A D | ctime_r.c | 23 char *ctime_r(const time_t *timep, char *buf) in ctime_r() function
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | stdtime.c | 60 INSIST(ctime_r(&when, out) != NULL); in isc_stdtime_tostring()
|
/netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
H A D | openldap.m4 | 964 dnl check no of arguments for ctime_r 966 [AC_CACHE_CHECK(number of arguments of ctime_r, ol_cv_func_ctime_r_nargs, 967 …[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[time_t ti; char *buffer; ctime_r(&ti,… 969 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[time_t ti; char *buffer; ctime_r(&ti,b… 988 [set to the number of arguments ctime_r() expects]) 993 dnl check return type of ctime_r() 995 [AC_CACHE_CHECK(return type of ctime_r, ol_cv_func_ctime_r_type, 996 …[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[extern int (ctime_r)();]])],[ol_cv_fu… 999 AC_DEFINE(CTIME_R_RETURNS_INT,1, [define if ctime_r() returns int])
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | stdtime.c | 68 INSIST((ctime_r(&when, out) != NULL)); in isc_stdtime_tostring()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | time.in.h | 447 # undef ctime_r 448 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|
/netbsd-src/external/bsd/unbound/include/ |
H A D | config.h | 1335 #define ctime_r unbound_ctime_r macro 1336 char *ctime_r(const time_t *timep, char *buf);
|
/netbsd-src/usr.sbin/ldpd/ |
H A D | ldp_errors.c | 111 ctime_r(&t, buf); in printtime()
|
/netbsd-src/lib/libc/compat/include/ |
H A D | time.h | 87 char *ctime_r(const int32_t *, char *);
|
/netbsd-src/tests/lib/libutil/ |
H A D | t_parsedate.c | 298 (uintmax_t)now, ctime_r(&now, nb), \ in ATF_TC_BODY() 299 s, (uintmax_t)p, ctime_r(&p, pb), (uintmax_t)q, \ in ATF_TC_BODY() 300 ctime_r(&q, qb)); \ in ATF_TC_BODY()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | util-int.c | 103 return( ctime_r(tp,buf,26) < 0 ? 0 : buf ); in ldap_pvt_ctime() 105 return ctime_r(tp,buf,26); in ldap_pvt_ctime() 107 return ctime_r(tp,buf); in ldap_pvt_ctime()
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
H A D | time.h | 958 # undef ctime_r 959 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "
|