Searched defs:tn (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c1219 TypeName *tn = (TypeName *) data; local
1232 if (strcmp(t->type, tn->type) == 0) {
1233 if (ParseResourceSection(f, rd, t, tn->name, 1)) {
1256 if (strcmp(t->type, tn->type) == 0) {
1257 if (ParseResourceSection(f, rd, t, tn->name, 0)) {
1314 TypeName tn; local
1348 tn.type = resourceType;
1349 tn.name = resourceName;
1350 (void) ReadName(f, rd, (char *) &tn);

Completed in 24 milliseconds