Searched refs:authorattr (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnn.c | 767 xmlAttr* authorattr = chain->properties; local in function:parsecopyright 770 while (authorattr) { 771 if (!strcmp(authorattr->name, "name")) 772 author->name = strdup(getattrib(db, file, chain->line, authorattr)); 773 else if (!strcmp(authorattr->name, "email")) 774 author->email = strdup(getattrib(db, file, chain->line, authorattr)); 776 rnn_err(db, "%s:%d: wrong attribute \"%s\" for author\n", file, chain->line, authorattr->name); 778 authorattr = authorattr->next;
|
Completed in 4 milliseconds