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

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 66 char *usr; member in struct:xauth_state::__anon4348::authgeneric
isakmp_xauth.c 225 outlet = &xst->authdata.generic.usr;
253 if ((xst->authdata.generic.usr != NULL) &&
257 char *usr = xst->authdata.generic.usr; local
263 "Got username \"%s\", password \"%s\"\n", usr, pwd);
265 strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
277 res = privsep_xauth_login_system(usr, pwd);
281 res = xauth_login_radius(iph1, usr, pwd);
287 iph1->remote, usr, pwd);
292 res = xauth_login_ldap(iph1, usr, pwd)
380 char *usr = xst->authdata.generic.usr; local
1299 char * usr = NULL; local
1377 vchar_t *usr = NULL; local
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 49 milliseconds