Lines Matching refs:cupsd
844 cups_file_t *cupsd; /* cupsd.conf file */ in cupsAdminGetServerSettings() local
937 if ((cupsd = cupsFileOpen(cupsdconf, "r")) == NULL) in cupsAdminGetServerSettings()
949 cupsd = NULL; in cupsAdminGetServerSettings()
951 if (cupsd) in cupsAdminGetServerSettings()
975 while (cupsFileGetConf(cupsd, line, sizeof(line), &value, &linenum)) in cupsAdminGetServerSettings()
1098 cupsFileClose(cupsd); in cupsAdminGetServerSettings()
1163 cups_file_t *cupsd; /* cupsd.conf file */ in cupsAdminSetServerSettings() local
1226 if ((cupsd = cupsFileOpen(cupsdconf, "r")) == NULL) in cupsAdminSetServerSettings()
1398 cupsFileClose(cupsd); in cupsAdminSetServerSettings()
1442 while (cupsFileGetConf(cupsd, line, sizeof(line), &value, &linenum)) in cupsAdminSetServerSettings()
1991 cupsFileClose(cupsd); in cupsAdminSetServerSettings()