/freebsd/contrib/libfido2/windows/ |
H A D | release.ps1 | 33 Function Package-Dynamic(${SRC}, ${DEST}) { in Package-Dynamic() argument 34 Copy-Item "${SRC}\bin\cbor.dll" "${DEST}" in Package-Dynamic() 35 Copy-Item "${SRC}\lib\cbor.lib" "${DEST}" in Package-Dynamic() 36 Copy-Item "${SRC}\bin\zlib1.dll" "${DEST}" in Package-Dynamic() 37 Copy-Item "${SRC}\lib\zlib1.lib" "${DEST}" in Package-Dynamic() 38 Copy-Item "${SRC}\bin\${CRYPTO_LIBRARIES}.dll" "${DEST}" in Package-Dynamic() 39 Copy-Item "${SRC}\lib\${CRYPTO_LIBRARIES}.lib" "${DEST}" in Package-Dynamic() 40 Copy-Item "${SRC}\bin\fido2.dll" "${DEST}" in Package-Dynamic() 41 Copy-Item "${SRC}\lib\fido2.lib" "${DEST}" in Package-Dynamic() 44 Function Package-Static(${SRC}, ${DEST}) { in Package-Static() argument [all …]
|
/freebsd/crypto/openssl/crypto/seed/ |
H A D | seed_local.h | 75 # define XOR_SEEDBLOCK(DST, SRC) \ argument 76 ((DST))[0] ^= ((SRC))[0]; \ 77 ((DST))[1] ^= ((SRC))[1]; \ 78 ((DST))[2] ^= ((SRC))[2]; \ 79 ((DST))[3] ^= ((SRC))[3] 81 # define MOV_SEEDBLOCK(DST, SRC) \ argument 82 ((DST))[0] = ((SRC))[0]; \ 83 ((DST))[1] = ((SRC))[1]; \ 84 ((DST))[2] = ((SRC))[2]; \ 85 ((DST))[3] = ((SRC))[3]
|
/freebsd/crypto/openssh/regress/ |
H A D | keygen-sshfp.sh | 7 fp=`${SSHKEYGEN} -r test -f ${SRC}/ed25519_openssh.pub | \ 12 fp=`${SSHKEYGEN} -r test -f ${SRC}/ed25519_openssh.pub | \ 20 fp=`${SSHKEYGEN} -r test -f ${SRC}/ed25519_openssh.pub | wc -l` 27 fp=`${SSHKEYGEN} -Ohashalg=sha1 -r test -f ${SRC}/ed25519_openssh.pub` 33 fp=`${SSHKEYGEN} -Ohashalg=sha256 -r test -f ${SRC}/ed25519_openssh.pub` 39 fp=`${SSHKEYGEN} -r test -f ${SRC}/rsa_openssh.pub | awk '$5=="1"{print $6}'` 43 fp=`${SSHKEYGEN} -r test -f ${SRC}/rsa_openssh.pub | awk '$5=="2"{print $6}'`
|
H A D | ssh-com.sh | 30 SRC=`dirname ${SCRIPT}` 44 HostKeyFile ${SRC}/dsa_ssh2.prv 45 PublicHostKeyFile ${SRC}/dsa_ssh2.pub 74 ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub
|
H A D | scp.sh | 16 if ! diff -N ${SRC}/scp.sh ${SRC}/scp.sh 2>/dev/null; then 22 SRC=`dirname ${SCRIPT}` 23 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
|
/freebsd/contrib/dialog/ |
H A D | headers-sh.in | 145 SRC=$3 147 SHOW=`basename $SRC` 153 test -f $REF/$SRC && SRC="$REF/$SRC" 156 cat $SRC >$TMPSRC 174 NAME=`basename $SRC`
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_pr.h | 202 #define CK_PR_LOAD_PTR_SAFE(SRC) (CK_CC_TYPEOF(*(SRC), (void *)))ck_pr_md_load_ptr((SRC)) argument 203 #define ck_pr_load_ptr(SRC) CK_PR_LOAD_PTR_SAFE((SRC)) argument 205 #define CK_PR_LOAD_SAFE(SRC, TYPE) ck_pr_md_load_##TYPE((SRC)) argument 206 #define ck_pr_load_char(SRC) CK_PR_LOAD_SAFE((SRC), char) argument 208 #define ck_pr_load_double(SRC) CK_PR_LOAD_SAFE((SRC), double) argument 210 #define ck_pr_load_uint(SRC) CK_PR_LOAD_SAFE((SRC), uint) argument 211 #define ck_pr_load_int(SRC) CK_PR_LOAD_SAFE((SRC), int) argument 212 #define ck_pr_load_32(SRC) CK_PR_LOAD_SAFE((SRC), 32) argument 213 #define ck_pr_load_16(SRC) CK_PR_LOAD_SAFE((SRC), 16) argument 214 #define ck_pr_load_8(SRC) CK_PR_LOAD_SAFE((SRC), 8) argument [all …]
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | preworld_test.sh | 62 SRC=$WORKDIR/src 72 rm -rf $SRC $OLD $TEST $CONFLICTS 133 cp -R $OLD $SRC 136 $SRC/etc/master.passwd 139 $SRC/etc/group 140 cat >> $SRC/etc/inetd.conf <<EOF 232 $COMMAND -np -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/testn.out 243 $COMMAND -p -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/test.out
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf.h | 179 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ argument 180 if ((SRC)->NAME > UINT32_MAX) { \ 184 (DST)->NAME = (SRC)->NAME & 0xFFFFFFFFU; \ 187 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \ argument 188 if ((SRC)->NAME > INT32_MAX || \ 189 (SRC)->NAME < INT32_MIN) { \ 193 (DST)->NAME = (int32_t) (SRC)->NAME; \
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | common.h | 46 #define LOAD64_LE(SRC) load64_le(SRC) argument 85 #define LOAD32_LE(SRC) load32_le(SRC) argument 118 #define LOAD64_BE(SRC) load64_be(SRC) argument 157 #define LOAD32_BE(SRC) load32_be(SRC) argument
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher_aarch64_neon.c | 103 : [SRC] "=&w" (SRC), \ 135 register unsigned char SRC asm("v7") __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() 144 unsigned char SRC __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() local 170 register unsigned char SRC asm("v7") __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() 179 unsigned char SRC __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() local
|
/freebsd/contrib/ldns-host/ |
H A D | Makefile | 2 SRC=ldns-host.c macro 12 ${PROG}: ${SRC} 13 ${CC} -o $@ ${XCFLAGS} ${SRC} ${XLDFLAGS}
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | st,nomadik.txt | 1 ST Microelectronics Nomadik SRC System Reset and Control 6 The Nomadik SRC controller is responsible of controlling chrystals, 9 Required properties for the SRC node: 11 - reg: must contain the SRC register base and size 13 Optional properties for the SRC node:
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | Makefile.in | 83 SRC = daemon.c \ 88 OBJ = $(SRC:.c=.o) 94 $(SRC) $(HDR) 142 $(MKDEP) -c $(CC) -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(CFLAGS) $(DEFS) $(INCLS) $(SRC)
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | obsolete.c | 81 #define SRC ((const char *)s2) macro 86 if ((DST + n > SRC) && (SRC + n > DST)) { in _nc_memmove() 95 bfr[j] = SRC[j]; in _nc_memmove() 99 DST[n] = SRC[n]; in _nc_memmove()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND-SEED-SRC.pod | 5 EVP_RAND-SEED-SRC - The randomness seed source EVP_RAND implementation 18 "SEED-SRC" is the name for this implementation; it can be used with the 41 EVP_RAND *rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL); 53 rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);
|
/freebsd/usr.bin/bmake/tests/suffixes/src_wild2/ |
H A D | Makefile.test | 5 SRC=*.a 10 TEST1.b: ${SRC}
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | lecter | 4 # DEC SRC Virtual Paper: Lectern files 6 0 string lect DEC SRC Virtual Paper Lectern file
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | renesas,rsnd.txt | 11 - SRC : Sampling Rate Converter 34 See datasheet to check SRC/CTU/MIX/DVC connect-limitation. 59 * SRC (Sampling Rate Converter) 63 ------> [SRC] ------> 65 SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes 85 > amixer set "SRC Out Rate" on 87 > amixer set "SRC Out Rate" 48000 88 > amixer set "SRC Out Rate" 44100
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | fsl,imx-src.txt | 11 - interrupts: Should contain SRC interrupt and CPU WDOG interrupt, 29 nodes should specify the reset line on the SRC in their resets 30 property, containing a phandle to the SRC device node and a
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | Makefile.in | 81 SRC = @VALGRINDTEST_SRC@ \ 94 TESTS = $(SRC:.c=) 97 $(SRC) $(HDR) 172 $(MKDEP) -c $(CC) -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(CFLAGS) $(DEFS) $(INCLS) $(SRC)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrData.td | 115 MxOpBundle SRC = !cast<MxOpBundle>("MxOp"#TYPE.Size#"AddrMode_"#SRC_REG)> 117 (outs DST.Op:$dst), (ins SRC.Op:$src), 138 MxOpBundle SRC = !cast<MxOpBundle>("MxOp"#TYPE.Size#"AddrMode_"#SRC_REG)> 139 : MxMove<TYPE.Prefix, (outs), (ins DST.Op:$dst, SRC.Op:$src), 143 MxImmOpBundle SRC = !cast<MxImmOpBundle>("MxOp"#TYPE.Size#"AddrMode_i")> 144 : MxMove<TYPE.Prefix, (outs), (ins DST.Op:$dst, SRC.Op:$src), 145 [(store SRC.ImmPat:$src, DST.Pat:$dst)], ENC>; 170 MxImmOpBundle SRC = !cast<MxImmOpBundle>("MxOp"#TYPE.Size#"AddrMode_i"), 172 : MxMove<TYPE.Prefix, (outs DST.Op:$dst), (ins SRC.Op:$src), 186 class MxMove_RM<MxType TYPE, string DST_REG, MxOpBundle SRC, MxEncMemOp SRC_ENC, [all …]
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 609 # define va_copy(DEST, SRC) __va_copy(DEST, SRC) argument 611 # define va_copy(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof(va_list)) argument
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_ssse3.c | 81 : : [SRC] "r" (src)); \ 87 : : [SRC] "r" (src)); \ 145 : : [SRC] "r" (src)); \ 151 : : [SRC] "r" (src)); \
|
H A D | vdev_raidz_math_avx2.c | 80 : : [SRC] "r" (src)); \ 86 : : [SRC] "r" (src)); \ 144 : : [SRC] "r" (src)); \ 150 : : [SRC] "r" (src)); \
|