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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c137 static ResourceDirectory resDir = NULL, lastResDir; variable
783 if (resDir == NULL) return;
785 for (d = resDir; d != NULL; d = d->next) {
801 while (resDir != NULL) {
802 d = resDir->next;
803 FREE(resDir->directory);
804 FREE((char *) resDir->types);
805 FREE(resDir->typeNameBuffer);
806 FREE(resDir->filePrefix);
807 FREE((char *) resDir);
[all...]

Completed in 32 milliseconds