Home | History | Annotate | Download | only in cups

Lines Matching refs:installdir

188   static char	installdir[1024] = "",	/* Install directory */
223 if (!installdir[0])
229 strlcpy(installdir, "C:/Program Files/cups.org", sizeof(installdir));
238 char *ptr; /* Pointer into installdir */
240 size = sizeof(installdir);
241 RegQueryValueEx(key, "installdir", NULL, NULL, installdir, &size);
244 for (ptr = installdir; *ptr;)
260 snprintf(confdir, sizeof(confdir), "%s/conf", installdir);
261 snprintf(localedir, sizeof(localedir), "%s/locale", installdir);
265 cg->cups_datadir = installdir;
268 cg->cups_serverbin = installdir;