Home
last modified time | relevance | path

Searched refs:CUPS_MINIMAL (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dusersys.c546 strlcpy(cg->user_agent, CUPS_MINIMAL " IPP/2.1", sizeof(cg->user_agent)); in cupsSetUserAgent()
584 …snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (Windows %d.%d) IPP/2.0", version.… in cupsSetUserAgent()
586 …snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (Windows %d.%d; %s) IPP/2.0", vers… in cupsSetUserAgent()
603 snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (macOS %s) IPP/2.0", version); in cupsSetUserAgent()
605 …snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (macOS %s; %s) IPP/2.0", version, … in cupsSetUserAgent()
609 snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (iOS %s) IPP/2.0", version); in cupsSetUserAgent()
611 …snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (iOS %s; %s) IPP/2.0", version, na… in cupsSetUserAgent()
622 …snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (%s %s) IPP/2.0", name.sysname, na… in cupsSetUserAgent()
624 …snprintf(cg->user_agent, sizeof(cg->user_agent), CUPS_MINIMAL " (%s %s; %s) IPP/2.0", name.sysname… in cupsSetUserAgent()
Dhttp.c3394 … http->default_fields[HTTP_FIELD_SERVER] ? http->default_fields[HTTP_FIELD_SERVER] : CUPS_MINIMAL); in httpWriteResponse()
/external/libcups/
Dconfig.h21 #define CUPS_MINIMAL "CUPS/2.2.9" macro
Dconfig.h.in19 #define CUPS_MINIMAL "" macro
/external/libcups/scheduler/
Denv.c216 set_if_undefined("SOFTWARE", CUPS_MINIMAL); in cupsdUpdateEnv()
Dconf.c3333 cupsdSetString(&ServerHeader, CUPS_MINIMAL " IPP/2.1"); in read_cupsd_conf()
3335 cupsdSetStringf(&ServerHeader, CUPS_MINIMAL " (%s %s) IPP/2.1", in read_cupsd_conf()
3338 cupsdSetStringf(&ServerHeader, CUPS_MINIMAL " (%s %s; %s) IPP/2.1", in read_cupsd_conf()
/external/libcups/vcnet/
Dconfig.h101 #define CUPS_MINIMAL "CUPS/2.3.3" macro
/external/libcups/xcode/
Dconfig.h22 #define CUPS_MINIMAL "CUPS/2.3.3" macro
/external/libcups/config-scripts/
Dcups-common.m426 AC_DEFINE_UNQUOTED(CUPS_MINIMAL, "AC_PACKAGE_NAME/$CUPS_VERSION$CUPS_REVISION") definition