Home
last modified time | relevance | path

Searched refs:p_extensions (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx388 char **p_extensions = XListExtensions (p_display, &n_numextensions); in sal_IsTrustedSolaris() local
391 if (p_extensions != NULL) in sal_IsTrustedSolaris()
394 b_is = (strcmp (p_extensions[i], "SUN_TSOL") == 0); in sal_IsTrustedSolaris()
395 XFreeExtensionList (p_extensions); in sal_IsTrustedSolaris()