Searched refs:ftemp (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ntp-92/util/
H A Dntptime.c89 double ftemp, gtemp, htemp; local
320 ftemp = (double)ntx.offset;
323 ftemp /= 1000.0;
325 printf(" offset %.3f", ftemp);
326 ftemp = (double)ntx.freq / SCALE_FREQ;
328 ftemp, 1 << ntx.shift);
332 ftemp = (double)ntx.tolerance / SCALE_FREQ;
340 (u_long)ntx.constant, gtemp, ftemp);
343 ftemp = (double)ntx.ppsfreq / SCALE_FREQ;
352 ftemp, gtem
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dhtpasswd.c72 apr_file_t *ftemp = NULL; variable
389 if (apr_file_mktemp(&ftemp, dirname, 0, pool) != APR_SUCCESS) {
417 putline(ftemp, line);
440 putline(ftemp, line);
472 putline(ftemp, ctx.out);
489 putline(ftemp, ctx.out);
507 apr_file_close(ftemp);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c555 static FILE *ftemp = NULL; local
567 if (ftemp) {
568 (void)fclose(ftemp);
569 ftemp = NULL;
581 if (ftemp == NULL) {
610 ftemp = fopen(temp, "r");
612 if (ftemp == NULL) {
621 if (fgets(buf, sizeof(buf), ftemp) == NULL) {
622 (void)fclose(ftemp);
623 ftemp
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c773 static FILE *ftemp = NULL; local
783 if (ftemp) {
784 fclose(ftemp);
785 ftemp = NULL;
797 if (ftemp == NULL) {
817 ftemp = fopen(temp, "r");
819 if (ftemp == NULL) {
824 while(fgets(buf, sizeof (buf), ftemp)) {
833 fclose(ftemp);
834 ftemp
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkGetF0.c940 register float ttemp, ftemp, ft1, ferr, err, errmin; local
1038 ftemp = 1.0f - ((float)locs[j] * lagwt);
1039 headF->dp->mpvals[j] = 1.0f - (peaks[j] * ftemp);
1057 ftemp = (float) log(((double) loc2) / loc1);
1058 ttemp = (float) fabs(ftemp);
1059 ft1 = (float) (fdouble + fabs(ftemp + ln2));
1062 ft1 = (float) (fdouble + fabs(ftemp - ln2));
1215 ftemp = (float) loc1;
1231 ftemp += 2.0f - ((((5.0f*cprev)+(3.0f*cnext)-(8.0f*cormax))/den));
1233 f0p[i] = (float) (freq/ftemp);
[all...]
H A DjkFormant.c166 double pferr, conerr, minerr, dffact, ftemp, berr, ferr, bfact, ffact, local
257 ftemp = 2.0 * fabs(pole[i]->freq[ic] - pole[i-1]->freq[ip])/
259 /* ftemp = pole[i]->freq[ic] - pole[i-1]->freq[ip];
260 if(ftemp >= 0.0)
261 ftemp = ftemp/pole[i-1]->freq[ip];
263 ftemp = ftemp/pole[i]->freq[ic]; */
265 pferr += ftemp * ftemp;
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_util.c298 double ftemp; local
371 ftemp = fabs(prev_drift_comp - drift_comp);
373 if (ftemp > clock_phi)
H A Dntp_proto.c1323 double etemp, ftemp, td; local
1541 ftemp = itemp / etemp;
1542 if (ftemp > 1000.)
1543 peer->r21 = ftemp;
1550 ftemp = itemp / etemp;
1551 if (ftemp > 1000.)
1552 peer->r34 = ftemp;
2312 double ftemp; local
2314 ftemp = addr2refid(&peer->srcadr);
2315 if (ftemp < orphdis
[all...]
/macosx-10.10/uucp-11/uucp/
H A Duux.c992 boolean ftemp;
1043 &ftemp);
1045 uxabort (ftemp ? EX_TEMPFAIL : EX_DATAERR);
1323 boolean ftemp;
1332 &ftemp);
1336 exit (ftemp ? EX_TEMPFAIL : EX_DATAERR);
988 boolean ftemp; local
1319 boolean ftemp; local
H A Duuxqt.c757 boolean ftemp;
1482 zoutput, zQwd, fshell, iQlock_seq, &zerror, &ftemp))
1486 if (ftemp)
753 boolean ftemp; local
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dpcache.c147 AttributeDescription **bindfattrs; /* attrs to substitute in ftemp */
438 ftemp_attrs( struct berval *ftemp, struct berval *template, argument
449 temp2 = ch_malloc( ftemp->bv_len + 1 );
450 p1 = ftemp->bv_val;

Completed in 346 milliseconds