MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cups_set_server_name

Function cups_set_server_name

cups/usersys.c:1533–1539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531 */
1532
1533static void
1534cups_set_server_name(
1535 _cups_client_conf_t *cc, /* I - client.conf values */
1536 const char *value) /* I - Value */
1537{
1538 strlcpy(cc->server_name, value, sizeof(cc->server_name));
1539}
1540
1541
1542/*

Callers 2

cups_read_client_confFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected