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

/freebsd-current/usr.bin/ipcs/
H A Dipcs.c53 void cvt_time(time_t, char *);
88 cvt_time(time_t t, char *buf) function
340 cvt_time(kmsqptr->u.msg_stime, stime_buf);
341 cvt_time(kmsqptr->u.msg_rtime, rtime_buf);
342 cvt_time(kmsqptr->u.msg_ctime, ctime_buf);
420 cvt_time(kshmptr->u.shm_atime, atime_buf);
421 cvt_time(kshmptr->u.shm_dtime, dtime_buf);
422 cvt_time(kshmptr->u.shm_ctime, ctime_buf);
504 cvt_time(ksemaptr->u.sem_otime, otime_buf);
505 cvt_time(ksemapt
[all...]

Completed in 64 milliseconds