Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info.c33 for (xmlAttrPtr curr_attr = node->properties; curr_attr != NULL; curr_attr = curr_attr->next) { in get_attribute() local
34 if (xmlStrEqual(curr_attr->name, (const xmlChar *) attr_name)) { in get_attribute()
35 return get_text_from_children(curr_attr->children); in get_attribute()
/third_party/ltp/scripts/
Dcheckpatch.pl6598 my $curr_attr = $orig_attr;
6599 $curr_attr =~ s/^[\s_]+|[\s_]+$//g;
6600 if (exists($attr_list{$curr_attr})) {
6601 my $new = $attr_list{$curr_attr};
6602 if ($curr_attr eq "format" && $params) {