posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
group Struct Reference

POSIX group database entry. More...

#include <zephyr/posix/grp.h>

Data Fields

char * gr_name
 Group name.
 
char * gr_passwd
 Group password.
 
gid_t gr_gid
 Numerical group ID.
 
char ** gr_mem
 NULL-terminated array of member login names.
 

Detailed Description

POSIX group database entry.

See also
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/group.h.html

Definition at line 32 of file grp.h.

Field Documentation

◆ gr_gid

gid_t group::gr_gid

Numerical group ID.

Definition at line 35 of file grp.h.

◆ gr_mem

char** group::gr_mem

NULL-terminated array of member login names.

Definition at line 36 of file grp.h.

◆ gr_name

char* group::gr_name

Group name.

Definition at line 33 of file grp.h.

◆ gr_passwd

char* group::gr_passwd

Group password.

Definition at line 34 of file grp.h.


The documentation for this struct was generated from the following file: