Searched refs:ftemp (Results 1 – 2 of 2) sorted by relevance
447 l_fp ftemp; /* 32/64-bit temporary */ in ntp_update_second() local530 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() local650 L_LINT(ftemp, time_monitor); in hardupdate()651 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); in hardupdate()[all …]
549 static FILE *ftemp = NULL; in remglob() local561 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()