grp.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>
#include <sys/_types.h>

Go to the source code of this file.


Data Structures

struct   group

Defines

#define  _PATH_GROUP   "/etc/group"

Typedefs

typedef __gid_t  gid_t
typedef __size_t  size_t

Functions

__BEGIN_DECLS IMPORT_C struct
group
getgrgid (gid_t)
IMPORT_C struct group getgrnam (const char *)

Define Documentation

#define _PATH_GROUP   "/etc/group"
 

Typedef Documentation

typedef __gid_t gid_t
 
typedef __size_t size_t
 

Function Documentation

__BEGIN_DECLS IMPORT_C struct group* getgrgid gid_t   ) 
 
IMPORT_C struct group* getgrnam const char *   ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top