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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_long.c109 long ltmp; local
116 memcpy(&ltmp, cp, sizeof(long));
118 if (ltmp == it->size)
125 if (ltmp < 0)
126 utmp = -ltmp - 1;
128 utmp = ltmp;
141 *cont++ = (ltmp < 0) ? 0xff : 0;
144 if (ltmp < 0)
156 long ltmp; local
176 ltmp
[all...]
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_increment.c59 long change, ltmp, lval; local
193 ltmp = vp->character == '-' ? -change : change;
194 if (lval > 0 && ltmp > 0 && !NPFITS(LONG_MAX, lval, ltmp)) {
198 if (lval < 0 && ltmp < 0 && !NNFITS(LONG_MIN, lval, ltmp)) {
202 lval += ltmp;
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c95 LHASH *ltmp; local
108 ltmp = CONF_load_bio(conf, in, eline);
111 return ltmp;
118 LHASH *ltmp; local
123 ltmp = CONF_load_bio(conf, btmp, eline);
125 return ltmp;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c717 l_fp ltmp; local
782 DTOLFP(pp->offset, &ltmp);
783 HTONL_FP(&ltmp, &ips->offset);
812 l_fp ltmp; local
917 DTOLFP(pp->filter_offset[j], &ltmp);
918 HTONL_FP(&ltmp, &ip->filtoffset[i]);
925 DTOLFP(pp->offset, &ltmp);
926 HTONL_FP(&ltmp, &ip->offset);
1261 l_fp ltmp; local
1266 DTOLFP(last_offset, &ltmp);
2478 l_fp ltmp; local
2544 l_fp ltmp; local
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dcms.c287 long ltmp; local
291 secret_key = string_to_hex(*args, &ltmp);
296 secret_keylen = (size_t)ltmp;
298 long ltmp; local
302 secret_keyid = string_to_hex(*args, &ltmp);
307 secret_keyidlen = (size_t)ltmp;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dmain.c362 long int ltmp; local
364 ltmp = strtol(arg, &endp, 10);
365 tmp = (int) ltmp;
368 if (tmp < 0 || tmp != ltmp)
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_mul.c1105 BN_ULONG *ltmp; local
1110 ltmp = a;
1112 b = ltmp;
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex.c208 long ltmp; local
1064 nget_slong(&ltmp, ecp->cp, &t, 10)) != NUM_OK) {
1068 if (ltmp == 0 && *p != '0') {
1086 ecp->addr2.lno = ecp->addr1.lno + ltmp - 1;
1088 ecp->count = ltmp;
/freebsd-9.3-release/crypto/openssl/util/
H A Dmk1mf.pl389 my @ltmp = split " ", $lib_obj{"CRYPTO"};
394 foreach(@ltmp)

Completed in 151 milliseconds