Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c530 ftemp = time_offset; in ntp_update_second()
541 L_SUB(time_offset, ftemp); in ntp_update_second()
617 l_fp ftemp; in hardupdate() local
652 L_MPY(ftemp, mtemp); in hardupdate()
653 L_ADD(time_freq, ftemp); in hardupdate()
658 L_ADD(time_freq, ftemp); in hardupdate()
693 l_fp ftemp; in hardpps() local
823 L_LINT(ftemp, v_nsec); in hardpps()
825 L_SUB(ftemp, pps_freq); in hardpps()
826 u_nsec = L_GINT(ftemp); in hardpps()
[all …]
/dragonfly/contrib/tnftp/src/
H A Dutil.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()