Searched refs:cupsUser (Results 1 – 11 of 11) sorted by relevance
/external/libcups/cups/ |
D | dest-job.c | 52 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in cupsCancelDestJob() 137 NULL, cupsUser()); in cupsCloseDestJob() 218 NULL, cupsUser()); in cupsCreateDestJob() 366 NULL, cupsUser()); in cupsStartDestDocument()
|
D | auth.c | 222 …ompt), _cupsLangString(cg->lang_default, _("Password for %s on %s? ")), cupsUser(), http->hostname… in cupsDoAuthentication() 233 snprintf(http->userpass, sizeof(http->userpass), "%s:%s", cupsUser(), password); in cupsDoAuthentication() 371 cupsUser(), http->gsshost); in _cupsSetNegotiateAuthString() 380 username = cupsUser(); in _cupsSetNegotiateAuthString() 1033 username = cupsUser(); in cups_local_auth()
|
D | util.c | 125 NULL, cupsUser()); in cupsCancelJob2() 513 "requesting-user-name", NULL, cupsUser()); in cupsGetJobs2() 939 NULL, cupsUser()); in cupsStartDocument()
|
D | libcups2.def | 282 cupsUser
|
D | tlscheck.c | 720 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main()
|
D | cups.h | 385 extern const char *cupsUser(void);
|
D | dest-options.c | 634 "requesting-user-name", NULL, cupsUser()); in cupsCopyDestInfo() 2331 NULL, cupsUser()); in cups_update_ready()
|
D | usersys.c | 545 cupsUser(void) in cupsUser() function
|
D | dest.c | 902 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in _cupsCreateDest() 933 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in _cupsCreateDest() 1408 "requesting-user-name", NULL, cupsUser()); in _cupsGetDests()
|
D | http-support.c | 1413 …h, opaque=\"%s\", cnonce=\"%s\", nc=%08x, uri=\"%s\", response=\"%s\"", cupsUser(), http->realm, h… in _httpSetDigestAuthString()
|
/external/libcups/filter/ |
D | testclient.c | 221 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main() 299 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main() 343 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main() 785 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in monitor_printer() 815 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in monitor_printer()
|