Searched refs:GET_ST_ATIME_NSEC (Results 1 - 3 of 3) 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
H A Dcond.c354 #if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC)
358 GET_ST_ATIME_NSEC(*st) > GET_ST_MTIME_NSEC(*st) :
H A Dglob.c60 #ifdef GET_ST_ATIME_NSEC
408 #ifdef GET_ST_ATIME_NSEC
409 matchptr->ansec = GET_ST_ATIME_NSEC(buf);
424 #ifdef GET_ST_ATIME_NSEC
425 matchptr->_ansec = GET_ST_ATIME_NSEC(buf2);
915 #ifdef GET_ST_ATIME_NSEC
942 #ifdef GET_ST_ATIME_NSEC

Completed in 80 milliseconds