/titanic_50/usr/src/head/ |
H A D | time.h | 246 #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 D | zlook.c | 155 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 D | portable.h | 312 #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 D | ctime_r.c | 94 ctime_r(const time_t *t, char *buffer, int buflen) in ctime_r() function
|
H A D | lfmt_log.c | 121 (void) ctime_r(&t, buf, sizeof (buf)); in __lfmt_log()
|
H A D | syslog.c | 259 (void) sprintf(o, "%.15s ", ctime_r(&now, timestr, 26) + 4); in vsyslog()
|
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_syslog.c | 51 ctime_r(&ts, cbuf, sizeof (cbuf))); in smb_svc_log()
|
/titanic_50/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 425 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 D | ndmpd_dtime.c | 399 (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 D | ndmpd_util.c | 2051 if ((bp = ctime_r(t, tbuf, BUFSIZ)) == NULL) in cctime()
|
/titanic_50/usr/src/lib/pam_modules/unix_session/ |
H A D | unix_session.c | 176 (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 D | log.c | 158 ctime_r(&now, timestr, 128); in ldaplog()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 379 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 D | nscd_log.c | 197 ctime_r(&tv.tv_sec, buffer, LOGBUFLEN) == NULL) { in _nscd_logit()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.c | 535 ctime_r(&ts, cbuf, sizeof (cbuf))); in idmapdlog()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 220 ctime_r
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | tmplout.c | 45 char *ctime_r(const time_t *, char *, int);
|
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1050 (void) ctime_r(&tv.tv_sec, buffer, BUFSIZ);
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 376 ctime_r.o \
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 395 ctime_r.o \
|
/titanic_50/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 409 ctime_r.o \
|
/titanic_50/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 434 ctime_r.o \
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_printf.c | 461 (void) ctime_r(&sec, src, sizeof (src)); in pfprint_time()
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 738 ctime_r.3c \ 1585 ctime_r.3c := LINKSRC = ctime.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2068 ctime_r;
|