Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ps/
H A Dps.c391 char loc_stime_str[32]; in stdmain() local
426 len = snprintf(loc_stime_str, sizeof (loc_stime_str), in stdmain()
428 if (len >= sizeof (loc_stime_str)) in stdmain()
429 len = sizeof (loc_stime_str) - 1; in stdmain()
876 (void) printf(" %s", loc_stime_str); in stdmain()