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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c681 DoSubstitution(const char *template, const char *cmdline, const char *projroot, argument
693 if (!template)
703 for (i = 0; template[i]; i++) {
704 if (template[i] != '%') {
705 result[l++] = template[i];
708 switch (template[++i]) {
819 fprintf(stderr, "invalid escape %%%c found in path template\n",
820 template[i]);
827 fprintf(stderr, "Converted `%s' to `%s'\n", template, result);
881 const char *template; local
[all...]

Completed in 12 milliseconds