Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
group Struct Reference

Group structure. More...

#include <grp.h>

Data Fields

char * gr_name
 < the name of the group
gid_t gr_gid
 pointer to a null-terminated array of character pointers to member names
char ** gr_mem

Detailed Description

Group structure.

Field Documentation

◆ gr_gid

gid_t group::gr_gid

pointer to a null-terminated array of character pointers to member names

◆ gr_mem

char** group::gr_mem

◆ gr_name

char* group::gr_name

< the name of the group

numerical group ID


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