Интерактивная система просмотра системных руководств (man-ов)
groupmember (9)
>> groupmember (9) ( FreeBSD man: Ядро )
BSD mandoc
NAME
groupmember
- checks group set for a group ID
SYNOPSIS
#include <sys/param.h>
#include <sys/ucred.h>
int
groupmember (gid_t gid struct ucred *cred);
DESCRIPTION
The
groupmember ();
function checks to see if the given
Fa gid
is in the group set of the credentials.
Its arguments are:
- Fa gid
-
The group ID to check for.
- Fa cred
-
The credentials to search for the group in.
RETURN VALUES
If the
Fa gid
is found, 1 is returned; otherwise, 0 is returned.
AUTHORS
This manual page was written by
An Chad David Aq davidc@acns.ab.ca .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- AUTHORS
-