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

/freebsd-11.0-release/usr.bin/find/
H A Dfunction.c301 time_t xtime; local
304 xtime = entry->fts_statp->st_atime;
306 xtime = entry->fts_statp->st_birthtime;
308 xtime = entry->fts_statp->st_ctime;
310 xtime = entry->fts_statp->st_mtime;
313 COMPARE(now - xtime, plan->t_data.tv_sec);
315 COMPARE((now - xtime + 86400 - 1) / 86400, plan->t_data.tv_sec);
/freebsd-11.0-release/sys/fs/cd9660/
H A Diso.h199 char xtime [ISODCL (45, 61)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes

Completed in 58 milliseconds