HomeSort by relevance Sort by last modified time
    Searched defs:authname (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
mp.h 59 char authname[AUTHLEN]; /* Peers name (authenticated) */ member in struct:peerid
  /external/openssh/openbsd-compat/
port-aix.c 385 char *authname = NULL, *authdomain = NULL, *principal = NULL; local
390 if (getuserattr(pw_name, S_AUTHNAME, &authname, SEC_CHAR) != 0)
394 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, authdomain);
395 else if (authname != NULL)
396 principal = xstrdup(authname);
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 193 milliseconds