Searched refs:SRC (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-10.1-release/sys/contrib/ngatm/netnatm/
H A Dgenfiles10 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/geniec.awk ${SRC}msg/ie.def >${DST}msg/uni_ietab.h
11 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/genieh.awk ${SRC}msg/ie.def >${DST}msg/uni_ie.h
12 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgc.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.c
13 awk -f ${SRC}ms
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dmemmove.c39 #define SRC ((const char *)s2) macro
44 if ((DST + n > SRC) && (SRC + n > DST)) {
53 bfr[j] = SRC[j];
57 DST[n] = SRC[n];
/freebsd-10.1-release/tools/tools/wtap/vis_map/
H A DMakefile5 SRC= vis_map.c macro
/freebsd-10.1-release/tools/tools/wtap/wtap/
H A DMakefile5 SRC= wtap.c macro
/freebsd-10.1-release/crypto/openssl/crypto/seed/
H A Dseed_locl.h74 # define XOR_SEEDBLOCK(DST, SRC) \
75 ((DST))[0] ^= ((SRC))[0]; \
76 ((DST))[1] ^= ((SRC))[1]; \
77 ((DST))[2] ^= ((SRC))[2]; \
78 ((DST))[3] ^= ((SRC))[3]
80 # define MOV_SEEDBLOCK(DST, SRC) \
81 ((DST))[0] = ((SRC))[0]; \
82 ((DST))[1] = ((SRC))[1]; \
83 ((DST))[2] = ((SRC))[2]; \
84 ((DST))[3] = ((SRC))[
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DSIRegisterInfo.cpp100 const TargetRegisterClass *SRC) const {
101 if (hasVGPRs(SRC)) {
102 return SRC;
103 } else if (SRC == &AMDGPU::SCCRegRegClass) {
105 } else if (getCommonSubClass(SRC, &AMDGPU::SGPR_32RegClass)) {
107 } else if (getCommonSubClass(SRC, &AMDGPU::SGPR_64RegClass)) {
109 } else if (getCommonSubClass(SRC, &AMDGPU::SReg_128RegClass)) {
111 } else if (getCommonSubClass(SRC, &AMDGPU::SReg_256RegClass)) {
113 } else if (getCommonSubClass(SRC, &AMDGPU::SReg_512RegClass)) {
H A DSIRegisterInfo.h57 /// \returns A VGPR reg class with the same width as \p SRC
59 const TargetRegisterClass *SRC) const;
/freebsd-10.1-release/contrib/ldns-host/
H A DMakefile2 SRC=ldns-host.c macro
12 ${PROG}: ${SRC}
13 ${CC} -o $@ ${XCFLAGS} ${XLDFLAGS} ${SRC}
/freebsd-10.1-release/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-10.1-release/release/picobsd/build/
H A DMakefile.conf5 # Needs SRC pointing to the source tree,
13 SRC?=/usr/src
23 # file in some other place than ${SRC}/sys/${TARGET_ARCH}/conf, but
25 CONF=${SRC}/sys/${TARGET_ARCH}/conf
61 sed -e "s@/usr/src@${SRC}@" -e "s+@__CWD__@+${MY_TREE}+" > ${.TARGET} )
H A Dpicobsd69 # SRC points to your FreeBSD source tree.
71 # Normally /usr or ${SRC}/../usr
75 # Normally ${SRC}/release/picobsd
76 # You can set SRC with --src <directory>
123 SRC="/usr/src" # default location for sources
166 log "create_includes_and_libraries2() for ${SRC} $1"
173 ( cd ${SRC};
181 eval export `cd ${SRC}; ${BINMAKE} -f Makefile.inc1 -V WMAKEENV`
192 log "create_includes_and_libraries() for ${SRC}"
200 (cd ${SRC}; \
[all...]
/freebsd-10.1-release/lib/libelf/
H A D_libelf.h140 #define LIBELF_COPY_U32(DST,SRC,NAME) do { \
141 if ((SRC)->NAME > UINT_MAX) { \
145 (DST)->NAME = (SRC)->NAME; \
148 #define LIBELF_COPY_S32(DST,SRC,NAME) do { \
149 if ((SRC)->NAME > INT_MAX || \
150 (SRC)->NAME < INT_MIN) { \
154 (DST)->NAME = (SRC)->NAME; \
/freebsd-10.1-release/crypto/openssl/crypto/krb5/
H A DMakefile24 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssh/regress/
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
/freebsd-10.1-release/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh63 SRC=$WORKDIR/src
73 rm -rf $SRC $OLD $TEST $CONFLICTS
134 cp -R $OLD $SRC
137 $SRC/etc/master.passwd
140 $SRC/etc/group
141 cat >> $SRC/etc/inetd.conf <<EOF
233 $COMMAND -np -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/testn.out
244 $COMMAND -p -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/test.out
/freebsd-10.1-release/crypto/openssl/crypto/md5/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
72 ctags $(SRC)
77 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/md4/
H A DMakefile24 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/whrlpool/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
70 ctags $(SRC)
75 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/rc2/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/mdc2/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/ripemd/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
65 ctags $(SRC)
70 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/pqueue/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/idea/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-10.1-release/crypto/openssl/crypto/stack/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff

Completed in 333 milliseconds

12345