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

/freebsd-10.0-release/usr.sbin/pkg_install/delete/
H A Dperform.c386 char fname[FILENAME_MAX], ftmp[FILENAME_MAX]; local
396 snprintf(ftmp, sizeof(ftmp), "%s.XXXXXX", fname);
397 s = mkstemp(ftmp);
399 warnx("couldn't open temp file '%s'", ftmp);
405 warnx("couldn't fdopen temp file '%s'", ftmp);
412 warnx("error changing permission of temp file '%s'", ftmp);
417 warnx("error closing temp file '%s'", ftmp);
420 if (rename(ftmp, fname) == -1)
421 warnx("error renaming '%s' to '%s'", ftmp, fnam
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp521.c689 felem ftmp, ftmp2, ftmp3, ftmp4; local
693 felem_square(tmp, in); felem_reduce(ftmp, tmp); /* 2^1 */
694 felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */
695 felem_assign(ftmp2, ftmp);
696 felem_square(tmp, ftmp); felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */
697 felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp); /* 2^3 - 2^0 */
698 felem_square(tmp, ftmp); felem_reduc
779 felem ftmp; local
952 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1059 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c943 felem ftmp, ftmp2; local
949 felem_square(tmp, in); felem_reduce(ftmp, tmp); /* 2^1 */
950 felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */
951 felem_assign(e2, ftmp);
952 felem_square(tmp, ftmp); felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */
953 felem_square(tmp, ftmp); felem_reduce(ftmp, tmp); /* 2^4 - 2^2 */
954 felem_mul(tmp, ftmp, e
1032 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1162 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1512 felem nq[3], ftmp; local
[all...]
H A Decp_nistp224.c679 felem ftmp, ftmp2, ftmp3, ftmp4; local
683 felem_square(tmp, in); felem_reduce(ftmp, tmp); /* 2 */
684 felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp); /* 2^2 - 1 */
685 felem_square(tmp, ftmp); felem_reduce(ftmp, tmp); /* 2^3 - 2 */
686 felem_mul(tmp, in, ftmp); felem_reduce(ftmp, tmp); /* 2^3 - 1 */
687 felem_square(tmp, ftmp); felem_reduce(ftmp2, tmp); /* 2^4 - 2 */
690 felem_mul(tmp, ftmp2, ftmp); felem_reduc
772 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
858 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Ddolfptoa.c105 l_fp ftmp; local
116 ftmp = work;
119 L_ADD(&work, &ftmp);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_object.c89 char ftmp[24], *tmp = ftmp; local
90 int tmpsize = sizeof ftmp;
182 if (tmp != ftmp)
217 if (tmp != ftmp)
223 if (tmp != ftmp)
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c2092 l_fp ftmp; local
2100 ftmp = *ts;
2101 if (L_ISNEG(&ftmp)) {
2102 L_NEG(&ftmp);
2107 if (ftmp.l_ui >= 3) { /* Step it and slew - we might win */
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.hist.c1228 int fp, ftmp, oldidfds; local
1284 ftmp = SHOUT;
1289 SHOUT = ftmp;
H A Dsh.dir.c1359 int fp, ftmp, oldidfds; local
1391 ftmp = SHOUT;
1413 SHOUT = ftmp;
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c8258 Mfix * ftmp;
8274 for (ftmp = fix; ftmp; ftmp = ftmp->next)
8276 if (GET_CODE (ftmp->insn) == BARRIER)
8278 if (ftmp->address >= minipool_vector_head->max_address)
8281 last_barrier = ftmp;
8283 else if ((ftmp->minipool = add_minipool_forward_ref (ftmp))
8244 Mfix * ftmp; local
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_request.c550 l_fp ftmp; local
610 NTOHL_FP(&tailinpkt->tstamp, &ftmp);
611 L_SUB(&ftmp, &rbufp->recv_time);
612 LFPTOD(&ftmp, dtemp);

Completed in 314 milliseconds