Searched refs:ownername (Results 1 – 1 of 1) sorted by relevance
1543 ownername[256], /* Owner name to authorize */ in cupsdIsAuthorized() local1732 strlcpy(ownername, owner, sizeof(ownername)); in cupsdIsAuthorized()1734 if ((ptr = strchr(ownername, '@')) != NULL) in cupsdIsAuthorized()1738 ownername[0] = '\0'; in cupsdIsAuthorized()1796 !_cups_strcasecmp(username, ownername)) in cupsdIsAuthorized()