Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ps/
H A Dps.c389 char loc_stime_str[32]; in stdmain() local
424 len = snprintf(loc_stime_str, sizeof (loc_stime_str), in stdmain()
426 if (len >= sizeof (loc_stime_str)) in stdmain()
427 len = sizeof (loc_stime_str) - 1; in stdmain()
873 (void) printf(" %s", loc_stime_str); in stdmain()