Sysconf namespace.
More...
|
string | confstr (int param) |
| Get string-valued parameters from the operating system. More...
|
|
hash | confstr_constants () |
| Returns a hash with allowed arguments to confstr call. More...
|
|
int | pathconf (string filename, int param) |
| This function is used to inquire about the limits that apply to the file named filename. More...
|
|
hash | pathconf_constants () |
| Returns a hash with allowed arguments to pathconf call. More...
|
|
int | sysconf (int param) |
| This function is used to inquire about runtime system parameters. More...
|
|
hash | sysconf_constants () |
| Returns a hash with allowed arguments to sysconf call. More...
|
|