Searched refs:st_atimensec (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h146 long st_atimensec; /* nsec of last access */ \
208 long st_atimensec; /* nsec of last access */ member in struct:stat
257 user64_long_t st_atimensec; /* nsec of last access */ member in struct:user64_stat
290 user32_long_t st_atimensec; /* nsec of last access */ member in struct:user32_stat
324 user64_long_t st_atimensec; /* nsec of last access */ member in struct:user64_stat64
356 user32_long_t st_atimensec; /* nsec of last access */ member in struct:user32_stat64
/macosx-10.10/file_cmds-242/ls/
H A Dcmp.c57 #define ATIMENSEC_CMP(x, op, y) ((x)->st_atimensec op (y)->st_atimensec)
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfilestat.c100 finfo->atime += info->st_atimensec / APR_TIME_C(1000);
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h837 # define GET_ST_ATIME_NSEC(st) (st).st_atimensec
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c10374 usbp->st_atimensec = sbp->st_atimensec;
10410 usbp->st_atimensec = sbp->st_atimensec;
10451 usbp->st_atimensec = sbp->st_atimensec;
10491 usbp->st_atimensec = sbp->st_atimensec;
/macosx-10.10/ruby-106/ruby/
H A Dfile.c655 ts.tv_nsec = st->st_atimensec;

Completed in 318 milliseconds