Searched defs:GET_ST_ATIME_NSEC (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h833 # define GET_ST_ATIME_NSEC(st) (st).st_atim.tv_nsec macro
835 # define GET_ST_ATIME_NSEC(st) (st).st_atimespec.tv_nsec macro
837 # define GET_ST_ATIME_NSEC(st) (st).st_atimensec macro

Completed in 115 milliseconds