Symbol: ctime_r
usr/src/boot/include/time.h
182
char *ctime_r(const time_t *, char *);
usr/src/cmd/fs.d/autofs/autod_main.c
380
if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL)
usr/src/cmd/fs.d/autofs/autod_main.c
412
if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL)
usr/src/cmd/fs.d/autofs/autod_main.c
454
if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL)
usr/src/cmd/idmap/idmapd/idmapd.c
549
ctime_r(&ts, cbuf, sizeof (cbuf)));
usr/src/cmd/ldapcachemgr/cachemgr.c
1049
(void) ctime_r(&tv.tv_sec, buffer, BUFSIZ);
usr/src/cmd/ndmpd/ndmp/ndmpd_dtime.c
1011
(void) ctime_r(&ddate, tbuf, sizeof (tbuf));
usr/src/cmd/ndmpd/ndmp/ndmpd_dtime.c
399
(void) ctime_r(&t, tbuf, sizeof (tbuf));
usr/src/cmd/ndmpd/ndmp/ndmpd_dtime.c
974
(void) ctime_r(&ddate, tbuf, sizeof (tbuf));
usr/src/cmd/ndmpd/ndmp/ndmpd_util.c
2051
if ((bp = ctime_r(t, tbuf, BUFSIZ)) == NULL)
usr/src/cmd/nscd/nscd_log.c
195
ctime_r(&tv.tv_sec, buffer, LOGBUFLEN) == NULL) {
usr/src/cmd/smbsrv/smbd/smbd_syslog.c
51
ctime_r(&ts, cbuf, sizeof (cbuf)));
usr/src/cmd/syslogd/syslogd.c
1151
ctime_r(&mp->ts, cbuf) + 4);
usr/src/cmd/syslogd/syslogd.c
1772
(void) strncpy(cp, ctime_r(&ts, cbuf) + 4, 15);
usr/src/cmd/syslogd/syslogd.c
2010
"at %.24s ...\r\n", from, ctime_r(&now, cbuf));
usr/src/cmd/syslogd/syslogd.c
3077
ctime_r(&start_time, cbuf));
usr/src/cmd/syslogd/syslogd.c
423
ctime_r(&start_time, cbuf));
usr/src/cmd/syslogd/syslogd.c
4971
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
4987
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5008
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5032
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5050
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5060
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5078
" shutdown\n", mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5105
mythreadno, ctime_r(&tim, cbuf)+4,
usr/src/cmd/syslogd/syslogd.c
5143
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5190
mythreadno, ctime_r(&tim, cbuf)+4,
usr/src/cmd/syslogd/syslogd.c
5205
mythreadno, ctime_r(&tim, cbuf)+4, drops);
usr/src/cmd/syslogd/syslogd.c
5219
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5260
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/syslogd/syslogd.c
5275
mythreadno, ctime_r(&tim, cbuf)+4);
usr/src/cmd/zic/private.h
1019
char *ctime_r(time_t const *, char *);
usr/src/cmd/zic/private.h
747
char *ctime_r(time_t const *, char *);
usr/src/cmd/zlook/zlook.c
155
if (ctime_r(&sb->st_atime, timebuf, 512)) {
usr/src/cmd/zlook/zlook.c
160
if (ctime_r(&sb->st_mtime, timebuf, 512)) {
usr/src/cmd/zlook/zlook.c
165
if (ctime_r(&sb->st_ctime, timebuf, 512)) {
usr/src/head/time.h
249
extern char *ctime_r(const time_t *, char *);
usr/src/head/time.h
281
extern char *ctime_r(const time_t *, char *, int);
usr/src/lib/libc/port/gen/lfmt_log.c
119
(void) ctime_r(&t, buf, sizeof (buf));
usr/src/lib/libc/port/gen/syslog.c
259
(void) sprintf(o, "%.15s ", ctime_r(&now, timestr, 26) + 4);
usr/src/lib/libdtrace/common/dt_printf.c
461
(void) ctime_r(&sec, src, sizeof (src));
usr/src/lib/libldap5/include/ldap/portable.h
310
#define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b )
usr/src/lib/libldap5/include/ldap/portable.h
312
#define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b)
usr/src/lib/libldap5/include/ldap/portable.h
314
#define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l )
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
43
char *ctime_r(const time_t *, char *, int);
usr/src/lib/libldap5/sources/ldap/util/log.c
156
ctime_r(&now, timestr, 128);
usr/src/lib/pam_modules/unix_session/unix_session.c
174
(void) ctime_r((const time_t *)&cur_time, buf,