Cgrp

Langue: en

Autres versions - même langue

Version: $Date: 2005/03/29 09:27:18 $ (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Cgrp - LCG Group file Thread-Safe inferface

SYNOPSIS

#include <Cgrp.h> struct group *Cgetgrnam(char *name); struct group *Cgetgrgid(gid_t gid);

ERRORS

If the Cthread interface is chosen and activated, the errors value are in the serrno variable.

DESCRIPTION

Cgrp is a common Thread-Safe API interface to get entries in the group file vs. name or gid.

SEE ALSO

serrno, getgrnam, getgrgid

AUTHOR

LCG Grid Deployment Team