/freebsd/contrib/tzcode/ |
H A D | asctime.c | 65 /* Publish asctime_r and ctime_r only when supporting older POSIX. */ 71 # undef ctime_r in asctime_r() 73 # define ctime_r static_ctime_r in asctime_r() 135 ctime_r(const time_t *timep, char *buf) 145 return ctime_r(timep, buf_ctime); 122 ctime_r(const time_t *timep, char *buf) ctime_r() function
|
H A D | private.h | 149 # define ctime_r _incompatible_ctime_r 677 # undef ctime_r 678 # define ctime_r tz_ctime_r 708 char *ctime_r(time_t const *, char *); 977 #undef ctime_r 979 char *ctime_r(time_t const *, char *); 150 # define ctime_r _incompatible_ctime_r global() macro 612 # define ctime_r tz_ctime_r global() macro
|
/freebsd/contrib/ldns/compat/ |
H A D | ctime_r.c | 9 char *ctime_r(const time_t *timep, char *buf) in ctime_r() function
|
/freebsd/contrib/file/src/ |
H A D | ctime_r.c | 12 ctime_r(const time_t *t, char *dst) in ctime_r() function
|
H A D | cdf_time.c | 171 char *ptr = *sec > MAX_CTIME ? NULL : ctime_r(sec, buf); in cdf_ctime()
|
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 | file.h | 679 char *ctime_r(const time_t *, char *);
|
/freebsd/lib/libc/stdtime/ |
H A D | Symbol.map | 22 ctime_r;
|
H A D | Makefile.inc | 28 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
|
/freebsd/contrib/unbound/compat/ |
H A D | ctime_r.c | 23 char *ctime_r(const time_t *timep, char *buf) in ctime_r() function
|
/freebsd/contrib/ntp/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])
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_perfmgr_db.c | 697 char *last_reset = ctime_r(&node->ports[i].last_reset, lr); in dump_node_mr() 699 char *last_err_update = ctime_r(&node->ports[i].err_total.time, leu); in dump_node_mr() 701 char *last_data_update = ctime_r(&node->ports[i].dc_total.time, ldu); in dump_node_mr() 813 char *last_reset = ctime_r(&node->ports[i].last_reset, lr); in dump_node_hr() 815 char *last_err_update = ctime_r(&node->ports[i].err_total.time, leu); in dump_node_hr() 817 char *last_data_update = ctime_r(&node->ports[i].dc_total.time, ldu); in dump_node_hr()
|
/freebsd/usr.bin/logger/ |
H A D | logger.c | 200 (void )ctime_r(&now, tbuf); in main() 226 (void )ctime_r(&now, tbuf); in main()
|
/freebsd/include/ |
H A D | time.h | 157 char *ctime_r(const time_t *, char *);
|
/freebsd/contrib/netbsd-tests/lib/libutil/ |
H A D | t_parsedate.c | 248 (uintmax_t)now, ctime_r(&now, nb), \ in ATF_TC_BODY() 249 s, (uintmax_t)p, ctime_r(&p, pb), (uintmax_t)q, \ in ATF_TC_BODY() 250 ctime_r(&q, qb)); \ in ATF_TC_BODY()
|
/freebsd/lib/libunbound/ |
H A D | config.h | 1410 #define ctime_r unbound_ctime_r macro 1411 char *ctime_r(const time_t *timep, char *buf);
|
/freebsd/contrib/file/ |
H A D | configure.ac | 207 AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r localtime…
|
H A D | README.md | 78 * `src/ctime_r.c` - replacement for OS's that don't have it.
|
H A D | config.h.in | 27 /* Define to 1 if you have the 'ctime_r' function. */
|
/freebsd/contrib/ldns/ |
H A D | acx_nlnetlabs.m4 | 281 t = ctime_r(&time, buf); 318 t = ctime_r(&time, buf); 390 t = ctime_r(&time, buf);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 257 fun:ctime_r=custom
|
/freebsd/contrib/unbound/ |
H A D | acx_nlnetlabs.m4 | 290 t = ctime_r(&time, buf); 327 t = ctime_r(&time, buf); 399 t = ctime_r(&time, buf);
|
H A D | config.h.in | 102 /* Define to 1 if you have the `ctime_r' function. */ 1476 #define ctime_r unbound_ctime_r macro 1477 char *ctime_r(const time_t *timep, char *buf);
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_printf.c | 478 (void) ctime_r(&sec, src, sizeof (src)); in pfprint_time() 480 (void) ctime_r(&sec, src); in pfprint_time()
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 42 /* Define to 1 if you have the `ctime_r' function. */
|