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

12

/freebsd-10.0-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.0-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.0-release/crypto/openssh/
H A Dopensshd.init.in8 CAT=@CAT@
43 PID=`${CAT} ${PIDFILE}`
/freebsd-10.0-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.0-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.0-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.0-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.0-release/usr.bin/at/
H A Dat.c89 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ enumerator in enum:__anon11390
597 case CAT:
836 program = CAT;
868 case CAT:
870 process_jobs(argc, argv, CAT);
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Ddfa.h131 CAT, /* CAT is an operator of two arguments that enumerator in enum:__anon5259
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.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp886 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType()); local
890 Str.resize(CAT->getSize().getZExtValue(), '\0');
1202 const ArrayType *CAT = Context.getAsArrayType(DestType); local
1213 CAT->getElementType(), CGF);
1221 CAT->getElementType(), CGF);
1295 if (const ConstantArrayType *CAT =
1297 QualType ElementTy = CAT->getElementType();
1300 for (uint64_t I = 0, E = CAT->getSize().getZExtValue(); I != E; ++I) {
1488 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
1492 QualType ElementTy = CAT
[all...]
H A DCGExprCXX.cpp601 while (const ConstantArrayType *CAT
603 type = CAT->getElementType();
604 arraySizeMultiplier *= CAT->getSize();
H A DCGExpr.cpp667 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
668 if (CAT->getSize().ugt(1))
706 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT))
707 return CGF.Builder.getInt(CAT->getSize());
H A DCodeGenModule.cpp2548 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType()); local
2549 Str.resize(CAT->getSize().getZExtValue());
2588 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType()); local
2589 Str.resize(CAT->getSize().getZExtValue());
H A DCGDebugInfo.cpp1611 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(Ty))
1612 Count = CAT->getSize().getZExtValue();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp104 const ConstantArrayType *CAT = local
106 Type = CAT->getElementType();
107 ArraySize = CAT->getSize().getZExtValue();
205 void addArrayUnchecked(const ConstantArrayType *CAT) { argument
211 MostDerivedType = CAT->getElementType();
212 MostDerivedArraySize = CAT->getSize().getZExtValue();
776 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) { argument
778 Designator.addArrayUnchecked(CAT);
1561 const ConstantArrayType *CAT = local
1563 assert(CAT
1578 const ConstantArrayType *CAT = local
[all...]
H A DMicrosoftMangle.cpp1419 if (const ConstantArrayType *CAT =
1421 Dimensions.push_back(CAT->getSize());
1422 ElementTy = CAT->getElementType();
H A DASTContext.cpp1396 const ConstantArrayType *CAT = cast<ConstantArrayType>(T); local
1398 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
1399 uint64_t Size = CAT->getSize().getZExtValue();
3777 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
3778 return getConstantArrayType(unqualElementType, CAT->getSize(),
3779 CAT->getSizeModifier(), 0);
4080 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(ATy))
4081 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
4082 CAT->getSizeModifier(),
4083 CAT
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1204 if (ObjCCategoryDecl *CAT = dyn_cast<ObjCCategoryDecl>(D))
1205 D = CAT->getClassInterface();
H A DSemaInit.cpp122 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT); local
138 if (StrLength > CAT->getSize().getZExtValue())
144 if (StrLength-1 > CAT->getSize().getZExtValue())
540 if (const ConstantArrayType *CAT =
542 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
1231 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(arrayType)) {
1232 maxElements = CAT->getSize();
H A DSemaDeclObjC.cpp768 void Sema::DiagnoseClassExtensionDupMethods(ObjCCategoryDecl *CAT, argument
782 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
783 e = CAT->meth_end(); i != e; ++i) {
H A DSemaChecking.cpp3419 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(Ty)) {
3421 if (CAT->getSize().getSExtValue() <= 1)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1971 if (const ConstantArrayType* CAT = dyn_cast<ConstantArrayType>(AT))
1972 Size = CAT->getSize().getZExtValue();

Completed in 564 milliseconds

12