Qore Programming Language Reference Manual  0.9.4
ql_pwd.dox.h
1 
3 namespace Qore {
83 
105 *hash getgrgid(softint gid);
106 
108 
131 hash getgrgid2(softint gid);
132 
134 
155 *hash getgrnam(string name);
156 
158 
181 hash getgrnam2(string name);
182 
184 
205 hash getpwnam(string name);
206 
208 
231 hash getpwnam2(string name);
232 
234 
241 nothing getpwuid();
242 
244 
265 *hash getpwuid(softint uid);
266 
268 
291 hash getpwuid2(softint uid);
292 
294 }
295 
297 namespace Qore {
303 
319 string getusername();
320 
322 }
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,...