| /freebsd-12.1/contrib/netbsd-tests/bin/ps/ |
| H A D | t_ps.sh | 258 '^ *PPP CCC$' 259 check_heading_regexp '-o pid,comm=CCC' \ 260 '^'"${head_regexp_pid}"' CCC$' 261 check_heading_regexp '-o pid -o comm=CCC' \ 262 '^'"${head_regexp_pid}"' CCC$' 264 check_heading_regexp '-o comm=CCC' \ 265 '^CCC$' 268 '^CCC *PPP$' 291 '^ *PPP,comm=CCC$' # not like '-o pid=PPP -o comm=CCC' 317 '^ * CCC$' [all …]
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_string_composition.h | 1008 #define CCC(uc) \ macro
|
| H A D | archive_string.c | 2898 cx = CCC(ucx[_i]); \ 3073 } else if ((cl = CCC(uc2)) == 0) { in archive_string_normalize_C() 3147 cx = CCC(ucx[0]); in archive_string_normalize_C() 3334 if (IS_DECOMPOSABLE_BLOCK(uc) && CCC(uc) != 0) { in archive_string_normalize_D() 3345 fdc[0].ccc = CCC(cp2); in archive_string_normalize_D() 3353 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) { in archive_string_normalize_D()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3847 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable() 4408 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer() 4413 if (CCC.WantObjCSuper) in AddKeywordsToConsumer() 4416 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 4453 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer() 4469 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer() 4501 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer() 4555 std::unique_ptr<CorrectionCandidateCallback> CCC, in makeTypoCorrectionConsumer() argument 4617 CorrectionCandidateCallback &CCCRef = *CCC; in makeTypoCorrectionConsumer() 4745 bool ObjCMessageReceiver = CCC->WantObjCSuper && !CCC->WantRemainingKeywords; in CorrectTypo() [all …]
|
| H A D | MultiplexExternalSemaSource.cpp | 318 CorrectionCandidateCallback &CCC, in CorrectTypo() argument 323 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| H A D | SemaCodeComplete.cpp | 1470 switch (CCC) { in AddFunctionSpecifiers() 1525 switch (CCC) { in WantTypesInContext() 1710 switch (CCC) { in AddOrdinaryNameResults() 1789 if (CCC == Sema::PCC_Class) { in AddOrdinaryNameResults() 1834 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 1835 AddFunctionSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 1840 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 1846 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2020 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2026 CCC == Sema::PCC_ParenthesizedExpression) { in AddOrdinaryNameResults() [all …]
|
| H A D | SemaExpr.cpp | 1820 std::unique_ptr<CorrectionCandidateCallback> CCC, in DiagnoseEmptyLookup() argument 1911 R.getLookupNameInfo(), R.getLookupKind(), S, &SS, std::move(CCC), in DiagnoseEmptyLookup() 1921 &SS, std::move(CCC), CTK_ErrorRecovery))) { in DiagnoseEmptyLookup() 2070 std::unique_ptr<CorrectionCandidateCallback> CCC, in ActOnIdExpression() argument 2195 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2197 if (CCC) { in ActOnIdExpression() 2199 CCC->setTypoName(II); in ActOnIdExpression() 2201 CCC->setTypoNNS(SS.getScopeRep()); in ActOnIdExpression() 2207 CCC ? std::move(CCC) : std::move(DefaultValidator), in ActOnIdExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 135 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer() argument 141 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext), in TypoCorrectionConsumer()
|
| H A D | ExternalSemaSource.h | 205 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
|
| H A D | MultiplexExternalSemaSource.h | 338 CorrectionCandidateCallback &CCC,
|
| H A D | Sema.h | 1867 std::unique_ptr<CorrectionCandidateCallback> CCC = nullptr); 3194 std::unique_ptr<CorrectionCandidateCallback> CCC, 3278 std::unique_ptr<CorrectionCandidateCallback> CCC, 3288 std::unique_ptr<CorrectionCandidateCallback> CCC, 4158 std::unique_ptr<CorrectionCandidateCallback> CCC = nullptr, 4168 std::unique_ptr<CorrectionCandidateCallback> CCC,
|
| /freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.y | 108 AUTH ADAT PROT PBSZ CCC MIC 693 | CCC CRLF check_secure 988 { "CCC", CCC, ARGS, 1, "" },
|
| H A D | ftpcmd.c | 135 CCC = 324, enumerator 220 #define CCC 324 macro 3041 { "CCC", CCC, ARGS, 1, "" },
|
| /freebsd-12.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 119 border-color: #CCC; 521 * border-color: #CCC;
|
| /freebsd-12.1/crypto/heimdal/appl/ftp/ |
| H A D | ChangeLog | 100 (from MIT); make sure we CCC if switching to clear-text command 142 * ftp/security.c: keep track of if CCC was passed 144 * ftpd/extern.h: variable to keep track of if CCC was passed 146 * ftpd/ftpcmd.y: sprinkel check_secure, check if CCC was passed in
|
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | configure | 648 CCC 2837 if test -n "$CCC"; then 2838 CXX=$CCC
|
| /freebsd-12.1/contrib/gperf/lib/ |
| H A D | configure | 648 CCC 2835 if test -n "$CCC"; then 2836 CXX=$CCC
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2996 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local 3015 CCC = Sema::PCC_LocalDeclarationSpecifiers; in ParseDeclarationSpecifiers() 3017 CCC = DSContext == DeclSpecContext::DSC_class ? Sema::PCC_MemberTemplate in ParseDeclarationSpecifiers() 3020 CCC = Sema::PCC_Class; in ParseDeclarationSpecifiers() 3022 CCC = Sema::PCC_ObjCImplementation; in ParseDeclarationSpecifiers() 3024 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
|
| H A D | Parser.cpp | 1491 std::unique_ptr<CorrectionCandidateCallback> CCC) { in TryAnnotateName() argument 1529 SS.isEmpty() ? std::move(CCC) : nullptr); in TryAnnotateName()
|
| /freebsd-12.1/contrib/libxo/xohtml/ |
| H A D | xohtml.css | 837 border: solid 1px #CCC;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 768 std::unique_ptr<CorrectionCandidateCallback> CCC = nullptr);
|
| /freebsd-12.1/contrib/binutils/config/ |
| H A D | acinclude.m4 | 11 AC_CHECK_PROGS(CXX, $CCC c++ g++ gcc CC cxx cc++, gcc)
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | configure | 3699 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 3741 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
|
| /freebsd-12.1/tools/tools/locale/etc/final-maps/ |
| H A D | widths.txt | 4511 <CJK_UNIFIED_IDEOGRAPH-3CCC> 2 8607 <CJK_UNIFIED_IDEOGRAPH-4CCC> 2 12693 <CJK_UNIFIED_IDEOGRAPH-5CCC> 2 16789 <CJK_UNIFIED_IDEOGRAPH-6CCC> 2 20885 <CJK_UNIFIED_IDEOGRAPH-7CCC> 2 24981 <CJK_UNIFIED_IDEOGRAPH-8CCC> 2 29077 <CJK_UNIFIED_IDEOGRAPH-9CCC> 2
|
| H A D | map.eucCN | 2786 <CJK_UNIFIED_IDEOGRAPH-6CCC> \xC3\xDA 7385 <CJK_UNIFIED_IDEOGRAPH-7CCC> \xF4\xD8 7612 <CJK_UNIFIED_IDEOGRAPH-9CCC> \xF7\xA1
|