Qore Programming Language Reference Manual 1.19.0
Loading...
Searching...
No Matches
ql_pwd.dox.h
1
3namespace Qore {
83
85
106*hash getgrgid(softint gid);
107
109
132hash getgrgid2(softint gid);
133
135
156*hash getgrnam(string name);
157
159
182hash getgrnam2(string name);
183
185
206hash getpwnam(string name);
207
209
232hash getpwnam2(string name);
233
235
242nothing getpwuid();
243
245
266*hash getpwuid(softint uid);
267
269
292hash getpwuid2(softint uid);
293
295}
296
298namespace Qore {
303
305
320string getusername();
321
323}
*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 getpwnam(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,...
hash getgrgid2(softint gid)
Returns a group information hash representing the group information for the group ID passed,...
nothing getpwuid()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
hash getgrnam2(string name)
Returns a group information hash representing the group information for the group name passed,...
*hash getgrgid(softint gid)
Returns a group information hash representing the group information for the group ID passed,...
hash< auto > hash()
Always returns the same hash passed.
string getusername()
returns the current username
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3