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

  /external/dropbear/
svr-authpasswd.c 52 spasswd = getspnam(ses.authstate.printableuser);
configure     [all...]
  /external/openssh/openbsd-compat/
xcrypt.c 95 struct spwd *spw = getspnam(pw->pw_name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h 87 extern struct spwd *getspnam (__const char *__name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 87 extern struct spwd *getspnam (__const char *__name);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 87 extern struct spwd *getspnam (__const char *__name);
  /external/openssh/
auth-shadow.c 96 if ((spw = getspnam((char *)user)) == NULL) {
auth.c 110 spw = getspnam(pw->pw_name);
configure     [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 1195 if ((spw = getspnam(usr)) == NULL)
    [all...]

Completed in 293 milliseconds