Home
last modified time | relevance | path

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

12

/openbsd/src/lib/libc/hidden/
Dtime.h35 PROTO_DEPRECATED(ctime_r);
/openbsd/src/include/
Dtime.h137 char *ctime_r(const time_t *, char *)
/openbsd/src/sbin/unwind/libunbound/
Dconfig.h1394 #define ctime_r unbound_ctime_r macro
1395 char *ctime_r(const time_t *timep, char *buf);
/openbsd/src/usr.bin/cvs/
Dremove.c194 ctime_r(&cf->file_ent->ce_mtime, tbuf); in cvs_remove_local()
Dedit.c397 ctime_r(&cf->file_ent->ce_mtime, timebuf); in cvs_unedit_local()
Dclient.c484 ctime_r(&cf->file_ent->ce_mtime, timebuf); in cvs_client_sendfile()
1070 ctime_r(&now, timebuf); in cvs_client_initlog()
Dadd.c514 ctime_r(&cf->file_ent->ce_mtime, tbuf); in add_entry()
/openbsd/src/usr.bin/file/
Dmagic-test.c806 ctime_r(&t, s); in magic_test_type_date()
852 ctime_r(&t, s); in magic_test_type_qdate()
898 ctime_r(&t, s); in magic_test_type_udate()
944 ctime_r(&t, s); in magic_test_type_uqdate()
/openbsd/src/usr.sbin/nsd/
Dtsig.c403 ctime_r(&clock, current_time_text); in tsig_from_query()
407 ctime_r(&clock, signed_time_text); in tsig_from_query()
Dconfigure.ac311 AC_MSG_CHECKING(whether ctime_r works with two arguments)
315 void testing (void) { time_t clock; char current_time[40]; ctime_r(&clock, current_time); }]], [[
908 AC_MSG_CHECKING(for ctime_r prototype in time.h)
909 AC_EGREP_HEADER([[^a-zA-Z_]*ctime_r[^a-zA-Z_]], time.h, AC_DEFINE(HAVE_CTIME_R_PROTO, 1,
910 [if time.h provides ctime_r prototype]) AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
Dacx_nlnetlabs.m4290 t = ctime_r(&time, buf);
327 t = ctime_r(&time, buf);
399 t = ctime_r(&time, buf);
/openbsd/src/gnu/usr.bin/perl/
Dreentr.h880 # define ctime(a) ctime_r(a, PL_reentrant_buffer->_ctime_buffer)
883 # define ctime(a) ctime_r(a, PL_reentrant_buffer->_ctime_buffer, PL_reentrant_buffer->_ctime…
886 # define ctime(a) (ctime_r(a, PL_reentrant_buffer->_ctime_buffer) == 0 ? PL_reentrant_buffer…
889 # define ctime(a) (ctime_r(a, PL_reentrant_buffer->_ctime_buffer, PL_reentrant_buffer->_ctim…
/openbsd/src/usr.bin/last/
Dlast.c627 ct = ctime_r(&buf[0].ut_time, ctbuf); in onintr()
/openbsd/src/sbin/restore/
Dtape.c393 ct1 = ctime_r(&t, ct1buf); in getvol()
394 ct2 = ctime_r(&dumpdate, ct2buf); in getvol()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod319 ~ctime_r() Perl_sv_strftime_tm()
417 ctime_r() inet_network() setspent()
692 ctime_r() getwc() setcontext()
1034 *ctime() ?ctime_r()
1126 ctime_r() gethostbyname_r() secure_getenv()
/openbsd/src/sbin/mount/
Dmount.c506 if (ctime_r(&t, buf)) in prmount()
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddone_abilist.txt256 fun:ctime_r=custom
Ddfsan_custom.cpp880 char *ret = ctime_r(timep, buf); in __dfsw_ctime_r()
896 char *ret = ctime_r(timep, buf); in __dfso_ctime_r()
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in102 /* Define to 1 if you have the `ctime_r' function. */
1389 #define ctime_r unbound_ctime_r macro
1390 char *ctime_r(const time_t *timep, char *buf);
Dacx_nlnetlabs.m4290 t = ctime_r(&time, buf);
327 t = ctime_r(&time, buf);
399 t = ctime_r(&time, buf);
Dconfigure.ac1872 AC_REPLACE_FUNCS(ctime_r)
2223 #define ctime_r unbound_ctime_r
2224 char *ctime_r(const time_t *timep, char *buf);
/openbsd/src/usr.sbin/unbound/testcode/
Dreplay.c692 ctime_r(&tt, buf); in do_macro_ctime()
/openbsd/src/lib/libc/
DSymbols.list1745 ctime_r
/openbsd/src/usr.sbin/unbound/dnstap/
Dunbound-dnstap-socket.c606 (void)ctime_r(&time_t_sec, buf); in tv_to_str()
/openbsd/src/libexec/spamd/
Dspamd.c734 ctime_r(&t, ctimebuf); in initcon()

12