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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h 40 struct spwd struct
79 extern struct spwd *getspent (void);
87 extern struct spwd *getspnam (__const char *__name);
95 extern struct spwd *sgetspent (__const char *__string);
103 extern struct spwd *fgetspent (FILE *__stream);
111 extern int putspent (__const struct spwd *__p, FILE *__stream);
121 extern int getspent_r (struct spwd *__result_buf, char *__buffer,
122 size_t __buflen, struct spwd **__result);
124 extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
126 struct spwd **__result)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 40 struct spwd struct
79 extern struct spwd *getspent (void);
87 extern struct spwd *getspnam (__const char *__name);
95 extern struct spwd *sgetspent (__const char *__string);
103 extern struct spwd *fgetspent (FILE *__stream);
111 extern int putspent (__const struct spwd *__p, FILE *__stream);
121 extern int getspent_r (struct spwd *__result_buf, char *__buffer,
122 size_t __buflen, struct spwd **__result);
124 extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
126 struct spwd **__result)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 40 struct spwd struct
79 extern struct spwd *getspent (void);
87 extern struct spwd *getspnam (__const char *__name);
95 extern struct spwd *sgetspent (__const char *__string);
103 extern struct spwd *fgetspent (FILE *__stream);
111 extern int putspent (__const struct spwd *__p, FILE *__stream);
121 extern int getspent_r (struct spwd *__result_buf, char *__buffer,
122 size_t __buflen, struct spwd **__result);
124 extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
126 struct spwd **__result)
    [all...]
  /external/dropbear/
svr-authpasswd.c 40 struct spwd *spasswd = NULL;
  /external/openssh/
auth-shadow.c 56 auth_shadow_acctexpired(struct spwd *spw)
90 struct spwd *spw = NULL;
auth.h 132 int auth_shadow_acctexpired(struct spwd *);
auth.c 101 struct spwd *spw = NULL;
configure     [all...]
  /external/openssh/openbsd-compat/
xcrypt.c 95 struct spwd *spw = getspnam(pw->pw_name);
  /external/ppp/pppd/
auth.c     [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 1193 struct spwd *spw;
    [all...]

Completed in 1107 milliseconds