Searched refs:c_d (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/ntp/ |
| HD | flock-build | 49 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-sm… 73 …ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp -… 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 &
|
| HD | CommitLog | 198559 Document the reasoning behind the c_d directory variable 198562 Document the reasoning behind the c_d directory variable
|
| /freebsd-13-stable/crypto/openssl/crypto/bn/ |
| HD | bn_nist.c | 340 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local 443 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0], in BN_nist_mod_192() 446 res = c_d; in BN_nist_mod_192() 481 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local 516 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224() 519 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224() 627 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP); in BN_nist_mod_224() 629 res = c_d; in BN_nist_mod_224() 662 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local 803 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256() [all …]
|