Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c2303 svn_tristate_t ts_tmp; in svn_diff_parse_next_patch() local
2328 ts_tmp = patch->old_executable_bit; in svn_diff_parse_next_patch()
2330 patch->new_executable_bit = ts_tmp; in svn_diff_parse_next_patch()
2332 ts_tmp = patch->old_symlink_bit; in svn_diff_parse_next_patch()
2334 patch->new_symlink_bit = ts_tmp; in svn_diff_parse_next_patch()
/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_oncore.c1585 l_fp ts, ts_tmp; in oncore_get_timestamp() local
1719 DTOLFP(dmy, &ts_tmp); in oncore_get_timestamp()
1720 L_ADD(&ts, &ts_tmp); in oncore_get_timestamp()
1793 ts_tmp = ts; in oncore_get_timestamp()
1794 ts_tmp.l_ui = 0; /* zero integer part */ in oncore_get_timestamp()
1795 LFPTOD(&ts_tmp, dmy); /* convert fractional part to a double */ in oncore_get_timestamp()