Home
last modified time | relevance | path

Searched refs:SRC (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/libfido2/windows/
H A Drelease.ps133 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 Dseed_local.h75 # 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 Dkeygen-sshfp.sh7 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 Dssh-com.sh30 SRC=`dirname ${SCRIPT}`
44 HostKeyFile ${SRC}/dsa_ssh2.prv
45 PublicHostKeyFile ${SRC}/dsa_ssh2.pub
74 ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub
H A Dscp.sh16 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 Dheaders-sh.in145 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 Dck_pr.h202 #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 Dpreworld_test.sh62 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.h179 #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 Dcommon.h46 #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 Dzfs_fletcher_aarch64_neon.c103 : [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 DMakefile2 SRC=ldns-host.c macro
12 ${PROG}: ${SRC}
13 ${CC} -o $@ ${XCFLAGS} ${SRC} ${XLDFLAGS}
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dst,nomadik.txt1 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 DMakefile.in83 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 Dobsolete.c81 #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 DEVP_RAND-SEED-SRC.pod5 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 DMakefile.test5 SRC=*.a
10 TEST1.b: ${SRC}
/freebsd/contrib/file/magic/Magdir/
H A Dlecter4 # 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 Drenesas,rsnd.txt11 - 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 Dfsl,imx-src.txt11 - 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 DMakefile.in81 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 DM68kInstrData.td115 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 Dtc.os.h609 # 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 Dvdev_raidz_math_ssse3.c81 : : [SRC] "r" (src)); \
87 : : [SRC] "r" (src)); \
145 : : [SRC] "r" (src)); \
151 : : [SRC] "r" (src)); \
H A Dvdev_raidz_math_avx2.c80 : : [SRC] "r" (src)); \
86 : : [SRC] "r" (src)); \
144 : : [SRC] "r" (src)); \
150 : : [SRC] "r" (src)); \

1234