Searched refs:dmy (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_bancomm.c492 uint8_t dmy; local
508 if (safeReadBinTime(stfp_handle, &btm[1], &btm[0], &dmy) == 0) {
H A Drefclock_oncore.c1586 double dmy; local
1709 dmy = tsp->tv_nsec;
1710 dmy /= 1e9;
1711 ts.l_uf = dmy * 4294967296.0;
1716 dmy = 1.0e-9*tsp->tv_nsec; /* fractional part */ local
1717 DTOLFP(dmy, &ts);
1718 dmy = tsp->tv_sec; /* integer part */
1719 DTOLFP(dmy, &ts_tmp);
1722 dmy = 1.0e-9*tsp->tv_nsec; /* fractional part */ local
1723 DTOLFP(dmy,
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c119 DWORD dmy; local
128 NULL, 0, &dmy, NULL) != 0);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h2748 enum dateorder { no_order, dmy, mdy, ymd, ydm }; enumerator in enum:time_base::dateorder
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5311 return time_base::dmy;
5398 return time_base::dmy;

Completed in 131 milliseconds