tango.stdc.posix.grp

D header file for POSIX.

Public Imports

tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.

Members

Functions

endgrent
void endgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
endgrent
void endgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
endgrent
void endgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
endgrent
void endgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrent
group* getgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrent
group* getgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrent
group* getgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrent
group* getgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrgid
group* getgrgid(gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrgid_r
int getgrgid_r(gid_t , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrgid_r
int getgrgid_r(gid_t , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrgid_r
int getgrgid_r(gid_t , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrgid_r
int getgrgid_r(gid_t , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrnam
group* getgrnam(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrnam_r
int getgrnam_r(char* , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrnam_r
int getgrnam_r(char* , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrnam_r
int getgrnam_r(char* , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgrnam_r
int getgrnam_r(char* , group* , char* , size_t , group** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setgrent
void setgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setgrent
void setgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setgrent
void setgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setgrent
void setgrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

group
struct group
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
group
struct group
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
group
struct group
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
group
struct group
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Source

See Source File
Copied/edited from tango.stdc.posix.pwd

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Christian Schneider