Home
last modified time | relevance | path

Searched refs:passwd (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpwd.h50 struct passwd struct
85 extern struct passwd *getpwent (void);
95 extern struct passwd *fgetpwent (FILE *__stream);
103 extern int putpwent (__const struct passwd *__restrict __p,
111 extern struct passwd *getpwuid (__uid_t __uid);
117 extern struct passwd *getpwnam (__const char *__name);
140 extern int getpwent_r (struct passwd *__restrict __resultbuf,
142 struct passwd **__restrict __result);
146 struct passwd *__restrict __resultbuf,
148 struct passwd **__restrict __result);
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpwd.h50 struct passwd { struct
62 struct passwd *getpwuid (uid_t); argument
63 struct passwd *getpwnam (const char *);
64 int getpwnam_r (const char *, struct passwd *,
65 char *, size_t , struct passwd **);
66 int getpwuid_r (uid_t, struct passwd *, char *,
67 size_t, struct passwd **);
69 struct passwd *getpwent (void);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dyppasswd.h17 struct passwd { struct
26 typedef struct passwd passwd; typedef
30 passwd newpw;
53 extern bool_t xdr_passwd (XDR *, passwd*);
H A Dyppasswd.x48 struct passwd { struct
60 passwd newpw; /* new passwd entry */ argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dwanrouter.h414 unsigned char passwd[511]; /* List of passwords */ member