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

/freebsd-12-stable/usr.bin/find/
H A Dfunction.c303 time_t xtime; local
306 xtime = entry->fts_statp->st_atime;
309 xtime = entry->fts_statp->st_birthtime;
312 xtime = entry->fts_statp->st_ctime;
314 xtime = entry->fts_statp->st_mtime;
317 COMPARE(now - xtime, plan->t_data.tv_sec);
319 COMPARE((now - xtime + 86400 - 1) / 86400, plan->t_data.tv_sec);
/freebsd-12-stable/sys/fs/cd9660/
H A Diso.h202 char xtime [ISODCL (45, 61)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes

Completed in 112 milliseconds