Symbol: timestr
usr/src/cmd/cmd-inet/usr.bin/finger.c
1304
char *timestr;
usr/src/cmd/cmd-inet/usr.bin/finger.c
1332
timestr = ctime(&buf.st_mtime); /* time last modified */
usr/src/cmd/cmd-inet/usr.bin/finger.c
1333
timestr[24] = '\0'; /* suppress newline (ugh) */
usr/src/cmd/cmd-inet/usr.bin/finger.c
1334
(void) printf("%s", timestr);
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
490
static char timestr[20];
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
495
return (timestr);
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
499
(void) sprintf(timestr, "%02d:%02d:%02d",
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
502
return (timestr);
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
509
static char timestr[30];
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
514
return (timestr);
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
518
(void) sprintf(timestr, "\"%04d-%02d-%02d %02d:%02d:%02d\"",
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
522
return (timestr);
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
532
static char timestr[30];
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
537
return (timestr);
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
541
(void) sprintf(timestr, "%04d-%02d-%02d %02d:%02d:%02d",
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
544
return (timestr);
usr/src/cmd/psrinfo/psrinfo.c
401
(void) printf("%s\n", timestr(time(NULL)));
usr/src/cmd/psrinfo/psrinfo.c
403
_(v->v_state), timestr(v->v_state_begin));
usr/src/cmd/psrinfo/psrinfo.c
447
l->l_id, _(v->v_state), timestr(v->v_state_begin));
usr/src/cmd/w/w.c
616
char timestr[50];
usr/src/cmd/w/w.c
618
(void) strftime(timestr, sizeof (timestr),
usr/src/cmd/w/w.c
620
PRINTF(("%-11s ", timestr));
usr/src/cmd/whodo/whodo.c
841
char timestr[50];
usr/src/cmd/whodo/whodo.c
843
(void) strftime(timestr, sizeof (timestr),
usr/src/cmd/whodo/whodo.c
845
PRINTF(("%-11s ", timestr));
usr/src/lib/libc/port/gen/syslog.c
182
char timestr[26]; /* hardwired value 26 due to Posix */
usr/src/lib/libc/port/gen/syslog.c
259
(void) sprintf(o, "%.15s ", ctime_r(&now, timestr, 26) + 4);
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
908
char *p, *timestr, zone, *fmterr =
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
957
timestr = NSLDAPI_CTIME( &gmttime, buf, sizeof(buf) );
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
959
timestr[ strlen( timestr ) - 1 ] = zone; /* replace trailing newline */
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
961
strcpy( timestr + 11, timestr + 20 );
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
964
return( timestr );
usr/src/lib/libldap5/sources/ldap/util/log.c
156
ctime_r(&now, timestr, 128);
usr/src/lib/libldap5/sources/ldap/util/log.c
159
fprintf(logfd, "%.16s : ", timestr);
usr/src/lib/libldap5/sources/ldap/util/log.c
94
static char timestr[128];
usr/src/lib/libtecla/common/history.c
1316
char timestr[TSLEN+1]; /* The timestamp part of the string */
usr/src/lib/libtecla/common/history.c
1337
strncpy(timestr, string, TSLEN);
usr/src/lib/libtecla/common/history.c
1338
timestr[TSLEN] = '\0';
usr/src/lib/libtecla/common/history.c
1342
if(sscanf(timestr, "%4u%2u%2u%2u%2u%2u", &year, &month, &day, &hour, &min,
usr/src/lib/libzfs/common/libzfs_pool.c
1603
char timestr[128];
usr/src/lib/libzfs/common/libzfs_pool.c
1618
strftime(timestr, 128, 0, &t) != 0) {
usr/src/lib/libzfs/common/libzfs_pool.c
1623
name, timestr);
usr/src/lib/libzfs/common/libzfs_pool.c
1627
name, timestr);
usr/src/lib/libzfs/common/libzfs_pool.c
1655
char timestr[128];
usr/src/lib/libzfs/common/libzfs_pool.c
1679
strftime(timestr, 128, 0, &t) != 0) {
usr/src/lib/libzfs/common/libzfs_pool.c
1683
timestr);