Home
last modified time | relevance | path

Searched refs:ST_MTIM_NSEC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/diff/
H A Dconfig.h469 #define ST_MTIM_NSEC tv_nsec macro
/freebsd/contrib/diff/src/
H A Dcontext.c26 #ifdef ST_MTIM_NSEC
27 # define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC)
H A Ddiff.c629 #ifdef ST_MTIM_NSEC in main()
1001 #ifdef ST_MTIM_NSEC in set_mtime_to_now()
1014 st->st_mtim.ST_MTIM_NSEC = timeval.tv_usec * 1000; in set_mtime_to_now()