Searched refs:spwd (Results 1 - 25 of 57) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/include/
H A Dshadow_.h28 struct spwd { struct
71 extern struct spwd *getspent(void);
74 extern struct spwd *getspnam(const char *__name);
77 extern struct spwd *sgetspent(const char *__string);
80 extern struct spwd *fgetspent(FILE *__stream);
83 extern int putspent(const struct spwd *__p, FILE *__stream);
86 extern int getspent_r(struct spwd *__result_buf, char *__buffer,
87 size_t __buflen, struct spwd **__result);
90 extern int getspnam_r(const char *__name, struct spwd *__result_buf,
92 struct spwd **__resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/include/
H A Dshadow_.h28 struct spwd { struct
71 extern struct spwd *getspent(void);
74 extern struct spwd *getspnam(const char *__name);
77 extern struct spwd *sgetspent(const char *__string);
80 extern struct spwd *fgetspent(FILE *__stream);
83 extern int putspent(const struct spwd *__p, FILE *__stream);
86 extern int getspent_r(struct spwd *__result_buf, char *__buffer,
87 size_t __buflen, struct spwd **__result);
90 extern int getspnam_r(const char *__name, struct spwd *__result_buf,
92 struct spwd **__resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/include/
H A Dshadow_.h28 struct spwd { struct
71 extern struct spwd *getspent(void);
74 extern struct spwd *getspnam(const char *__name);
77 extern struct spwd *sgetspent(const char *__string);
80 extern struct spwd *fgetspent(FILE *__stream);
83 extern int putspent(const struct spwd *__p, FILE *__stream);
86 extern int getspent_r(struct spwd *__result_buf, char *__buffer,
87 size_t __buflen, struct spwd **__result);
90 extern int getspnam_r(const char *__name, struct spwd *__result_buf,
92 struct spwd **__resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dshadow.h40 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 **__resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dshadow.h40 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 **__resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dshadow.h40 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 **__resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libpwdgrp/
H A Dpwd_grp.c75 struct spwd fgetspent_resultbuf;
81 struct spwd getspuid_resultbuf;
82 struct spwd getspnam_resultbuf;
98 struct spwd getspent_spwd;
99 struct spwd sgetspent_spwd;
168 int fgetspent_r(FILE *__restrict stream, struct spwd *__restrict resultbuf,
170 struct spwd **__restrict result)
218 struct spwd *fgetspent(FILE *stream)
221 struct spwd *resultbuf = RESULTBUF(fgetspent);
223 struct spwd *resul
589 static struct spwd spwd; local
599 static struct spwd spwd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libpwdgrp/
H A Dpwd_grp.c75 struct spwd fgetspent_resultbuf;
81 struct spwd getspuid_resultbuf;
82 struct spwd getspnam_resultbuf;
98 struct spwd getspent_spwd;
99 struct spwd sgetspent_spwd;
168 int fgetspent_r(FILE *__restrict stream, struct spwd *__restrict resultbuf,
170 struct spwd **__restrict result)
218 struct spwd *fgetspent(FILE *stream)
221 struct spwd *resultbuf = RESULTBUF(fgetspent);
223 struct spwd *resul
589 static struct spwd spwd; local
599 static struct spwd spwd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libpwdgrp/
H A Dpwd_grp.c75 struct spwd fgetspent_resultbuf;
81 struct spwd getspuid_resultbuf;
82 struct spwd getspnam_resultbuf;
98 struct spwd getspent_spwd;
99 struct spwd sgetspent_spwd;
168 int fgetspent_r(FILE *__restrict stream, struct spwd *__restrict resultbuf,
170 struct spwd **__restrict result)
218 struct spwd *fgetspent(FILE *stream)
221 struct spwd *resultbuf = RESULTBUF(fgetspent);
223 struct spwd *resul
589 static struct spwd spwd; local
599 static struct spwd spwd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/modules/pam_unix/
H A Dpam_unix.c75 struct spwd *spwd; local
86 if ((spwd = getspnam(user)) == NULL)
122 if ((!spwd->sp_pwdp[0] && (flags & PAM_DISALLOW_NULL_AUTHTOK)) ||
123 (crypt_password = crypt(password, spwd->sp_pwdp)) == NULL ||
124 strcmp(crypt_password, spwd->sp_pwdp) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/modules/pam_unix/
H A Dpam_unix.c75 struct spwd *spwd; local
86 if ((spwd = getspnam(user)) == NULL)
122 if ((!spwd->sp_pwdp[0] && (flags & PAM_DISALLOW_NULL_AUTHTOK)) ||
123 (crypt_password = crypt(password, spwd->sp_pwdp)) == NULL ||
124 strcmp(crypt_password, spwd->sp_pwdp) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/modules/pam_unix/
H A Dpam_unix.c75 struct spwd *spwd; local
86 if ((spwd = getspnam(user)) == NULL)
122 if ((!spwd->sp_pwdp[0] && (flags & PAM_DISALLOW_NULL_AUTHTOK)) ||
123 (crypt_password = crypt(password, spwd->sp_pwdp)) == NULL ||
124 strcmp(crypt_password, spwd->sp_pwdp) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dsession.c183 struct spwd *spwd;
184 struct spwd *getspnam();
318 spwd = getspnam(user);
325 if (spwd == NULL)
336 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
337 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
338 && spwd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dsession.c183 struct spwd *spwd;
184 struct spwd *getspnam();
318 spwd = getspnam(user);
325 if (spwd == NULL)
336 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
337 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
338 && spwd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dsession.c183 struct spwd *spwd;
184 struct spwd *getspnam();
318 spwd = getspnam(user);
325 if (spwd == NULL)
336 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
337 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
338 && spwd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dsession.c183 struct spwd *spwd;
184 struct spwd *getspnam();
318 spwd = getspnam(user);
325 if (spwd == NULL)
336 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
337 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
338 && spwd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dsession.c183 struct spwd *spwd;
184 struct spwd *getspnam();
318 spwd = getspnam(user);
325 if (spwd == NULL)
336 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
337 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
338 && spwd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dsession.c183 struct spwd *spwd;
184 struct spwd *getspnam();
318 spwd = getspnam(user);
325 if (spwd == NULL)
336 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
337 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
338 && spwd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dcorrect_password.c46 struct spwd spw;
61 struct spwd *result = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dcorrect_password.c46 struct spwd spw;
61 struct spwd *result = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dcorrect_password.c46 struct spwd spw;
61 struct spwd *result = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/loginutils/
H A Dsulogin.c27 struct spwd spw;
63 struct spwd *result = NULL;
H A Dpasswd.c97 struct spwd spw;
130 struct spwd *result = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/loginutils/
H A Dsulogin.c27 struct spwd spw;
63 struct spwd *result = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/loginutils/
H A Dsulogin.c27 struct spwd spw;
63 struct spwd *result = NULL;

Completed in 291 milliseconds

123