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

Function cupsSetUser

cups/usersys.c:522–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 */
521
522void
523cupsSetUser(const char *user) /* I - User name */
524{
525 _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */
526
527
528 if (user)
529 strlcpy(cg->user, user, sizeof(cg->user));
530 else
531 cg->user[0] = '\0';
532}
533
534
535/*

Callers 15

mainFunction · 0.85
monitor_printerFunction · 0.85
password_cbFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
cgiPrintCommandFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

_cupsGlobalsFunction · 0.85

Tested by

no test coverage detected