Home
last modified time | relevance | path

Searched refs:TIMESPEC_NS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/diff/src/
H A Dcontext.c27 # define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC) macro
29 # define TIMESPEC_NS(timespec) 0 macro
60 long nsec = TIMESPEC_NS (inf->stat.st_mtim); in print_context_label()
/freebsd/contrib/diff/
H A DChangeLog1550 (TIMESPEC_NS): New macro.