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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c1007 const char *regentry = LookupErrorName(errcode); local
1009 if (strcmp(regentry, XREGISTRY_UNKNOWN) == 0) {
1018 return regentry;
1024 const char *regentry = LookupResourceName(resource); local
1026 if (strcmp(regentry, XREGISTRY_UNKNOWN) == 0) {
1035 return regentry;
1041 const char *regentry; local
1047 regentry = LookupMajorName(req);
1049 if (strcmp(regentry, XREGISTRY_UNKNOWN) == 0) {
1058 return regentry;
[all...]

Completed in 13 milliseconds