Home | Sort by: relevance | last modified time | path |
/src/usr.bin/systat/ | |
ps.c | 332 time_t startt; local in function:start2str 338 startt = u_start.tv_sec; 339 tp = localtime(&startt); |
/src/bin/ps/ | |
print.c | 792 time_t startt; local in function:started 803 startt = k->p_ustart_sec; 804 tp = localtime(&startt); 825 time_t startt; local in function:lstarted 829 startt = k->p_ustart_sec; 852 safe_strftime(buf, sizeof(buf) - 1, "%c", localtime(&startt)); |