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

12345

/freebsd-9.3-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-9.3-release/tools/regression/usr.bin/make/suffixes/src_wild2/
H A DMakefile6 SRC=*.a macro
11 TEST1.b: ${SRC}
/freebsd-9.3-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-9.3-release/crypto/heimdal/packages/debian/scripts/
H A Dconvert_source3 SRC="$1"
12 tar -xzf $SRC -C $MYTMP
/freebsd-9.3-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...]
H A DMakefile24 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-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-9.3-release/contrib/dialog/
H A Dheaders-sh.in142 SRC=$3
144 SHOW=`basename $SRC`
148 test -f $REF/$SRC && SRC="$REF/$SRC"
151 sed -f $TMPSED $SRC > $TMPSRC
152 NAME=`basename $SRC`
/freebsd-9.3-release/release/picobsd/build/
H A DMakefile.conf5 # Needs SRC pointing to the source tree,
13 SRC?=/usr/src
22 # file in some other place than ${SRC}/sys/${TARGET_ARCH}/conf, but
24 CONF=${SRC}/sys/${TARGET_ARCH}/conf
60 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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dpreworld.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
224 $COMMAND -np -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/testn.out
234 $COMMAND -p -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/test.out
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/lhash/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/rc5/
H A DMakefile30 SRC= $(LIBSRC) macro
35 ALL= $(GENERAL) $(SRC) $(HEADER)
74 ctags $(SRC)
79 lint -DLINT $(INCLUDES) $(SRC)>fluff

Completed in 125 milliseconds

12345