Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_ntptime.c447 l_fp ftemp; /* 32/64-bit temporary */ in ntp_update_second() local
530 ftemp = time_offset; in ntp_update_second()
534 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()
536 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
538 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
540 time_adj = ftemp; /* adjustment for part of the offset */ in ntp_update_second()
541 L_SUB(time_offset, ftemp); in ntp_update_second()
617 l_fp ftemp; in hardupdate() local
650 L_LINT(ftemp, time_monitor); in hardupdate()
651 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); in hardupdate()
[all …]
/dragonfly/contrib/tnftp/src/
HDutil.c549 static FILE *ftemp = NULL; in remglob() local
561 if (ftemp) { in remglob()
562 (void)fclose(ftemp); in remglob()
563 ftemp = NULL; in remglob()
575 if (ftemp == NULL) { in remglob()
604 ftemp = fopen(temp, "r"); in remglob()
606 if (ftemp == NULL) { in remglob()
615 if (fgets(buf, sizeof(buf), ftemp) == NULL) { in remglob()
616 (void)fclose(ftemp); in remglob()
617 ftemp = NULL; in remglob()