Searched refs:authorchild (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnn.c | 768 xmlNode *authorchild = chain->children; local in function:parsecopyright 780 while(authorchild) { 781 if (authorchild->type != XML_ELEMENT_NODE) { 782 } else if (!strcmp(authorchild->name, "nick")) { 783 xmlAttr* nickattr = authorchild->properties; 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); 794 rnn_err(db, "%s:%d: missing \"name\" attribute for nick\n", file, authorchild->line); 798 rnn_err(db, "%s:%d: wrong tag in author: <%s>\n", file, authorchild->line, authorchild [all...] |
Completed in 3 milliseconds