Searched refs:cupsdSetEnv (Results 1 – 4 of 4) sorted by relevance
/external/libcups/scheduler/ |
D | env.c | 100 cupsdSetEnv(const char *name, /* I - Name of variable */ in cupsdSetEnv() function 179 cupsdSetEnv(name, v); in cupsdSetEnvf() 194 #define set_if_undefined(name,value) if (find_env(name) < 0) cupsdSetEnv(name,value) in cupsdUpdateEnv()
|
D | listen.c | 235 cupsdSetEnv("CUPS_SERVER", have_domain); in cupsdStartListening() 245 cupsdSetEnv("CUPS_SERVER", "localhost"); in cupsdStartListening() 248 cupsdSetEnv("CUPS_ENCRYPTION", encryptions[LocalEncryption]); in cupsdStartListening()
|
D | cupsd.h | 170 extern void cupsdSetEnv(const char *name, const char *value);
|
D | conf.c | 3541 cupsdSetEnv(value, NULL); in read_cups_files_conf() 3623 cupsdSetEnv(value, valueptr); in read_cups_files_conf()
|