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

/freebsd-12-stable/contrib/ntp/
H A Dflock-build61 c_d=${PWD:-`pwd`}
82 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
83 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS" &
84 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf $BUILD_ARGS" &
85 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
95 cd $c_d
124 echo \`date -u '+%H:%M:%S'\` $i flock-build $c_d done.
128 ssh -tt $i "$c_d/.flockbuild-$i-$SIG ; \
129 rm $c_d/.flockbuild-$i-$SIG" 2>/dev/null &
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_nist.c329 BN_ULONG c_d[BN_NIST_192_TOP], *res; local
432 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0],
435 res = c_d;
470 BN_ULONG c_d[BN_NIST_224_TOP], *res; local
505 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
508 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
616 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP);
618 res = c_d;
651 BN_ULONG c_d[BN_NIST_256_TOP], *res; local
792 nist_set_256(c_d, bu
897 BN_ULONG c_d[BN_NIST_384_TOP], *res; local
[all...]

Completed in 113 milliseconds