Searched refs:p_extensions (Results 1 – 1 of 1) sorted by relevance
390 char **p_extensions = XListExtensions (p_display, &n_numextensions); in sal_IsTrustedSolaris() local393 if (p_extensions != NULL) in sal_IsTrustedSolaris()396 b_is = (strcmp (p_extensions[i], "SUN_TSOL") == 0); in sal_IsTrustedSolaris()397 XFreeExtensionList (p_extensions); in sal_IsTrustedSolaris()
Completed in 29 milliseconds