Home
last modified time | relevance | path

Searched refs:spwd (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dshadow.h39 struct spwd struct
78 extern struct spwd *getspent (void);
86 extern struct spwd *getspnam (const char *__name);
94 extern struct spwd *sgetspent (const char *__string);
102 extern struct spwd *fgetspent (FILE *__stream);
110 extern int putspent (const struct spwd *__p, FILE *__stream);
120 extern int getspent_r (struct spwd *__result_buf, char *__buffer,
121 size_t __buflen, struct spwd **__result);
126 struct spwd **__result);
131 struct spwd **__result);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c174 static struct spwd resultbuf; in fgetspent()
175 struct spwd *result; in fgetspent()
336 static struct spwd resultbuf; in getspuid()
337 struct spwd *result; in getspuid()
382 static struct spwd resultbuf; in getspnam()
383 struct spwd *result; in getspnam()
621 struct spwd *getspent(void) in getspent()
624 static struct spwd spwd; in getspent() local
625 struct spwd *result; in getspent()
639 static struct spwd spwd; in sgetspent() local
[all …]

Completed in 5 milliseconds