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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c125 static char *configPath; /* path to config file */ variable
886 configPath = NULL; /* Config file pathname, else NULL */
919 configPath = DoSubstitution(template, cmdline, projroot,
922 if (configPath == NULL) {
928 configFile = fopen(configPath, "r");
935 xf86conffree(configPath);
936 configPath = NULL;
946 return (configPath);
968 const char *configPath; /* Config file pathname, else NULL */ local
970 configPath
[all...]

Completed in 13 milliseconds