Searched refs:c_d (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/
H A Dflock-build49 c_d=${PWD:-`pwd`}
70 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
71 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS" &
72 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS" &
73 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
83 cd $c_d
112 echo \`date -u '+%H:%M:%S'\` $i flock-build $c_d done.
116 ssh -tt $i "$c_d/.flockbuild-$i-$SIG ; \
117 rm $c_d/.flockbuild-$i-$SIG" 2>/dev/null &
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_nist.c340 BN_ULONG c_d[BN_NIST_192_TOP], *res; local
443 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0],
446 res = c_d;
481 BN_ULONG c_d[BN_NIST_224_TOP], *res; local
516 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
519 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
627 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP);
629 res = c_d;
662 BN_ULONG c_d[BN_NIST_256_TOP], *res; local
803 nist_set_256(c_d, bu
908 BN_ULONG c_d[BN_NIST_384_TOP], *res; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_nist.c362 BN_ULONG c_d[BN_NIST_192_TOP], *res; local
463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
465 : c_d;
498 BN_ULONG c_d[BN_NIST_224_TOP], *res; local
529 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
532 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
637 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry)
639 : c_d;
670 BN_ULONG c_d[BN_NIST_256_TOP], *res; local
807 nist_set_256(c_d, bu
907 BN_ULONG c_d[BN_NIST_384_TOP], *res; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c106 vector float c_d = {3.0, 3.0, 3.0, 3.0}; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c106 vector float c_d = {3.0, 3.0, 3.0, 3.0}; local
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto.c2593 BIGNUM *c_d = BN_dup(d); local
2600 if (c_n == NULL || c_e == NULL || c_d == NULL || c_p == NULL ||
2608 rsa->d = c_d;
2615 RSA_set0_key(rsa, n, e, c_d);

Completed in 121 milliseconds