API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <sys/_types.h>
Go to the source code of this file.
Data Structures |
|
| struct | group |
Defines |
|
| #define | _PATH_GROUP "/etc/group" |
Typedefs |
|
| typedef __gid_t | gid_t |
| typedef __size_t | size_t |
Functions |
|
| __BEGIN_DECLS IMPORT_C struct group * |
getgrgid (gid_t) |
| IMPORT_C struct group * | getgrnam (const char *) |
|
|
|
|
|