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

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

Completed in 82 milliseconds