Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c122 if ((tp.tv_sec - found->last_access_time) < cache_interval) { in homedir()
129 found->last_access_time = tp.tv_sec; in homedir()
677 pwtab[cur_pwtab_num].last_access_time = 0;
763 pwtab[i].last_access_time,
H A Dhlfsd.h116 u_long last_access_time; member