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

/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_trs.c182 X509_TRUST *trtmp; local
193 if (!(trtmp = OPENSSL_malloc(sizeof(X509_TRUST)))) {
197 trtmp->flags = X509_TRUST_DYNAMIC;
199 trtmp = X509_TRUST_get0(idx);
202 if (trtmp->flags & X509_TRUST_DYNAMIC_NAME)
203 OPENSSL_free(trtmp->name);
205 if (!(trtmp->name = BUF_strdup(name))) {
210 trtmp->flags &= X509_TRUST_DYNAMIC;
212 trtmp->flags |= flags;
214 trtmp
[all...]
/freebsd-11-stable/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;
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c480 ucl_object_t *tr, *trtmp; local
513 LL_FOREACH_SAFE (parser->trash_objs, tr, trtmp) {

Completed in 95 milliseconds