Qore sysconf Module
1.0.0
|
Functions | |
string | Qore::Sysconf::confstr (int param) |
Get string-valued parameters from the operating system. More... | |
hash | Qore::Sysconf::confstr_constants () |
Returns a hash with allowed arguments to confstr call. More... | |
int | Qore::Sysconf::pathconf (string filename, int param) |
This function is used to inquire about the limits that apply to the file named filename. More... | |
hash | Qore::Sysconf::pathconf_constants () |
Returns a hash with allowed arguments to pathconf call. More... | |
int | Qore::Sysconf::sysconf (int param) |
This function is used to inquire about runtime system parameters. More... | |
hash | Qore::Sysconf::sysconf_constants () |
Returns a hash with allowed arguments to sysconf call. More... | |
string Qore::Sysconf::confstr | ( | int | param | ) |
Get string-valued parameters from the operating system.
param | The parameter argument should be one of the Confstr Constants |
CONFSTR-ERRO |
hash Qore::Sysconf::confstr_constants | ( | ) |
Returns a hash with allowed arguments to confstr
call.
The hash has structure: constant name (string) - integer value
int Qore::Sysconf::pathconf | ( | string | filename, |
int | param | ||
) |
This function is used to inquire about the limits that apply to the file named filename.
filename | a path to file |
param | The parameter argument should be one of the Pathconf Constants |
PATHCONF-ERROR |
hash Qore::Sysconf::pathconf_constants | ( | ) |
Returns a hash with allowed arguments to pathconf
call.
The hash has structure: constant name (string) - integer value
int Qore::Sysconf::sysconf | ( | int | param | ) |
This function is used to inquire about runtime system parameters.
param | The parameter argument should be one of the Sysconf Constants |
SYSCONF-ERROR |
hash Qore::Sysconf::sysconf_constants | ( | ) |
Returns a hash with allowed arguments to sysconf
call.
The hash has structure: constant name (string) - integer value