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

/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf.c353 NotationList **notations; local
358 /* How many notations do we have? */
368 notations = malloc(notationCount * sizeof(NotationList *));
369 if (notations == NULL) {
370 fprintf(stderr, "Unable to sort notations");
376 notations[i] = p;
378 qsort(notations, notationCount, sizeof(NotationList *), notationCmp);
388 fputts(notations[i]->notationName, data->fp);
389 if (notations[i]->publicId != NULL) {
391 fputts(notations[
[all...]

Completed in 112 milliseconds