Searched refs:passwd (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | pwd.h | 47 struct passwd { struct 58 struct passwd *getpwuid (uid_t); argument 59 struct passwd *getpwnam (const char *); 63 int getpwnam_r (const char *, struct passwd *, 64 char *, size_t , struct passwd **); 65 int getpwuid_r (uid_t, struct passwd *, char *, 66 size_t, struct passwd **); 70 struct passwd *getpwent (void);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 12976 * libc/include/pwd.h (struct passwd): Change pw_uid and pw_gid 20432 (broken) support for non-existent /etc/passwd field "comment". 24599 * libc/sys/win32/passwd.c (*): Fix. 24600 * libc/sys/win32/syscalls.c (get[e|][g|u]id): Use passwd info. 24616 * libc/sys/win32/passwd.c (*): Fill in the functions. 25165 * libc/sys/win32/{dirsearch.c,getlogin.c,misc.c,resource.c,passwd.c,
|