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

Function cups_set_user

cups/usersys.c:1660–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658 */
1659
1660static void
1661cups_set_user(
1662 _cups_client_conf_t *cc, /* I - client.conf values */
1663 const char *value) /* I - Value */
1664{
1665 strlcpy(cc->user, value, sizeof(cc->user));
1666}

Callers 3

cups_init_client_confFunction · 0.85
cups_read_client_confFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected