Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/systat/
H A Dps.c97 const char *user, *comm, *state, *tty, *start, *time_str; in showps() local
126 time_str = time2str(pt[k].pt_kp); in showps()
135 time_str, comm); in showps()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c965 char *time_str; in _udevcookies() local
987 time_str = ctime((const time_t *) &sdata.sem_otime); in _udevcookies()
990 sid, val, time_str ? time_str : "unknown\n"); in _udevcookies()