Searched refs:ltmp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dx_long.c112 long ltmp; local
119 memcpy(&ltmp, cp, sizeof(long));
121 if (ltmp == it->size)
128 if (ltmp < 0)
129 utmp = -ltmp - 1;
131 utmp = ltmp;
144 *cont++ = (ltmp < 0) ? 0xff : 0;
147 if (ltmp < 0)
159 long ltmp; local
179 ltmp
[all...]
H A Dx_name.c501 int i, len, ltmp; local
508 ltmp = ASN1_item_ex_i2d(&v, in,
510 if (ltmp < 0)
511 return ltmp;
512 len += ltmp;
/freebsd-10-stable/contrib/nvi/vi/
H A Dv_increment.c57 long change, ltmp, lval; local
192 ltmp = vp->character == '-' ? -change : change;
193 if (lval > 0 && ltmp > 0 && !NPFITS(LONG_MAX, lval, ltmp)) {
197 if (lval < 0 && ltmp < 0 && !NNFITS(LONG_MIN, lval, ltmp)) {
201 lval += ltmp;
/freebsd-10-stable/crypto/openssl/crypto/conf/
H A Dconf_lib.c96 LHASH_OF(CONF_VALUE) *ltmp;
109 ltmp = CONF_load_bio(conf, in, eline);
112 return ltmp;
120 LHASH_OF(CONF_VALUE) *ltmp;
125 ltmp = CONF_load_bio(conf, btmp, eline);
127 return ltmp;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_request.c718 l_fp ltmp; local
783 DTOLFP(pp->offset, &ltmp);
784 HTONL_FP(&ltmp, &ips->offset);
813 l_fp ltmp; local
919 DTOLFP(pp->filter_offset[j], &ltmp);
920 HTONL_FP(&ltmp, &ip->filtoffset[i]);
927 DTOLFP(pp->offset, &ltmp);
928 HTONL_FP(&ltmp, &ip->offset);
1265 l_fp ltmp; local
1270 DTOLFP(last_offset, &ltmp);
2498 l_fp ltmp; local
2564 l_fp ltmp; local
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Dcms.c296 long ltmp; local
300 secret_key = string_to_hex(*args, &ltmp);
305 secret_keylen = (size_t)ltmp;
307 long ltmp; local
311 secret_keyid = string_to_hex(*args, &ltmp);
316 secret_keyidlen = (size_t)ltmp;
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_mul.c1105 BN_ULONG *ltmp; local
1110 ltmp = a;
1112 b = ltmp;
/freebsd-10-stable/contrib/nvi/ex/
H A Dex.c203 long ltmp; local
1067 nget_slong(&ltmp, ecp->cp, &t, 10)) != NUM_OK) {
1071 if (ltmp == 0 && *np != '0') {
1089 ecp->addr2.lno = ecp->addr1.lno + ltmp - 1;
1091 ecp->count = ltmp;
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c111 struct lun *lun, *ltmp; local
120 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp)

Completed in 501 milliseconds