hash getgrnam2(string name)
Returns a group information hash representing the group information for the group name passed...
hash getgrgid2(softint gid)
Returns a group information hash representing the group information for the group ID passed...
*hash getgrgid(softint gid)
Returns a group information hash representing the group information for the group ID passed...
string getusername()
returns the current username
*hash getgrnam(string name)
Returns a group information hash representing the group information for the group name passed...
hash getpwnam2(string name)
Returns a password information hash representing the user information for the user name passed...
hash getpwuid2(softint uid)
Returns a password information hash representing the user information for the user ID passed...
nothing getpwuid()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
hash< auto > hash(object obj)
Returns a hash of an object's members.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
hash getpwnam(string name)
Returns a password information hash representing the user information for the user name passed...