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

/freebsd-11-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 = 0 - (unsigned long)ltmp - 1;
131 utmp = ltmp;
144 *cont++ = (ltmp < 0) ? 0xff : 0;
147 if (ltmp < 0)
159 long ltmp; local
201 ltmp
[all...]
H A Dx_name.c508 int i, len, ltmp; local
515 ltmp = ASN1_item_ex_i2d(&v, in,
517 if (ltmp < 0)
518 return ltmp;
519 len += ltmp;
/freebsd-11-stable/sbin/ping/
H A Dping.c250 long ltmp; local
319 ltmp = strtol(optarg, &ep, 0);
320 if (*ep || ep == optarg || ltmp <= 0)
324 npackets = ltmp;
342 ltmp = strtol(optarg, &ep, 0);
343 if (*ep || ep == optarg || ltmp <= 0)
346 if (uid != 0 && ltmp > DEFDATALEN) {
350 ltmp, DEFDATALEN);
353 sweepmax = ltmp;
356 ltmp
[all...]
/freebsd-11-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-11-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-11-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-11-stable/crypto/openssl/apps/
H A Dcms.c314 long ltmp; local
318 secret_key = string_to_hex(*args, &ltmp);
323 secret_keylen = (size_t)ltmp;
325 long ltmp; local
329 secret_keyid = string_to_hex(*args, &ltmp);
334 secret_keyidlen = (size_t)ltmp;
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_mul.c1076 BN_ULONG *ltmp; local
1081 ltmp = a;
1083 b = ltmp;
/freebsd-11-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-11-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 132 milliseconds