Searched refs:CAT (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.1-release/contrib/libarchive/cpio/test/
H A Dtest_option_L_upper.c32 #define CAT "type" macro
34 #define CAT "cat" macro
59 r = systemf(CAT " filelist | %s -pd copy >copy.out 2>copy.err", testprog);
66 r = systemf(CAT " filelist | %s -pd -L copy-L >copy-L.out 2>copy-L.err", testprog);
73 r = systemf(CAT " filelist | %s -o >archive.out 2>archive.err", testprog);
80 r = systemf(CAT " ../archive.out | %s -i >unpack.out 2>unpack.err", testprog);
88 r = systemf(CAT " filelist | %s -oL >archive-L.out 2>archive-L.err", testprog);
95 r = systemf(CAT " ../archive-L.out | %s -i >unpack-L.out 2>unpack-L.err", testprog);
/freebsd-10.1-release/contrib/nvi/catalog/
H A DMakefile3 CAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \ macro
7 all: dump ${CAT}
9 ${CAT}: english.base
38 ${CHK}: ${CAT}
78 rm -f dump dump.o ${CAT} english.base *.check __ck1 __ck2
/freebsd-10.1-release/crypto/openssh/
H A Dopensshd.init.in8 CAT=@CAT@
43 PID=`${CAT} ${PIDFILE}`
/freebsd-10.1-release/lib/libfetch/
H A DMakefile37 | while read NUM CAT STRING; do \
38 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
48 | while read NUM CAT STRING; do \
49 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
/freebsd-10.1-release/usr.bin/vi/catalog/
H A DMakefile8 CAT= dutch english french german polish ru_RU.KOI8-R spanish swedish \ macro
30 CAT+= $c.UTF-8
33 .for c in ${CAT}
64 .for c in ${CAT}
106 CLEANFILES+= dump ${CAT} english.base *.check __ck1 __ck2
108 CATALOGS= ${CAT}
/freebsd-10.1-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh70 CAT=`searchpath cat "$PATH"`
97 test "$CAT" = ":" && echo >&2 "$NOPROG 'cat' in PATH" && NO="$NO 'cat'"
112 $CAT >&2 <<-ETX
182 $CAT >&2 <<-ETX
293 STREAM="$CAT ${GROFF_TMPDIR}/pdf$$.in |"
365 test -z "$INPUT_FILES" && STREAM="$CAT ${GROFF_TMPDIR}/pdf$$.in |"
366 test -n "$STREAM" && $CAT > ${GROFF_TMPDIR}/pdf$$.in
402 $CAT >&2 <<-ETX
436 $CAT >&2 <<-ETX
497 $CAT >
[all...]
/freebsd-10.1-release/contrib/one-true-awk/
H A Dmaketab.c70 { CAT, "cat", " " },
H A Db.c57 binary (CAT, OR): left and right are children
131 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
133 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL));
198 case CAT:
222 case CAT:
389 case CAT:
433 case CAT:
464 case CAT:
701 return (concat(op2(CAT, np, primary())));
H A Dawkgram.y86 %left CAT
214 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
247 | pattern term %prec CAT { $$ = op2(CAT, $1, $2); }
/freebsd-10.1-release/usr.bin/at/
H A Dat.c89 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ enumerator in enum:__anon11755
596 case CAT:
835 program = CAT;
867 case CAT:
869 process_jobs(argc, argv, CAT);
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.h131 CAT, /* CAT is an operator of two arguments that enumerator in enum:__anon5455
133 arguments. CAT is never returned by the
H A Ddfa.c204 case CAT: s = "CAT"; break;
1152 case CAT:
1221 <mb1(1st-byte)><mb1(2nd-byte)><CAT><mb1(3rd-byte)><CAT>
1222 <mb2(1st-byte)><mb2(2nd-byte)><CAT><mb2(3rd-byte)><CAT><CAT>
1229 addtok(CAT);
1248 addtok (CAT);
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp836 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType()); local
840 Str.resize(CAT->getSize().getZExtValue(), '\0');
1161 const ArrayType *CAT = Context.getAsArrayType(DestType); local
1172 CAT->getElementType(), CGF);
1180 CAT->getElementType(), CGF);
1254 if (const ConstantArrayType *CAT =
1256 QualType ElementTy = CAT->getElementType();
1259 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1447 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1451 QualType ElementTy = CAT
[all...]
H A DCGExprCXX.cpp503 while (const ConstantArrayType *CAT
505 type = CAT->getElementType();
506 arraySizeMultiplier *= CAT->getSize();
777 if (const ConstantArrayType *CAT = dyn_cast_or_null<ConstantArrayType>(
782 initializerElements *= getContext().getConstantArrayElementCount(CAT);
H A DCGExpr.cpp592 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
593 if (CAT->getSize().ugt(1))
631 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT))
632 return CGF.Builder.getInt(CAT->getSize());
H A DCodeGenModule.cpp2580 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType()); local
2581 Str.resize(CAT->getSize().getZExtValue());
2620 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType()); local
2621 Str.resize(CAT->getSize().getZExtValue());
H A DCGDebugInfo.cpp1800 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(Ty))
1801 Count = CAT->getSize().getZExtValue();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp122 const ConstantArrayType *CAT = local
124 Type = CAT->getElementType();
125 ArraySize = CAT->getSize().getZExtValue();
223 void addArrayUnchecked(const ConstantArrayType *CAT) { argument
229 MostDerivedType = CAT->getElementType();
230 MostDerivedArraySize = CAT->getSize().getZExtValue();
955 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) { argument
957 Designator.addArrayUnchecked(CAT);
1977 const ConstantArrayType *CAT = local
1979 assert(CAT
1994 const ConstantArrayType *CAT = local
[all...]
H A DMicrosoftMangle.cpp1529 if (const ConstantArrayType *CAT =
1531 Dimensions.push_back(CAT->getSize());
1532 ElementTy = CAT->getElementType();
H A DASTContext.cpp1382 const ConstantArrayType *CAT) {
1384 Context.getTypeInfoInChars(CAT->getElementType());
1385 uint64_t Size = CAT->getSize().getZExtValue();
1400 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(T))
1401 return getConstantArrayInfoInChars(*this, CAT);
1458 const ConstantArrayType *CAT = cast<ConstantArrayType>(T); local
1460 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
1461 uint64_t Size = CAT->getSize().getZExtValue();
3849 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
3850 return getConstantArrayType(unqualElementType, CAT
1381 getConstantArrayInfoInChars(const ASTContext &Context, const ConstantArrayType *CAT) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1290 if (ObjCCategoryDecl *CAT = dyn_cast<ObjCCategoryDecl>(D))
1291 D = CAT->getClassInterface();
H A DSemaInit.cpp168 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT); local
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())
580 if (const ConstantArrayType *CAT =
582 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1276 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1277 maxElements = CAT->getSize();
H A DSemaDeclObjC.cpp800 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT, argument
814 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
815 e = CAT->meth_end(); i != e; ++i) {
H A DSemaStmt.cpp2102 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(UnqAT))
2103 BoundExpr = Owned(IntegerLiteral::Create(Context, CAT->getSize(),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1964 if (const ConstantArrayType* CAT = dyn_cast<ConstantArrayType>(AT))
1965 Size = CAT->getSize().getZExtValue();

Completed in 769 milliseconds

12