Searched refs:xf86pathIsSafe (Results 1 – 3 of 3) sorted by relevance
497 xf86pathIsSafe(const char *path) in xf86pathIsSafe() function606 if (cmdline && xf86pathIsSafe(cmdline)) { in DoSubstitution()657 if (env && xf86pathIsSafe(env)) { in DoSubstitution()
484 extern _X_EXPORT int xf86pathIsSafe(const char *path);
2440 return (xf86pathIsSafe(path) != 0); in xf86PathIsSafe()