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

/freebsd-10-stable/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-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c695 felem ftmp, ftmp2, ftmp3, ftmp4; local
700 felem_reduce(ftmp, tmp); /* 2^1 */
701 felem_mul(tmp, in, ftmp);
702 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */
703 felem_assign(ftmp2, ftmp);
704 felem_square(tmp, ftmp);
705 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */
706 felem_mul(tmp, in, ftmp);
707 felem_reduce(ftmp, tmp); /* 2^3 - 2^0 */
708 felem_square(tmp, ftmp);
808 felem ftmp; local
1034 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1153 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c995 felem ftmp, ftmp2; local
1002 felem_reduce(ftmp, tmp); /* 2^1 */
1003 felem_mul(tmp, in, ftmp);
1004 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */
1005 felem_assign(e2, ftmp);
1006 felem_square(tmp, ftmp);
1007 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */
1008 felem_square(tmp, ftmp);
1009 felem_reduce(ftmp, tmp); /* 2^4 - 2^2 */
1010 felem_mul(tmp, ftmp, e
1119 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1251 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1670 felem nq[3], ftmp; local
[all...]
H A Decp_nistp224.c728 felem ftmp, ftmp2, ftmp3, ftmp4; local
733 felem_reduce(ftmp, tmp); /* 2 */
734 felem_mul(tmp, in, ftmp);
735 felem_reduce(ftmp, tmp); /* 2^2 - 1 */
736 felem_square(tmp, ftmp);
737 felem_reduce(ftmp, tmp); /* 2^3 - 2 */
738 felem_mul(tmp, in, ftmp);
739 felem_reduce(ftmp, tmp); /* 2^3 - 1 */
740 felem_square(tmp, ftmp);
746 felem_mul(tmp, ftmp2, ftmp);
847 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
936 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Da_object.c91 char ftmp[24], *tmp = ftmp; local
92 int tmpsize = sizeof ftmp;
170 if (tmp != ftmp)
204 if (tmp != ftmp)
210 if (tmp != ftmp)
/freebsd-10-stable/sys/dev/ixl/
H A Dixlvc.c514 struct ixlv_vlan_filter *f, *ftmp; local
552 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
584 struct ixlv_vlan_filter *f, *ftmp; local
621 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
/freebsd-10-stable/contrib/ntp/ntpdate/
H A Dntpdate.c2079 l_fp ftmp; local
2089 ftmp = *ts;
2091 if (L_ISNEG(&ftmp)) {
2092 L_NEG(&ftmp);
2097 if (ftmp.l_ui >= 3) { /* Step it and slew - we might win */
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c8268 Mfix * ftmp;
8284 for (ftmp = fix; ftmp; ftmp = ftmp->next)
8286 if (GET_CODE (ftmp->insn) == BARRIER)
8288 if (ftmp->address >= minipool_vector_head->max_address)
8291 last_barrier = ftmp;
8293 else if ((ftmp->minipool = add_minipool_forward_ref (ftmp))
8254 Mfix * ftmp; local
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsh.dir.c1362 int fp, ftmp, oldidfds; local
1394 ftmp = SHOUT;
1416 SHOUT = ftmp;
H A Dsh.hist.c1226 int fp, ftmp, oldidfds; local
1319 ftmp = SHOUT;
1324 SHOUT = ftmp;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_request.c422 l_fp ftmp; local
629 NTOHL_FP(&tailinpkt->tstamp, &ftmp);
630 L_SUB(&ftmp, &rbufp->recv_time);
631 LFPTOD(&ftmp, dtemp);

Completed in 572 milliseconds