Home
last modified time | relevance | path

Searched refs:append_attr (Results 1 – 2 of 2) sorted by relevance

/src/crypto/krb5/src/lib/krad/
H A Dattrset.c170 append_attr(krb5_context ctx, const char *secret, in append_attr() function
213 retval = append_attr(set->ctx, secret, auth, in kr_attrset_encode()
221 retval = append_attr(set->ctx, secret, auth, a->type, &a->attr, in kr_attrset_encode()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp383 static void append_attr(std::string &PropertyString, const char *attr, in append_attr() function
482 append_attr(PropertyString, "readonly", LParenAdded); in rewriteToObjCProperty()
491 append_attr(PropertyString, "assign", LParenAdded); in rewriteToObjCProperty()
495 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()
500 append_attr(PropertyString, MemoryManagementAttr, LParenAdded); in rewriteToObjCProperty()