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

/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/asn1/
H A Da_object.c91 char ftmp[24], *tmp = ftmp; local
92 int tmpsize = sizeof ftmp;
170 if (tmp != ftmp)
200 if (tmp != ftmp)
206 if (tmp != ftmp)
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c2065 l_fp ftmp; local
2073 ftmp = *ts;
2074 if (L_ISNEG(&ftmp)) {
2075 L_NEG(&ftmp);
2080 if (ftmp.l_ui >= 3) { /* Step it and slew - we might win */
/freebsd-9.3-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-9.3-release/contrib/gcc/config/arm/
H A Darm.c8266 Mfix * ftmp;
8282 for (ftmp = fix; ftmp; ftmp = ftmp->next)
8284 if (GET_CODE (ftmp->insn) == BARRIER)
8286 if (ftmp->address >= minipool_vector_head->max_address)
8289 last_barrier = ftmp;
8291 else if ((ftmp->minipool = add_minipool_forward_ref (ftmp))
8252 Mfix * ftmp; local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c422 l_fp ftmp; local
628 NTOHL_FP(&tailinpkt->tstamp, &ftmp);
629 L_SUB(&ftmp, &rbufp->recv_time);
630 LFPTOD(&ftmp, dtemp);

Completed in 217 milliseconds