A | |
| asctime [ExtUnixAll] |
Return the ascii representation of a given
tm argument.
|
| asctime [ExtUnixSpecific] |
Return the ascii representation of a given
tm argument.
|
B | |
| backtrace [ExtUnixAll] | |
| backtrace [ExtUnixSpecific] | |
C | |
| clearenv [ExtUnixAll] |
Clear the environment of all name-value pairs
|
| clearenv [ExtUnixSpecific] |
Clear the environment of all name-value pairs
|
| compare [ExtUnixAll.Rlimit] | |
| compare [ExtUnixSpecific.Rlimit] | |
| crtscts [ExtUnixAll.Ioctl] |
Enable RTS/CTS (hardware) flow control.
|
| crtscts [ExtUnixSpecific.Ioctl] |
Enable RTS/CTS (hardware) flow control.
|
| ctermid [ExtUnixAll] |
Get controlling terminal name
|
| ctermid [ExtUnixSpecific] |
Get controlling terminal name
|
D | |
| dirfd [ExtUnixAll] | |
| dirfd [ExtUnixSpecific] | |
E | |
| eq [ExtUnixAll.Rlimit] | |
| eq [ExtUnixSpecific.Rlimit] | |
| eventfd [ExtUnixAll] | |
| eventfd [ExtUnixSpecific] | |
| eventfd_read [ExtUnixAll] | |
| eventfd_read [ExtUnixSpecific] | |
| eventfd_write [ExtUnixAll] | |
| eventfd_write [ExtUnixSpecific] | |
F | |
| fadvise [ExtUnixAll.LargeFile] | |
| fadvise [ExtUnixAll] | |
| fadvise [ExtUnixSpecific.LargeFile] | |
| fadvise [ExtUnixSpecific] | |
| fallocate [ExtUnixAll.LargeFile] | |
| fallocate [ExtUnixAll] | fallocate fd off len allocates disk space to ensure that subsequent writes
between off and off + len in fd will not fail because of lack of disk
space.
|
| fallocate [ExtUnixSpecific.LargeFile] | |
| fallocate [ExtUnixSpecific] | fallocate fd off len allocates disk space to ensure that subsequent writes
between off and off + len in fd will not fail because of lack of disk
space.
|
| fdatasync [ExtUnixAll] | |
| fdatasync [ExtUnixSpecific] | |
| file_descr_of_int [ExtUnixAll] | |
| file_descr_of_int [ExtUnixSpecific] | |
| fstatat [ExtUnixAll] | |
| fstatat [ExtUnixSpecific] | |
| fstatvfs [ExtUnixAll] | |
| fstatvfs [ExtUnixSpecific] | |
| fsync [ExtUnixAll] | |
| fsync [ExtUnixSpecific] | |
G | |
| ge [ExtUnixAll.Rlimit] | |
| ge [ExtUnixSpecific.Rlimit] | |
| getpgid [ExtUnixAll] | getpgid pid returns the PGID of the process specified by pid.
|
| getpgid [ExtUnixSpecific] | getpgid pid returns the PGID of the process specified by pid.
|
| getpriority [ExtUnixAll] |
Get nice value
|
| getpriority [ExtUnixSpecific] |
Get nice value
|
| getrlimit [ExtUnixAll] |
Get maximum resource consumption.
|
| getrlimit [ExtUnixSpecific] |
Get maximum resource consumption.
|
| getsid [ExtUnixAll] | getsid pid returns the session ID of the process specified by pid.
|
| getsid [ExtUnixSpecific] | getsid pid returns the session ID of the process specified by pid.
|
| grantpt [ExtUnixAll] |
This function grants access to the slave pseudo-terminal.
|
| grantpt [ExtUnixSpecific] |
This function grants access to the slave pseudo-terminal.
|
| gt [ExtUnixAll.Rlimit] | |
| gt [ExtUnixSpecific.Rlimit] | |
H | |
| have [ExtUnixAll] | have name
|
I | |
| int_of_file_descr [ExtUnixAll] | |
| int_of_file_descr [ExtUnixSpecific] | |
| is_open_descr [ExtUnixAll] | |
| is_open_descr [ExtUnixSpecific] | |
L | |
| le [ExtUnixAll.Rlimit] | |
| le [ExtUnixSpecific.Rlimit] | |
| linkat [ExtUnixAll] |
Supported flags :
AT_SYMLINK_FOLLOW
|
| linkat [ExtUnixSpecific] |
Supported flags :
AT_SYMLINK_FOLLOW
|
| lt [ExtUnixAll.Rlimit] | |
| lt [ExtUnixSpecific.Rlimit] | |
M | |
| mkdirat [ExtUnixAll] | |
| mkdirat [ExtUnixSpecific] | |
| mkdtemp [ExtUnixAll] | mkdtemp template creates a unique temporary directory (with permissions 0700).
|
| mkdtemp [ExtUnixSpecific] | mkdtemp template creates a unique temporary directory (with permissions 0700).
|
| mlockall [ExtUnixAll] |
Lock all pages mapped into the address space of the calling process.
|
| mlockall [ExtUnixSpecific] |
Lock all pages mapped into the address space of the calling process.
|
| munlockall [ExtUnixAll] |
Unlock all pages mapped into the address space of the calling process.
|
| munlockall [ExtUnixSpecific] |
Unlock all pages mapped into the address space of the calling process.
|
O | |
| openat [ExtUnixAll] | |
| openat [ExtUnixSpecific] | |
P | |
| posix_openpt [ExtUnixAll] |
This function opens a pseudo-terminal device.
|
| posix_openpt [ExtUnixSpecific] |
This function opens a pseudo-terminal device.
|
| ptrace [ExtUnixAll] | |
| ptrace [ExtUnixSpecific] | |
| ptrace_peekdata [ExtUnixAll] | |
| ptrace_peekdata [ExtUnixSpecific] | |
| ptrace_peektext [ExtUnixAll] | |
| ptrace_peektext [ExtUnixSpecific] | |
| ptrace_traceme [ExtUnixAll] |
ptrace
|
| ptrace_traceme [ExtUnixSpecific] |
ptrace
|
| ptsname [ExtUnixAll] |
This function get the name of the slave pseudo-terminal.
|
| ptsname [ExtUnixSpecific] |
This function get the name of the slave pseudo-terminal.
|
R | |
| realpath [ExtUnixAll] | realpath path
|
| realpath [ExtUnixSpecific] | realpath path
|
| renameat [ExtUnixAll] | |
| renameat [ExtUnixSpecific] | |
S | |
| setenv [ExtUnixAll] | setenv name value overwrite adds the variable name to the environment with the value value, if name
does not already exist or overwrite is true
|
| setenv [ExtUnixSpecific] | setenv name value overwrite adds the variable name to the environment with the value value, if name
does not already exist or overwrite is true
|
| setpgid [ExtUnixAll] | setpgid pid pgid sets the process group of the process specified by pid to pgid.
|
| setpgid [ExtUnixSpecific] | setpgid pid pgid sets the process group of the process specified by pid to pgid.
|
| setpriority [ExtUnixAll] |
Set nice value
|
| setpriority [ExtUnixSpecific] |
Set nice value
|
| setregid [ExtUnixAll] | setregid rgid egid sets real and effective group IDs of the calling process.
|
| setregid [ExtUnixSpecific] | setregid rgid egid sets real and effective group IDs of the calling process.
|
| setreuid [ExtUnixAll] | setreuid ruid euid sets real and effective user IDs of the calling process.
|
| setreuid [ExtUnixSpecific] | setreuid ruid euid sets real and effective user IDs of the calling process.
|
| setrlimit [ExtUnixAll] |
Set maximum resource consumption
|
| setrlimit [ExtUnixSpecific] |
Set maximum resource consumption
|
| signalfd [ExtUnixAll] | signalfd ?fd sigs flags ()
If the first optional argument is omitted, then a new file descriptor is allocated.
|
| signalfd [ExtUnixSpecific] | signalfd ?fd sigs flags ()
If the first optional argument is omitted, then a new file descriptor is allocated.
|
| signalfd_read [ExtUnixAll] |
Blocking read(2) on a signalfd.
|
| signalfd_read [ExtUnixSpecific] |
Blocking read(2) on a signalfd.
|
| siocgifconf [ExtUnixAll.Ioctl] | siocgifconf sock, where sock is any socket, e.g.
|
| siocgifconf [ExtUnixSpecific.Ioctl] | siocgifconf sock, where sock is any socket, e.g.
|
| ssi_addr [ExtUnixAll] | |
| ssi_addr [ExtUnixSpecific] | |
| ssi_band [ExtUnixAll] | |
| ssi_band [ExtUnixSpecific] | |
| ssi_code [ExtUnixAll] | |
| ssi_code [ExtUnixSpecific] | |
| ssi_errno [ExtUnixAll] | |
| ssi_errno [ExtUnixSpecific] | |
| ssi_fd [ExtUnixAll] | |
| ssi_fd [ExtUnixSpecific] | |
| ssi_int [ExtUnixAll] | |
| ssi_int [ExtUnixSpecific] | |
| ssi_overrun [ExtUnixAll] | |
| ssi_overrun [ExtUnixSpecific] | |
| ssi_pid [ExtUnixAll] | |
| ssi_pid [ExtUnixSpecific] | |
| ssi_ptr [ExtUnixAll] | |
| ssi_ptr [ExtUnixSpecific] | |
| ssi_signo [ExtUnixAll] | |
| ssi_signo [ExtUnixSpecific] | |
| ssi_signo_sys [ExtUnixAll] |
Get the signal value.
|
| ssi_signo_sys [ExtUnixSpecific] |
Get the signal value.
|
| ssi_status [ExtUnixAll] | |
| ssi_status [ExtUnixSpecific] | |
| ssi_stime [ExtUnixAll] | |
| ssi_stime [ExtUnixSpecific] | |
| ssi_tid [ExtUnixAll] | |
| ssi_tid [ExtUnixSpecific] | |
| ssi_trapno [ExtUnixAll] | |
| ssi_trapno [ExtUnixSpecific] | |
| ssi_uid [ExtUnixAll] | |
| ssi_uid [ExtUnixSpecific] | |
| ssi_utime [ExtUnixAll] | |
| ssi_utime [ExtUnixSpecific] | |
| statvfs [ExtUnixAll] |
maximum filename length
|
| statvfs [ExtUnixSpecific] |
maximum filename length
|
| strftime [ExtUnixAll] |
This functions is the converse of the
ExtUnixAll.strptime function.
|
| strftime [ExtUnixSpecific] |
This functions is the converse of the
ExtUnixSpecific.strptime function.
|
| string_of_bytes [ExtUnixAll.Rlimit] | Some limit is fixed limit, None is RLIM_INFINITY
|
| string_of_bytes [ExtUnixSpecific.Rlimit] | Some limit is fixed limit, None is RLIM_INFINITY
|
| string_of_resource [ExtUnixAll] |
Limit on address space size.
|
| string_of_resource [ExtUnixSpecific] |
Limit on address space size.
|
| strptime [ExtUnixAll] |
This function is the converse of the
ExtUnixAll.strftime function.
|
| strptime [ExtUnixSpecific] |
This function is the converse of the
ExtUnixSpecific.strftime function.
|
| symlinkat [ExtUnixAll] | |
| symlinkat [ExtUnixSpecific] | |
| sys_exit [ExtUnixAll] |
Exit process without running any
at_exit hooks (implemented in Pervasives)
|
| sys_exit [ExtUnixSpecific] |
Exit process without running any
at_exit hooks (implemented in Pervasives)
|
T | |
| tcgetpgrp [ExtUnixAll] | |
| tcgetpgrp [ExtUnixSpecific] | |
| tcsetpgrp [ExtUnixAll] | |
| tcsetpgrp [ExtUnixSpecific] | |
| tiocmbic [ExtUnixAll.Ioctl] |
Clear the indicated modem bits.
|
| tiocmbic [ExtUnixSpecific.Ioctl] |
Clear the indicated modem bits.
|
| tiocmbis [ExtUnixAll.Ioctl] |
Set the indicated modem bits.
|
| tiocmbis [ExtUnixSpecific.Ioctl] |
Set the indicated modem bits.
|
| tiocmget [ExtUnixAll.Ioctl] |
Get the status of modem bits.
|
| tiocmget [ExtUnixSpecific.Ioctl] |
Get the status of modem bits.
|
| tiocmset [ExtUnixAll.Ioctl] |
Set the status of modem bits.
|
| tiocmset [ExtUnixSpecific.Ioctl] |
Set the status of modem bits.
|
| to_string [ExtUnixAll.Rlimit] | |
| to_string [ExtUnixAll.Uname] | |
| to_string [ExtUnixSpecific.Rlimit] | |
| to_string [ExtUnixSpecific.Uname] | |
| ttyname [ExtUnixAll] |
Miscellaneous
|
| ttyname [ExtUnixSpecific] |
Miscellaneous
|
| tzname [ExtUnixAll] | tzname isdst
|
| tzname [ExtUnixSpecific] | tzname isdst
|
U | |
| uname [ExtUnixAll] | |
| uname [ExtUnixSpecific] | |
| unlinkat [ExtUnixAll] |
Supported flags :
AT_REMOVEDIR
|
| unlinkat [ExtUnixSpecific] |
Supported flags :
AT_REMOVEDIR
|
| unlockpt [ExtUnixAll] |
This function unlock a pseudo-terminal master/slave pair.
|
| unlockpt [ExtUnixSpecific] |
This function unlock a pseudo-terminal master/slave pair.
|
| unsetenv [ExtUnixAll] | unsetenv name removes variable name from the environment.
|
| unsetenv [ExtUnixSpecific] | unsetenv name removes variable name from the environment.
|