Searched refs:cmdline (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 623 * %A cmdline argument as an absolute path (must be absolute to match) 624 * %R cmdline argument as a relative path 625 * %S cmdline argument as a "safe" path (relative, and no ".." elements) 681 DoSubstitution(const char *template, const char *cmdline, const char *projroot, argument 710 if (cmdline && xf86pathIsAbsolute(cmdline)) { 711 APPEND_STR(cmdline); 718 if (cmdline && !xf86pathIsAbsolute(cmdline)) { 719 APPEND_STR(cmdline); 870 xf86openConfigFileIn( const char *path, const char *cmdline, const char *projroot) argument 966 xf86openConfigFile(const char *path, const char *cmdline, const char *projroot) argument [all...] |
H A D | xf86Parser.h | 547 const char *path, const char *cmdline, const char *projroot);
|
Completed in 15 milliseconds