Searched refs:cmdline (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c623 * %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 Dxf86Parser.h547 const char *path, const char *cmdline, const char *projroot);

Completed in 15 milliseconds