Qore Programming Language Reference Manual  0.8.9
 All Classes Namespaces Functions Variables Groups Pages
ql_pwd.dox.h
1 
3 namespace Qore {
82 
84 
104 *hash getgrgid(softint gid);
105 
107 
129 hash getgrgid2(softint gid);
130 
132 
152 *hash getgrnam(string name);
153 
155 
177 hash getgrnam2(string name);
178 
180 
200 hash getpwnam(string name);
201 
203 
225 hash getpwnam2(string name);
226 
228 
235 nothing getpwuid();
236 
238 
258 *hash getpwuid(softint uid);
259 
261 
283 hash getpwuid2(softint uid);
284 
286 };
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...
*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 hash(object obj)
Returns a hash of an object's members.
hash getpwnam(string name)
Returns a password information hash representing the user information for the user name passed...