![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX group database access (<grp.h>) More...
#include <sys/stat.h>
Go to the source code of this file.
Data Structures | |
| struct | group |
| Group database entry. More... | |
Functions | |
| int | getgrnam_r (const char *name, struct group *grp, char *buffer, size_t bufsize, struct group **result) |
| Look up a group entry by name (thread-safe). | |
| int | getgrgid_r (gid_t gid, struct group *grp, char *buffer, size_t bufsize, struct group **result) |
| Look up a group entry by group ID (thread-safe). | |