dst_ns 155 maint/gnulib/lib/utimecmp.c int dst_ns = get_stat_mtime_ns (dst_stat); dst_ns 166 maint/gnulib/lib/utimecmp.c + ((long long) dst_ns - (long long) src_ns); dst_ns 187 maint/gnulib/lib/utimecmp.c if (dst_s == src_s && dst_ns == src_ns) dst_ns 278 maint/gnulib/lib/utimecmp.c int dst_m_ns = dst_ns; dst_ns 336 maint/gnulib/lib/utimecmp.c if (src_s < dst_s || (src_s == dst_s && src_ns <= dst_ns)) dst_ns 339 maint/gnulib/lib/utimecmp.c || (dst_s == s && dst_ns < src_ns - src_ns % res)) dst_ns 411 maint/gnulib/lib/utimecmp.c + ((dst_s == src_s ? ~0 : 0) & _GL_CMP (dst_ns, src_ns)));