Searched refs:server_root (Results 1 – 3 of 3) sorted by relevance
/external/libcups/notifier/ |
D | mailto.c | 390 const char *server_root, /* CUPS_SERVERROOT environment variable */ in load_configuration() local 419 if ((server_root = getenv("CUPS_SERVERROOT")) == NULL) in load_configuration() 420 server_root = CUPS_SERVERROOT; in load_configuration() 422 snprintf(line, sizeof(line), "%s/mailto.conf", server_root); in load_configuration()
|
/external/libcups/scheduler/ |
D | cupsfilter.c | 110 const char *server_root; /* CUPS_SERVERROOT environment variable */ in main() local 150 if ((server_root = getenv("CUPS_SERVERROOT")) == NULL) in main() 151 server_root = CUPS_SERVERROOT; in main() 153 snprintf(cupsfilesconf, sizeof(cupsfilesconf), "%s/cups-files.conf", server_root); in main()
|
/external/libcups/cgi-bin/ |
D | admin.c | 1631 const char *server_root; /* Location of config files */ in do_config_server() local 1638 if ((server_root = getenv("CUPS_SERVERROOT")) == NULL) in do_config_server() 1639 server_root = CUPS_SERVERROOT; in do_config_server() 1641 snprintf(filename, sizeof(filename), "%s/cupsd.conf", server_root); in do_config_server()
|