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

/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Drnn.c783 xmlAttr* nickattr = authorchild->properties; local in function:parsecopyright
785 while(nickattr) {
786 if (!strcmp(nickattr->name, "name"))
787 nickname = strdup(getattrib(db, file, authorchild->line, nickattr));
789 rnn_err(db, "%s:%d: wrong attribute \"%s\" for nick\n", file, authorchild->line, nickattr->name);
791 nickattr = nickattr->next;

Completed in 3 milliseconds