Home
last modified time | relevance | path

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

12

/illumos-gate/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);
/illumos-gate/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()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h310 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b )
312 #define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b)
314 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l )
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime_r.c92 ctime_r(const time_t *t, char *buffer, int buflen) in ctime_r() function
H A Dlfmt_log.c119 (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()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_syslog.c51 ctime_r(&ts, cbuf, sizeof (cbuf))); in smb_svc_log()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c423 ctime_r(&start_time, cbuf)); in main()
1151 ctime_r(&mp->ts, cbuf) + 4); in formatsys()
3077 ctime_r(&start_time, cbuf)); in dumpstats()
4971 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
4987 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5008 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5060 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5105 mythreadno, ctime_r(&tim, cbuf)+4, in reconfigure()
5143 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5190 mythreadno, ctime_r(&tim, cbuf)+4, in reconfigure()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/boot/include/
H A Dtime.h182 char *ctime_r(const time_t *, char *);
/illumos-gate/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c174 (void) ctime_r((const time_t *)&cur_time, buf, in pam_sm_open_session()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dlog.c156 ctime_r(&now, timestr, 128); in ldaplog()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c380 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_unmount_1_r()
412 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_lookup_1_r()
454 if (ctime_r(&timenow, ctime_buf, CTIME_BUF_LEN) == NULL) in autofs_mntinfo_1_r()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_log.c195 ctime_r(&tv.tv_sec, buffer, LOGBUFLEN) == NULL) { in _nscd_logit()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c546 ctime_r(&ts, cbuf, sizeof (cbuf))); in idmapdlog()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common220 ctime_r
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c43 char *ctime_r(const time_t *, char *, int);
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1049 (void) ctime_r(&tv.tv_sec, buffer, BUFSIZ);
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile380 ctime_r.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com416 ctime_r.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com398 ctime_r.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com440 ctime_r.o \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c461 (void) ctime_r(&sec, src, sizeof (src)); in pfprint_time()
/illumos-gate/usr/src/man/man3c/
H A DMakefile758 ctime_r.3c \
1659 ctime_r.3c := LINKSRC = ctime.3c

12