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