Searched refs:trtmp (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/x509/
H A Dx509_trs.c174 X509_TRUST *trtmp; local
185 if (!(trtmp = OPENSSL_malloc(sizeof(X509_TRUST)))) {
189 trtmp->flags = X509_TRUST_DYNAMIC;
191 trtmp = X509_TRUST_get0(idx);
194 if (trtmp->flags & X509_TRUST_DYNAMIC_NAME)
195 OPENSSL_free(trtmp->name);
197 if (!(trtmp->name = BUF_strdup(name))) {
202 trtmp->flags &= X509_TRUST_DYNAMIC;
204 trtmp->flags |= flags;
206 trtmp
[all...]
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_wwvb.c256 l_fp trtmp; /* arrival timestamp */ local
272 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
296 prettydate(&trtmp)));
298 up->laststamp = trtmp;
300 prettydate(&trtmp)));
307 up->laststamp = trtmp;
311 prettydate(&trtmp), prettydate(&pp->lastrec)));
H A Drefclock_pst.c194 l_fp trtmp; local
208 + BMAX - 2 - up->lastptr, &trtmp);
217 pp->lastrec = trtmp;
H A Drefclock_chronolog.c177 l_fp trtmp; /* arrival timestamp */ local
190 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
195 up->laststamp = trtmp;
202 up->laststamp = trtmp;
H A Drefclock_dumbclock.c200 l_fp trtmp; /* arrival timestamp */ local
213 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
218 up->laststamp = trtmp;
225 up->laststamp = trtmp;
H A Drefclock_ulink.c194 l_fp trtmp; /* arrival timestamp */ local
209 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
218 up->laststamp = trtmp;
225 up->laststamp = trtmp;
H A Drefclock_heath.c277 l_fp trtmp; local
288 &trtmp);
H A Drefclock_arbiter.c240 l_fp trtmp; local
251 temp = refclock_gtlin(rbufp, tbuf, sizeof(tbuf), &trtmp);
271 up->laststamp = trtmp;
H A Drefclock_as2201.c234 l_fp trtmp; local
243 pp->lencode = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
264 pp->lastrec = trtmp;
H A Drefclock_hpgps.c251 l_fp trtmp; local
273 pp->lencode = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
314 pp->lastrec = trtmp;

Completed in 119 milliseconds