Searched refs:CUPS_MINIMAL (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | usersys.c | 546 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()
|
D | http.c | 3394 … http->default_fields[HTTP_FIELD_SERVER] ? http->default_fields[HTTP_FIELD_SERVER] : CUPS_MINIMAL); in httpWriteResponse()
|
/external/libcups/ |
D | config.h | 21 #define CUPS_MINIMAL "CUPS/2.2.9" macro
|
D | config.h.in | 19 #define CUPS_MINIMAL "" macro
|
/external/libcups/scheduler/ |
D | env.c | 216 set_if_undefined("SOFTWARE", CUPS_MINIMAL); in cupsdUpdateEnv()
|
D | conf.c | 3333 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/ |
D | config.h | 101 #define CUPS_MINIMAL "CUPS/2.3.3" macro
|
/external/libcups/xcode/ |
D | config.h | 22 #define CUPS_MINIMAL "CUPS/2.3.3" macro
|
/external/libcups/config-scripts/ |
D | cups-common.m4 | 26 AC_DEFINE_UNQUOTED(CUPS_MINIMAL, "AC_PACKAGE_NAME/$CUPS_VERSION$CUPS_REVISION") definition
|