Home
last modified time | relevance | path

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

12

/freebsd/crypto/krb5/src/kadmin/cli/
H A Dkadmin.c293 char *luser, *canon, *cp; in kadmin_startup() local
489 if (krb5_unparse_name(context, princ, &canon)) { in kadmin_startup()
494 realm = strchr(canon, '@'); in kadmin_startup()
496 if (realm > canon && *(realm - 1) != '\\') in kadmin_startup()
502 cp = strchr(canon, '/'); in kadmin_startup()
504 if (cp > canon && *(cp - 1) != '\\') in kadmin_startup()
510 if (asprintf(&princstr, "%s/admin%s%s", canon, in kadmin_startup()
516 free(canon); in kadmin_startup()
670 char *canon = NULL; in kadmin_delprinc() local
683 retval = krb5_unparse_name(context, princ, &canon); in kadmin_delprinc()
[all …]
/freebsd/tests/sys/kern/tty/
H A Dtest_recanon.orch17 local function canon()
28 canon()
37 canon()
69 canon()
H A Dtest_sti.c83 init_pty(int *termfd, bool canon) in init_pty() argument
100 if (!canon) in init_pty()
/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/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c140 char **canon = NULL, **names = NULL, **list; in iterate_entry() local
143 canon = ldap_get_values(ld, ent, "krbCanonicalName"); in iterate_entry()
145 if (canon == NULL && names == NULL) in iterate_entry()
150 list = (canon != NULL) ? canon : names; in iterate_entry()
172 if (canon != NULL && names != NULL) { in iterate_entry()
173 ret = krb5_ldap_parse_name(context, canon[0], &cprinc); in iterate_entry()
177 if (strcmp(names[i], canon[0]) == 0) in iterate_entry()
197 ldap_value_free(canon); in iterate_entry()
H A Dldap_principal2.c794 char **canon = NULL, **names = NULL, *user = NULL, *dn = NULL; in add_alias() local
813 canon = ldap_get_values(ld, ent, "krbCanonicalName"); in add_alias()
817 if (canon == NULL) { in add_alias()
858 ldap_value_free(canon); in add_alias()
/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/crypto/krb5/src/plugins/kdb/test/
H A Dkdb_test.c392 char *search_name = NULL, *canon = NULL, *flagstr; in test_get_principal() local
405 canon = get_string(h, "alias", search_name, NULL); in test_get_principal()
406 if (canon != NULL) { in test_get_principal()
407 check(krb5_parse_name(context, canon, &princ)); in test_get_principal()
436 ename = canon; in test_get_principal()
497 free(canon); in test_get_principal()
526 char *canon, *princ_name; in test_get_s4u_x509_principal() local
546 canon = get_string(h, "alias", princ_name, NULL); in test_get_s4u_x509_principal()
548 if (canon != NULL) { in test_get_s4u_x509_principal()
549 check(krb5_parse_name(context, canon, &canon_princ)); in test_get_s4u_x509_principal()
[all …]
/freebsd/crypto/krb5/src/clients/kvno/
H A Dkvno.c56 int canon, int no_store, int unknown, char *for_user,
74 int canon = 0, unknown = 0, proxy = 0, for_user_enterprise = 0; in main() local
93 canon = 1; in main()
175 sname, cached_only, canon, no_store, unknown, for_user, in main()
454 char *keytab_name, char *sname, int cached_only, int canon, in do_v5_kvno() argument
470 if (canon) in do_v5_kvno()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_riscv32.cpp122 #define DEFINE_GPR_ABI(reg, canon) \ argument
123 #reg, #canon, \
124 sizeof(((RegisterContextDarwin_riscv32::GPR *)nullptr)->canon), \
125 GPR_OFFSET(canon), eEncodingUint, eFormatHex
130 #define DEFINE_FPU_ABI(reg, canon) \ argument
131 #reg, #canon, \
132 sizeof(((RegisterContextDarwin_riscv32::FPU *)nullptr)->canon), \
133 FPU_OFFSET(canon), eEncodingUint, eFormatHex
/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/openzfs/cmd/zpool/
H A DMakefile.am205 while read -r canon alias; do \
206 $(LN_S) -f "$${canon}" "$(DESTDIR)$(zpoolcompatdir)/$${alias}"; \
/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/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/lyaml/build-aux/
H A Dluke358 end)end)local function match_uname(canon,uname,x)return match(uname,x)and canon[x]end
359canon,uname)local literalkeys,patternkeys=partition(keys(canon),function(k)return sub(k,1,1)~='^'e…
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1701 ExtQualsTypeCommonBase(const Type *baseType, QualType canon)
1702 : BaseType(baseType), CanonicalType(canon) {}
1737 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals)
1739 canon.isNull() ? QualType(this_(), 0) : canon),
2313 Type(TypeClass tc, QualType canon, TypeDependence Dependence)
2315 canon.isNull() ? QualType(this_(), 0) : canon) {
6200 AttributedType(QualType canon, attr::Kind attrKind, QualType modified,
6202 : AttributedType(canon, attrKind, nullptr, modified, equivalent) {}
6204 AttributedType(QualType canon, const Attr *attr, QualType modified,
6208 AttributedType(QualType canon, attr::Kind attrKind, const Attr *attr,
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4276 AttributedType::AttributedType(QualType canon, const Attr *attr, in AttributedType() argument
4278 : AttributedType(canon, attr->getKind(), attr, modified, equivalent) {} in AttributedType()
4280 AttributedType::AttributedType(QualType canon, attr::Kind attrKind, in AttributedType() argument
4283 : Type(Attributed, canon, equivalent->getDependence()), Attribute(attr), in AttributedType()
5163 const Type *canon = getCanonicalTypeInternal().getTypePtr(); in isObjCARCImplicitlyUnretainedType() local
5166 while (const auto *array = dyn_cast<ArrayType>(canon)) in isObjCARCImplicitlyUnretainedType()
5167 canon = array->getElementType().getTypePtr(); in isObjCARCImplicitlyUnretainedType()
5169 if (const auto *opt = dyn_cast<ObjCObjectPointerType>(canon)) { in isObjCARCImplicitlyUnretainedType()
/freebsd/contrib/sendmail/src/
H A Dutil.c2122 bool canon = false; local
2130 canon = true;
2143 if ((canon ? sm_strcasecmp(p, mydom)
H A Dhelpfile129 -bt /canon hostname :try to canonify hostname.
/freebsd/sys/dev/ofw/
H A Dofw_if.m157 METHOD ssize_t canon {

12