Home
last modified time | relevance | path

Searched refs:canon (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/crypto/heimdal/lib/krb5/
H A Dticket.c515 PA_ClientCanonicalized canon; in check_client_referral() local
533 &canon, &len); in check_client_referral()
542 &canon.names, &len, ret); in check_client_referral()
544 free_PA_ClientCanonicalized(&canon); in check_client_referral()
553 free_PA_ClientCanonicalized(&canon); in check_client_referral()
559 &canon.canon_checksum); in check_client_referral()
567 free_PA_ClientCanonicalized(&canon); in check_client_referral()
573 &canon.names.requested_name)) in check_client_referral()
575 free_PA_ClientCanonicalized(&canon); in check_client_referral()
583 &canon.names.mapped_name)) in check_client_referral()
[all …]
/freebsd/sys/kern/
H A Dtty_inq.c365 unsigned int canon, off; in ttyinq_canonicalize_break() local
374 canon = ti->ti_begin; in ttyinq_canonicalize_break()
381 canon = off + 1; in ttyinq_canonicalize_break()
389 MPASS(canon > ti->ti_begin || off == ti->ti_begin); in ttyinq_canonicalize_break()
400 if (canon != ti->ti_begin && (canon % TTYINQ_DATASIZE) == 0) in ttyinq_canonicalize_break()
402 ti->ti_linestart = ti->ti_reprint = canon; in ttyinq_canonicalize_break()
/freebsd/sbin/restore/
H A Dmain.c246 canon(*argv++, name, sizeof(name)); in main()
261 canon(*argv++, name, sizeof(name)); in main()
H A Dinteractive.c105 canon("/", curdir, sizeof(curdir)); in runcmdshell()
351 canon(rawname, name, size); in getcmd()
358 canon(output, name, size); in getcmd()
436 canon(char *rawname, char *canonname, size_t len) in canon() function
H A Dextern.h36 void canon(char *, char *, size_t);
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-lazor-r0.dts22 * that the cable is canon and in -rev1+ we'll make a board change
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A DMakefile.am197 while read -r canon alias; do \
198 $(LN_S) -f "$${canon}" "$(DESTDIR)$(zpoolcompatdir)/$${alias}"; \
/freebsd/contrib/tcsh/
H A Dsh.set.c146 Char *cp, *canon; in update_vars() local
152 canon = dcanon(cp, cp); in update_vars()
153 cleanup_push(canon, xfree); in update_vars()
155 setcopy(vp, canon, VAR_READWRITE); /* have to save the new val */ in update_vars()
158 tsetenv(STRKHOME, canon); in update_vars()
161 cleanup_until(canon); in update_vars()
H A Dsh.func.c1516 Char *canon; in dosetenv() local
1521 canon = dcanon(lp, lp); in dosetenv()
1522 cleanup_push(canon, xfree); in dosetenv()
1523 setv(STRhome, quote(canon), VAR_READWRITE); /* lp memory used here */ in dosetenv()
1524 cleanup_ignore(canon); in dosetenv()
1525 cleanup_until(canon); in dosetenv()
/freebsd/crypto/heimdal/kdc/
H A Dkerberos5.c1706 PA_ClientCanonicalized canon; in _kdc_as_rep() local
1712 memset(&canon, 0, sizeof(canon)); in _kdc_as_rep()
1714 canon.names.requested_name = *b->cname; in _kdc_as_rep()
1715 canon.names.mapped_name = client->entry.principal->name; in _kdc_as_rep()
1718 &canon.names, &len, ret); in _kdc_as_rep()
1734 &canon.canon_checksum); in _kdc_as_rep()
1741 &canon, &len, ret); in _kdc_as_rep()
1742 free_Checksum(&canon.canon_checksum); in _kdc_as_rep()
/freebsd/contrib/sendmail/contrib/
H A Dmailprio149 X local($addr, $canon);
159 X $canon = &canonicalize((&simplify_address($addr))[0]);
160 X unless (defined $canon) {
165 X if (defined $list{$canon}) {
166 X warn "$file: duplicate: ``$addr -> $canon''\n";
170 X $list{$canon} = $addr;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1475 ExtQualsTypeCommonBase(const Type *baseType, QualType canon)
1476 : BaseType(baseType), CanonicalType(canon) {}
1511 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals)
1513 canon.isNull() ? QualType(this_(), 0) : canon),
2038 Type(TypeClass tc, QualType canon, TypeDependence Dependence)
2040 canon.isNull() ? QualType(this_(), 0) : canon) {
5087 AttributedType(QualType canon, attr::Kind attrKind, QualType modified,
5089 : Type(Attributed, canon, equivalent->getDependence()),
6885 QualType canon = getCommonPtr()->CanonicalType;
6886 return canon.withFastQualifiers(getLocalFastQualifiers());
H A DTypeProperties.td851 QualType canon = (underlyingType
854 return ctx.getDependentNameType(keyword, qualifier, name, canon);
/freebsd/sys/dev/ofw/
H A Dofw_if.m157 METHOD ssize_t canon {
/freebsd/contrib/sendmail/src/
H A Dhelpfile129 -bt /canon hostname :try to canonify hostname.
H A Dutil.c2122 bool canon = false; local
2130 canon = true;
2143 if ((canon ? sm_strcasecmp(p, mydom)
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3007 QualType canon; in getExtQualType() local
3011 canon = getExtQualType(canonSplit.Ty, canonSplit.Quals); in getExtQualType()
3771 QualType canon = getQualifiedType(QualType(canonTy,0), in getDependentSizedArrayType() local
3778 return canon; in getDependentSizedArrayType()
3783 DependentSizedArrayType(elementType, canon, numElements, ASM, in getDependentSizedArrayType()
3803 QualType canon; in getIncompleteArrayType() local
3808 canon = getIncompleteArrayType(QualType(canonSplit.Ty, 0), in getIncompleteArrayType()
3810 canon = getQualifiedType(canon, canonSplit.Quals); in getIncompleteArrayType()
3819 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()
4757 QualType canon = getCanonicalType(equivalentType); in getAttributedType() local
[all …]
H A DType.cpp4669 const Type *canon = getCanonicalTypeInternal().getTypePtr(); in isObjCARCImplicitlyUnretainedType() local
4672 while (const auto *array = dyn_cast<ArrayType>(canon)) in isObjCARCImplicitlyUnretainedType()
4673 canon = array->getElementType().getTypePtr(); in isObjCARCImplicitlyUnretainedType()
4675 if (const auto *opt = dyn_cast<ObjCObjectPointerType>(canon)) { in isObjCARCImplicitlyUnretainedType()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp801 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols() local
802 canon->locs.push_back(undef.locs[0]); in reportUndefinedSymbols()
/freebsd/contrib/sendmail/
H A DKNOWNBUGS93 Kresolve sequence dnsmx canon
/freebsd/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1742 canon-checksum [1] Checksum
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def591 LOOP_PASS("canon-freeze", CanonicalizeFreezeInLoopsPass())
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf698 R$* < @@ $+ > $* $@ $1 < @ $2 > $3 canon IP addr
/freebsd/contrib/file/magic/Magdir/
H A Dimages279 !:mime image/x-canon-crw
289 !:mime image/x-canon-cr2
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog1775 * cert.c (hx509_cert_get_base_subject): reject un-canon proxy

12