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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c816 XrmValue rtnValue; local
823 strcat(class, color), &rtnType, &rtnValue)) {
824 if (! XrmGetResource(defaultDB, name, class, &rtnType, &rtnValue)) {
836 if (strcmp(rtnValue.addr, "0") == 0 && strcmp(color, "grays") != 0) {
840 value = atol(rtnValue.addr);
844 rtnValue.addr, name);

Completed in 805 milliseconds