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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c989 TsolPolicyReturnString(int pr) argument
991 if (pr == XTSOL_FAIL) {
993 } else if (pr == XTSOL_ALLOW) {
995 } else if (pr == XTSOL_IGNORE) {
999 snprintf(str, sizeof(str), "<unknown value %d>", pr);

Completed in 13 milliseconds