tango.stdc.posix.pwd

D header file for POSIX.

Public Imports

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

Members

Functions

endpwent
void endpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
endpwent
void endpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
endpwent
void endpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
endpwent
void endpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwent
passwd* getpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwent
passwd* getpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwent
passwd* getpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwent
passwd* getpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwnam
passwd* getpwnam(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwnam_r
int getpwnam_r(char* , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwnam_r
int getpwnam_r(char* , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwnam_r
int getpwnam_r(char* , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwnam_r
int getpwnam_r(char* , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwuid
passwd* getpwuid(uid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwuid_r
int getpwuid_r(uid_t , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwuid_r
int getpwuid_r(uid_t , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwuid_r
int getpwuid_r(uid_t , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpwuid_r
int getpwuid_r(uid_t , passwd* , char* , size_t , passwd** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpwent
void setpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpwent
void setpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpwent
void setpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpwent
void setpwent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta

License

Public Domain

Standards

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

Authors

Sean Kelly