Home
last modified time | relevance | path

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

/freebsd/usr.sbin/repquota/
H A Drepquota.c91 char *timeprt(time_t);
236 timeprt(dqbuf.dqb_btime) : "-"); in repquota()
244 timeprt(dqbuf.dqb_itime) : "-"); in repquota()
333 timeprt(time_t seconds) in timeprt() function
/freebsd/usr.bin/quota/
H A Dquota.c75 static char *timeprt(int64_t seconds);
356 bgrace = timeprt(qup->dqblk.dqb_btime); in showquotas()
358 igrace = timeprt(qup->dqblk.dqb_itime); in showquotas()
439 timeprt(int64_t seconds) in timeprt() function