HomeSort by relevance Sort by last modified time
    Searched full:gsshost (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
auth.c 360 cupsUser(), http->gsshost);
372 snprintf(userbuf, sizeof(userbuf), "%s@%s", username, http->gsshost);
524 if (!http->gsshost[0])
526 httpGetHostname(http, http->gsshost, sizeof(http->gsshost));
528 if (!strcmp(http->gsshost, "localhost"))
530 if (gethostname(http->gsshost, sizeof(http->gsshost)) < 0)
534 http->gsshost[0] = '\0';
538 if (!strchr(http->gsshost, '.')
    [all...]
http-private.h 348 char gsshost[256]; /* Hostname for Kerberos */ member in struct:_http_s

Completed in 680 milliseconds