Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/head/
H A Dtime.h246 #pragma redefine_extname ctime_r __posix_ctime_r
249 extern char *ctime_r(const time_t *, char *);
258 #define ctime_r __posix_ctime_r macro
270 ctime_r(const time_t *__time, char *__buf) in ctime_r() function
281 extern char *ctime_r(const time_t *, char *, int);
/titanic_50/usr/src/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()
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dportable.h312 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b )
314 #define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b)
316 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l )
/titanic_50/usr/src/lib/libc/port/gen/
H A Dctime_r.c94 ctime_r(const time_t *t, char *buffer, int buflen) in ctime_r() function
H A Dlfmt_log.c121 (void) ctime_r(&t, buf, sizeof (buf)); in __lfmt_log()
H A Dsyslog.c259 (void) sprintf(o, "%.15s ", ctime_r(&now, timestr, 26) + 4); in vsyslog()
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_syslog.c51 ctime_r(&ts, cbuf, sizeof (cbuf))); in smb_svc_log()
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c425 ctime_r(&start_time, cbuf)); in main()
1160 ctime_r(&mp->ts, cbuf) + 4); in formatsys()
1785 (void) strncpy(cp, ctime_r(&ts, cbuf) + 4, 15); in writemsg()
2023 "at %.24s ...\r\n", from, ctime_r(&now, cbuf)); in wallmsg()
3090 ctime_r(&start_time, cbuf)); in dumpstats()
4986 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5002 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5023 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5047 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5065 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
[all …]
/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c399 (void) ctime_r(&t, tbuf, sizeof (tbuf)); in put_ddate()
974 (void) ctime_r(&ddate, tbuf, sizeof (tbuf)); in ndmpd_put_dumptime()
1011 (void) ctime_r(&ddate, tbuf, sizeof (tbuf)); in ndmpd_append_dumptime()
H A Dndmpd_util.c2051 if ((bp = ctime_r(t, tbuf, BUFSIZ)) == NULL) in cctime()
/titanic_50/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c176 (void) ctime_r((const time_t *)&cur_time, buf, in pam_sm_open_session()
/titanic_50/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c158 ctime_r(&now, timestr, 128); in ldaplog()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c379 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_unmount_1_r()
411 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_lookup_1_r()
453 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_mntinfo_1_r()
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_log.c197 ctime_r(&tv.tv_sec, buffer, LOGBUFLEN) == NULL) { in _nscd_logit()
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Didmapd.c535 ctime_r(&ts, cbuf, sizeof (cbuf))); in idmapdlog()
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common220 ctime_r
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c45 char *ctime_r(const time_t *, char *, int);
/titanic_50/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1050 (void) ctime_r(&tv.tv_sec, buffer, BUFSIZ);
/titanic_50/usr/src/lib/libc/amd64/
H A DMakefile376 ctime_r.o \
/titanic_50/usr/src/lib/libc/sparcv9/
H A DMakefile.com395 ctime_r.o \
/titanic_50/usr/src/lib/libc/i386/
H A DMakefile.com409 ctime_r.o \
/titanic_50/usr/src/lib/libc/sparc/
H A DMakefile.com434 ctime_r.o \
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_printf.c461 (void) ctime_r(&sec, src, sizeof (src)); in pfprint_time()
/titanic_50/usr/src/man/man3c/
H A DMakefile738 ctime_r.3c \
1585 ctime_r.3c := LINKSRC = ctime.3c
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2068 ctime_r;

12