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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_trs.c127 X509_TRUST *trtmp; local
138 if ((trtmp = OPENSSL_malloc(sizeof(*trtmp))) == NULL) {
142 trtmp->flags = X509_TRUST_DYNAMIC;
144 trtmp = X509_TRUST_get0(idx);
147 if (trtmp->flags & X509_TRUST_DYNAMIC_NAME)
148 OPENSSL_free(trtmp->name);
150 if ((trtmp->name = OPENSSL_strdup(name)) == NULL) {
155 trtmp->flags &= X509_TRUST_DYNAMIC;
157 trtmp
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_trust.c127 X509_TRUST *trtmp; local
138 if ((trtmp = OPENSSL_malloc(sizeof(*trtmp))) == NULL) {
142 trtmp->flags = X509_TRUST_DYNAMIC;
144 trtmp = X509_TRUST_get0(idx);
147 if (trtmp->flags & X509_TRUST_DYNAMIC_NAME)
148 OPENSSL_free(trtmp->name);
150 if ((trtmp->name = OPENSSL_strdup(name)) == NULL) {
155 trtmp->flags &= X509_TRUST_DYNAMIC;
157 trtmp
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_wwvb.c259 l_fp trtmp; /* arrival timestamp */ local
275 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
299 prettydate(&trtmp)));
301 up->laststamp = trtmp;
303 prettydate(&trtmp)));
310 up->laststamp = trtmp;
314 prettydate(&trtmp), prettydate(&pp->lastrec)));
H A Drefclock_pst.c196 l_fp trtmp; local
210 + BMAX - 2 - up->lastptr, &trtmp);
219 pp->lastrec = trtmp;
H A Drefclock_ulink.c196 l_fp trtmp; /* arrival timestamp */ local
211 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
220 up->laststamp = trtmp;
227 up->laststamp = trtmp;
H A Drefclock_dumbclock.c202 l_fp trtmp; /* arrival timestamp */ local
215 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
220 up->laststamp = trtmp;
227 up->laststamp = trtmp;
H A Drefclock_chronolog.c179 l_fp trtmp; /* arrival timestamp */ local
192 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
197 up->laststamp = trtmp;
204 up->laststamp = trtmp;
H A Drefclock_heath.c279 l_fp trtmp; local
290 &trtmp);
H A Drefclock_arbiter.c242 l_fp trtmp; local
253 temp = refclock_gtlin(rbufp, tbuf, sizeof(tbuf), &trtmp);
273 up->laststamp = trtmp;
H A Drefclock_as2201.c236 l_fp trtmp; local
245 pp->lencode = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
266 pp->lastrec = trtmp;
H A Drefclock_hpgps.c253 l_fp trtmp; local
275 pp->lencode = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
316 pp->lastrec = trtmp;
/netbsd-current/sys/uvm/
H A Duvm_map.c557 struct vm_map_entry *tmp, *trtmp; local
584 trtmp = NULL;
592 if (trtmp != NULL && trtmp->start >= tmp->start) {
594 trtmp->start, tmp->start);
598 trtmp = tmp;
603 trtmp = rb_tree_iterate(&map->rb_tree, tmp, RB_DIR_LEFT);
604 if (trtmp == NULL)
605 trtmp = &map->header;
606 if (tmp->prev != trtmp) {
[all...]

Completed in 118 milliseconds