Home
last modified time | relevance | path

Searched refs:sttim (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c1045 char sttim[26]; in prtime() local
1053 (void) strftime(sttim, sizeof (sttim), "%b %d", in prtime()
1056 (void) strftime(sttim, sizeof (sttim), "%H:%M:%S", in prtime()
1059 (void) printf("%9.9s", sttim); in prtime()
H A Dps.c2250 char sttim[26]; in prtime() local
2257 (void) strftime(sttim, sizeof (sttim), old? in prtime()
2279 (void) strftime(sttim, sizeof (sttim), in prtime()
2283 (void) printf("%*.*s", width, width, sttim); in prtime()