Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: