Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ntptime.c426 l_fp ftemp; /* 32/64-bit temporary */ in ntp_update_second() local
510 ftemp = time_offset; in ntp_update_second()
515 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()
517 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
519 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
521 time_adj = ftemp; in ntp_update_second()
522 L_SUB(time_offset, ftemp); in ntp_update_second()
552 L_LINT(ftemp, tickrate * 1000); in ntp_update_second()
553 L_ADD(time_adj, ftemp); in ntp_update_second()
620 l_fp ftemp; in hardupdate() local
[all …]
/netbsd-src/external/bsd/ntp/dist/util/
H A Dntptime.c102 double ftemp, gtemp, htemp; in main() local
344 ftemp = (double)ntx.offset * nscale; in main()
345 printf(" offset %.3f", ftemp); in main()
346 ftemp = (double)ntx.freq / SCALE_FREQ; in main()
348 ftemp, 1 << ntx.shift); in main()
352 ftemp = (double)ntx.tolerance / SCALE_FREQ; in main()
356 (u_long)ntx.constant, gtemp, ftemp); in main()
359 ftemp = (double)ntx.ppsfreq / SCALE_FREQ; in main()
363 ftemp, gtemp, htemp); in main()
/netbsd-src/usr.bin/ftp/
H A Dutil.c542 static FILE *ftemp = NULL; in remglob() local
554 if (ftemp) { in remglob()
555 (void)fclose(ftemp); in remglob()
556 ftemp = NULL; in remglob()
568 if (ftemp == NULL) { in remglob()
597 ftemp = fopen(temp, "r"); in remglob()
599 if (ftemp == NULL) { in remglob()
608 if (fgets(buf, sizeof(buf), ftemp) == NULL) { in remglob()
609 (void)fclose(ftemp); in remglob()
610 ftemp in remglob()
[all...]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c442 ftemp_attrs( struct berval *ftemp, struct berval *template, in ftemp_attrs() argument
453 temp2 = ch_malloc( ftemp->bv_len + 1 ); in ftemp_attrs()
454 p1 = ftemp->bv_val; in ftemp_attrs()