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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dx_long.c92 long ltmp;
96 memcpy(&ltmp, pval, COPY_SIZE(*pval, ltmp));
97 if (ltmp == it->size)
104 if (ltmp < 0) {
106 utmp = 0 - (unsigned long)ltmp - 1;
109 utmp = ltmp;
136 long ltmp;
178 ltmp = (long)utmp;
179 if (ltmp <
[all...]
/freebsd-12-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-12-stable/crypto/openssl/crypto/conf/
H A Dconf_lib.c48 LHASH_OF(CONF_VALUE) *ltmp;
61 ltmp = CONF_load_bio(conf, in, eline);
64 return ltmp;
72 LHASH_OF(CONF_VALUE) *ltmp;
77 ltmp = CONF_load_bio(conf, btmp, eline);
79 return ltmp;
/freebsd-12-stable/sbin/ping/
H A Dping.c248 long long ltmp; local
319 ltmp = strtonum(optarg, 1, LONG_MAX, &errstr);
324 npackets = (long)ltmp;
342 ltmp = strtonum(optarg, 1, INT_MAX, &errstr);
347 sweepmax = (int)ltmp;
356 ltmp = strtonum(optarg, 1, INT_MAX, &errstr);
361 sweepmin = (int)ltmp;
370 ltmp = strtonum(optarg, 1, INT_MAX, &errstr);
375 sweepincr = (int)ltmp;
407 ltmp
[all...]
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx_name.c466 int i, len, ltmp; local
473 ltmp = ASN1_item_ex_i2d(&v, in,
475 if (ltmp < 0)
476 return ltmp;
477 len += ltmp;
/freebsd-12-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
2572 l_fp ltmp; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_mul.c628 BN_ULONG *ltmp; local
633 ltmp = a;
635 b = ltmp;
/freebsd-12-stable/crypto/openssl/apps/
H A Dcms.c217 long ltmp; local
415 secret_key = OPENSSL_hexstr2buf(opt_arg(), &ltmp);
420 secret_keylen = (size_t)ltmp;
428 secret_keyid = OPENSSL_hexstr2buf(opt_arg(), &ltmp);
433 secret_keyidlen = (size_t)ltmp;
/freebsd-12-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-12-stable/usr.sbin/ctld/
H A Dctld.c114 struct lun *lun, *ltmp; local
123 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp)

Completed in 264 milliseconds