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

/freebsd-current/usr.bin/find/
H A Dfunction.c296 time_t xtime; local
299 xtime = entry->fts_statp->st_atime;
302 xtime = entry->fts_statp->st_birthtime;
305 xtime = entry->fts_statp->st_ctime;
307 xtime = entry->fts_statp->st_mtime;
310 COMPARE(now - xtime, plan->t_data.tv_sec);
312 COMPARE((now - xtime + 86400 - 1) / 86400, plan->t_data.tv_sec);
/freebsd-current/sys/fs/cd9660/
H A Diso.h202 char xtime [ISODCL (45, 61)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes

Completed in 80 milliseconds