Qore Programming Language Reference Manual
0.8.7
Main Page
Related Pages
Modules
Namespaces
Classes
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
};