| /openbsd/src/lib/libc/hidden/ |
| D | time.h | 35 PROTO_DEPRECATED(ctime_r);
|
| /openbsd/src/include/ |
| D | time.h | 137 char *ctime_r(const time_t *, char *)
|
| /openbsd/src/sbin/unwind/libunbound/ |
| D | config.h | 1394 #define ctime_r unbound_ctime_r macro 1395 char *ctime_r(const time_t *timep, char *buf);
|
| /openbsd/src/usr.bin/cvs/ |
| D | remove.c | 194 ctime_r(&cf->file_ent->ce_mtime, tbuf); in cvs_remove_local()
|
| D | edit.c | 397 ctime_r(&cf->file_ent->ce_mtime, timebuf); in cvs_unedit_local()
|
| D | client.c | 484 ctime_r(&cf->file_ent->ce_mtime, timebuf); in cvs_client_sendfile() 1070 ctime_r(&now, timebuf); in cvs_client_initlog()
|
| D | add.c | 514 ctime_r(&cf->file_ent->ce_mtime, tbuf); in add_entry()
|
| /openbsd/src/usr.bin/file/ |
| D | magic-test.c | 806 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/ |
| D | tsig.c | 403 ctime_r(&clock, current_time_text); in tsig_from_query() 407 ctime_r(&clock, signed_time_text); in tsig_from_query()
|
| D | configure.ac | 311 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))
|
| D | acx_nlnetlabs.m4 | 290 t = ctime_r(&time, buf); 327 t = ctime_r(&time, buf); 399 t = ctime_r(&time, buf);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | reentr.h | 880 # 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/ |
| D | last.c | 627 ct = ctime_r(&buf[0].ut_time, ctbuf); in onintr()
|
| /openbsd/src/sbin/restore/ |
| D | tape.c | 393 ct1 = ctime_r(&t, ct1buf); in getvol() 394 ct2 = ctime_r(&dumpdate, ct2buf); in getvol()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 319 ~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/ |
| D | mount.c | 506 if (ctime_r(&t, buf)) in prmount()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | done_abilist.txt | 256 fun:ctime_r=custom
|
| D | dfsan_custom.cpp | 880 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/ |
| D | config.h.in | 102 /* 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);
|
| D | acx_nlnetlabs.m4 | 290 t = ctime_r(&time, buf); 327 t = ctime_r(&time, buf); 399 t = ctime_r(&time, buf);
|
| D | configure.ac | 1872 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/ |
| D | replay.c | 692 ctime_r(&tt, buf); in do_macro_ctime()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1745 ctime_r
|
| /openbsd/src/usr.sbin/unbound/dnstap/ |
| D | unbound-dnstap-socket.c | 606 (void)ctime_r(&time_t_sec, buf); in tv_to_str()
|
| /openbsd/src/libexec/spamd/ |
| D | spamd.c | 734 ctime_r(&t, ctimebuf); in initcon()
|