Home
last modified time | relevance | path

Searched refs:ctime_r (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtime.d484 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 Dtime_r.h31 # undef ctime_r
36 # define ctime_r rpl_ctime_r macro
46 char *ctime_r (time_t const *, char *);
H A Dtime_r.c57 ctime_r (time_t const *t, char *buf) in ctime_r() function
/netbsd-src/lib/libc/compat/time/
H A Dcompat_asctime.c18 __weak_alias(ctime_r,_ctime_r)
22 __warn_references(ctime_r,
H A Dcompat_localtime.c
/netbsd-src/lib/libc/time/
H A Dprivate.h194 # 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 Dasctime.c32 /* 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 DMakefile.inc10 MLINKS+=ctime.3 ctime_r.3 \
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dtime_r.m421 [[/* 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 Dzlook.c155 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 Dopenldap.m4659 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 Dctime_r.c18 ctime_r(const time_t *t, char *dst) in ctime_r() function
H A DMakefile.in171 $(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 Dcdf_time.c177 char *ptr = *sec > MAX_CTIME ? NULL : ctime_r(sec, buf); in cdf_ctime()
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dctime_r.c23 char *ctime_r(const time_t *timep, char *buf) in ctime_r() function
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dstdtime.c60 INSIST(ctime_r(&when, out) != NULL); in isc_stdtime_tostring()
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dopenldap.m4964 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 Dstdtime.c68 INSIST((ctime_r(&when, out) != NULL)); in isc_stdtime_tostring()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dtime.in.h447 # 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 Dconfig.h1335 #define ctime_r unbound_ctime_r macro
1336 char *ctime_r(const time_t *timep, char *buf);
/netbsd-src/usr.sbin/ldpd/
H A Dldp_errors.c111 ctime_r(&t, buf); in printtime()
/netbsd-src/lib/libc/compat/include/
H A Dtime.h87 char *ctime_r(const int32_t *, char *);
/netbsd-src/tests/lib/libutil/
H A Dt_parsedate.c298 (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 Dutil-int.c103 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 Dtime.h958 # undef ctime_r
959 _GL_WARN_ON_USE (ctime_r, "ctime_r can overrun buffers in some cases - "

1234