Searched refs:cupsdconf (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | adminutil.c | 104 char cupsdconf[1024]; /* cupsd.conf filename */ in cupsAdminGetServerSettings() local 193 if ((status = get_cupsd_conf(http, cg, cg->cupsd_update, cupsdconf, in cupsAdminGetServerSettings() 194 sizeof(cupsdconf), &remote)) == HTTP_STATUS_OK) in cupsAdminGetServerSettings() 196 if ((cupsd = cupsFileOpen(cupsdconf, "r")) == NULL) in cupsAdminGetServerSettings() 203 cupsdconf, strerror(errno)); in cupsAdminGetServerSettings() 394 unlink(cupsdconf); in cupsAdminGetServerSettings() 423 char cupsdconf[1024]; /* cupsd.conf filename */ in cupsAdminSetServerSettings() local 482 if (get_cupsd_conf(http, cg, 0, cupsdconf, sizeof(cupsdconf), in cupsAdminSetServerSettings() 485 if ((cupsd = cupsFileOpen(cupsdconf, "r")) == NULL) in cupsAdminSetServerSettings() 660 unlink(cupsdconf); in cupsAdminSetServerSettings() [all …]
|