Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c497 xf86pathIsSafe(const char *path) in xf86pathIsSafe() function
606 if (cmdline && xf86pathIsSafe(cmdline)) { in DoSubstitution()
657 if (env && xf86pathIsSafe(env)) { in DoSubstitution()
H A Dxf86Parser.h484 extern _X_EXPORT int xf86pathIsSafe(const char *path);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2440 return (xf86pathIsSafe(path) != 0); in xf86PathIsSafe()