Searched refs:sttim (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ps/ |
H A D | ucbps.c | 1043 char sttim[26]; in prtime() local 1051 (void) strftime(sttim, sizeof (sttim), "%b %d", in prtime() 1054 (void) strftime(sttim, sizeof (sttim), "%H:%M:%S", in prtime() 1057 (void) printf("%9.9s", sttim); in prtime()
|
H A D | ps.c | 2229 char sttim[26]; in prtime() local 2236 (void) strftime(sttim, sizeof (sttim), old? in prtime() 2258 (void) strftime(sttim, sizeof (sttim), in prtime() 2262 (void) printf("%*.*s", width, width, sttim); in prtime()
|