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

Group database entry. More...

#include <zephyr/posix/grp.h>

Data Fields

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

Detailed Description

Group database entry.

Definition at line 27 of file grp.h.

Field Documentation

◆ gr_gid

gid_t group::gr_gid

Numerical group ID.

Definition at line 29 of file grp.h.

◆ gr_mem

char** group::gr_mem

NULL-terminated array of member login names.

Definition at line 30 of file grp.h.

◆ gr_name

char* group::gr_name

Group name.

Definition at line 28 of file grp.h.


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