Home
last modified time | relevance | path

Searched refs:authorattr (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c767 xmlAttr* authorattr = chain->properties; in parsecopyright() local
770 while (authorattr) { in parsecopyright()
771 if (!strcmp(authorattr->name, "name")) in parsecopyright()
772 author->name = strdup(getattrib(db, file, chain->line, authorattr)); in parsecopyright()
773 else if (!strcmp(authorattr->name, "email")) in parsecopyright()
774 author->email = strdup(getattrib(db, file, chain->line, authorattr)); in parsecopyright()
776 rnn_err(db, "%s:%d: wrong attribute \"%s\" for author\n", file, chain->line, authorattr->name); in parsecopyright()
778 authorattr = authorattr->next; in parsecopyright()

Completed in 3 milliseconds