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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 151 * @param authname "calendar", etc.
154 protected int getAuth(String authname) throws InvalidTypeException {
155 if ("calendar".equals(authname) || "cl".equals(authname) ||
156 "com.android.calendar".equals(authname)) {
158 } else if ("contacts".equals(authname) || "cp".equals(authname) ||
159 "com.android.contacts".equals(authname)) {
161 } else if ("subscribedfeeds".equals(authname)) {
163 } else if ("gmail-ls".equals(authname) || "mail".equals(authname))
    [all...]
  /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);
  /external/libppp/src/
mp.h 59 char authname[AUTHLEN]; /* Peers name (authenticated) */ member in struct:peerid
datalink.c 607 strncpy(dl->peer.authname, name, sizeof dl->peer.authname - 1);
608 dl->peer.authname[sizeof dl->peer.authname - 1] = '\0';
624 auth_Select(dl->bundle, dl->peer.authname);
645 auth_Select(dl->bundle, dl->peer.authname);
697 auth_SetPhoneList(dl->peer.authname, dl->cbcp.fsm.phone,
701 dl->peer.authname);
1074 if (*arg->cx->peer.authname)
1075 prompt_Printf(arg->prompt, "%s\n", arg->cx->peer.authname);
    [all...]
mp.c 97 *peer->authname = '\0';
103 return !strcmp(p1->authname, p2->authname) &&
305 log_Printf(LogPHASE, " Attached to peer %s/%s\n", mp->peer.authname,
308 log_Printf(LogPHASE, " New link is peer %s/%s\n", dl->peer.authname,
870 prompt_Printf(arg->prompt, " Auth Name: %s\n", mp->peer.authname);
1120 _PATH_VARRUN, peer->authname, peer->enddisc.class);
    [all...]
cbcp.c 319 if (*cbcp->p->dl->peer.authname == '\0' ||
320 !auth_SetPhoneList(cbcp->p->dl->peer.authname, cbcp->fsm.phone,
radius.c 1139 strncpy(ac->user_name, dl->peer.authname, sizeof ac->user_name);
    [all...]
command.c 548 nargv[arg] = subst(nargv[arg], "AUTHNAME", bundle->cfg.auth.name);
601 nargv[arg] = subst(nargv[arg], "USER", bundle->ncp.mp.peer.authname);
    [all...]

Completed in 129 milliseconds