Searched refs:SRC (Results 76 - 100 of 111) sorted by relevance

12345

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A DMakefile35 SRC= $(LIBSRC) macro
40 ALL= $(GENERAL) $(SRC) $(HEADER)
69 ctags $(SRC)
74 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
62 ctags $(SRC)
67 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A DMakefile26 SRC= $(LIBSRC) macro
31 ALL= $(GENERAL) $(SRC) $(HEADER)
60 ctags $(SRC)
65 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A DMakefile26 SRC= $(LIBSRC) macro
31 ALL= $(GENERAL) $(SRC) $(HEADER)
60 ctags $(SRC)
65 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/engines/
H A DMakefile46 SRC= $(LIBSRC) macro
60 ALL= $(GENERAL) $(SRC) $(HEADER)
115 ctags $(SRC)
126 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineSink.cpp135 const TargetRegisterClass *SRC = MRI->getRegClass(SrcReg); local
137 if (SRC != DRC)
H A DMachineVerifier.cpp915 const TargetRegisterClass *SRC = local
917 if (!SRC) {
923 if (RC != SRC) {
/freebsd-9.3-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh261 # Set startup command depending on SRC support
264 echo Creating SRC sshd subsystem.
274 # If migrating to or from SRC, change previous startup command
/freebsd-9.3-release/crypto/openssl/crypto/
H A DMakefile40 SRC= $(LIBSRC) macro
47 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A DMakefile44 SRC= $(LIBSRC) macro
49 ALL= $(GENERAL) $(SRC) $(HEADER)
103 ctags $(SRC)
108 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A DMakefile27 SRC= $(LIBSRC) macro
32 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A DMakefile27 SRC= $(LIBSRC) macro
32 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.h2280 #define HARD_REGNO_RENAME_OK(SRC, TARGET) \
2281 ((SRC) < FIRST_STACK_REG || (SRC) > LAST_STACK_REG)
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1248 if (CodeGenRegisterClass *SRC = RC.getSubClassWithSubReg(Idx))
1249 OS << " " << SRC->EnumValue + 1 << ",\t// " << Idx->getName()
1250 << " -> " << SRC->getName() << "\n";
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A DMakefile39 SRC= $(LIBSRC) macro
44 ALL= $(GENERAL) $(SRC) $(HEADER)
146 ctags $(SRC)
151 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A DMakefile31 SRC= $(LIBSRC) macro
36 ALL= $(GENERAL) $(SRC) $(HEADER)
65 ctags $(SRC)
70 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A DMakefile33 SRC= $(LIBSRC) macro
38 ALL= $(GENERAL) $(SRC) $(HEADER)
67 ctags $(SRC)
72 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org191 $${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC} \
H A DMakefile193 $${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC} \
/freebsd-9.3-release/crypto/openssl/test/
H A DMakefile112 SRC= $(BNTEST).c $(ECTEST).c $(ECDSATEST).c $(ECDHTEST).c $(IDEATEST).c \ macro
129 ALL= $(GENERAL) $(SRC) $(HEADER)
143 generate: $(SRC)
144 $(SRC):
152 ctags $(SRC)
344 lint -DLINT $(INCLUDES) $(SRC)>fluff
350 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC); \
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_init.h598 * SRC configuration
676 BLOCK_PRTY_INFO(SRC, 0x4, 0x7, 0x7, 0x7, 0x7),
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l192 src return SRC;
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1039 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF);
1040 GenericValue *Ptr = (GenericValue*)GVTOP(SRC);
1051 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF);
1052 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC),
1119 GenericValue SRC = getOperandValue(SF.Caller.getCalledValue(), SF);
1120 callFunction((Function*)GVTOP(SRC), ArgVals);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp2917 UnaryOperator SRC(&SrcExpr, UO_Deref, SrcTy->getPointeeType(),
2920 Expr *Args[2] = { &DST, &SRC };
2993 UnaryOperator SRC(&SrcExpr, UO_Deref, SrcTy->getPointeeType(),
3000 ConstructorArgs.push_back(&SRC);
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A DMakefile45 SRC= $(LIBSRC) macro
50 ALL= $(GENERAL) $(SRC) $(HEADER)
80 ctags $(SRC)
85 lint -DLINT $(INCLUDES) $(SRC)>fluff

Completed in 184 milliseconds

12345