| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | kadmin.c | 293 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 D | test_recanon.orch | 17 local function canon() 28 canon() 37 canon() 69 canon()
|
| H A D | test_sti.c | 83 init_pty(int *termfd, bool canon) in init_pty() argument 100 if (!canon) in init_pty()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | ticket.c | 515 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 D | ldap_principal.c | 140 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 D | ldap_principal2.c | 794 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 D | tty_inq.c | 365 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 D | kdb_test.c | 392 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 D | kvno.c | 56 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 D | RegisterContextDarwin_riscv32.cpp | 122 #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 D | main.c | 246 canon(*argv++, name, sizeof(name)); in main() 261 canon(*argv++, name, sizeof(name)); in main()
|
| H A D | interactive.c | 105 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 D | extern.h | 36 void canon(char *, char *, size_t);
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | Makefile.am | 205 while read -r canon alias; do \ 206 $(LN_S) -f "$${canon}" "$(DESTDIR)$(zpoolcompatdir)/$${alias}"; \
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sc7180-trogdor-lazor-r0.dts | 22 * that the cable is canon and in -rev1+ we'll make a board change
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.set.c | 146 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 D | sh.func.c | 1516 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 D | kerberos5.c | 1706 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 D | mailprio | 149 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 D | luke | 358 end)end)local function match_uname(canon,uname,x)return match(uname,x)and canon[x]end 359 …canon,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 D | Type.h | 1701 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 D | Type.cpp | 4276 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 D | util.c | 2122 bool canon = false; local 2130 canon = true; 2143 if ((canon ? sm_strcasecmp(p, mydom)
|
| H A D | helpfile | 129 -bt /canon hostname :try to canonify hostname.
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_if.m | 157 METHOD ssize_t canon {
|