Searched refs:fullattr (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_freebsd.go | 139 func xattrnamespace(fullattr string) (ns int, attr string, err error) { 140 s := strings.IndexByte(fullattr, '.') 145 namespace := fullattr[0:s] 146 attr = fullattr[s+1:]
|
/external/libxml2/ |
D | parser.c | 1208 const xmlChar *fullattr, in xmlAddDefAttrs() argument 1219 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddDefAttrs() 1278 name = xmlSplitQName3(fullattr, &len); in xmlAddDefAttrs() 1280 name = xmlDictLookup(ctxt->dict, fullattr, -1); in xmlAddDefAttrs() 1284 prefix = xmlDictLookup(ctxt->dict, fullattr, len); in xmlAddDefAttrs() 1319 const xmlChar *fullattr, in xmlAddSpecialAttr() argument 1328 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddSpecialAttr() 1331 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr, in xmlAddSpecialAttr() 1347 const xmlChar *fullname, const xmlChar *fullattr, in xmlCleanSpecialAttrCallback() argument 1352 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL); in xmlCleanSpecialAttrCallback()
|