crypt.pl |
filesex.pl -- Extended operations on files |
hash_stream.pl |
mallocinfo.pl -- Memory allocation details |
md5.pl |
| md5_hash/3 | Hash is the MD5 hash of Data, The conversion is controlled by Options:. |  |
memfile.pl |
process.pl -- Create processes and redirect I/O |
prolog_stream.pl |
rlimit.pl |
sha.pl |
| file_sha1/2 | True when SHA1 is the SHA1 hash for the content of File. |  |
| hash_atom/2 | Convert a list of bytes (integers 0..255) into the usual hexadecimal notation. |  |
| hmac_sha/4 | For Options, see sha_hash/3. |  |
| sha_hash/3 | Hash is the SHA hash of Data, The conversion is controlled by Options:. |  |
| sha_hash_ctx/4 | Hash is the SHA hash of Data. |  |
| sha_new_ctx/2 | NewContext is unified with the empty SHA computation context (which includes the Options.) It could later be passed to sha_hash_ctx/4. |  |
socket.pl -- Network socket (TCP and UDP) library |
streampool.pl -- Input multiplexing |
syslog.pl -- Unix syslog interface |
time.pl -- Time and alarm library |
udp_broadcast.pl -- A UDP broadcast proxy |
uid.pl |
| getegid/1 | GID is the effective group ID of the calling process. |  |
| geteuid/1 | UID is the effective user ID of the calling process. |  |
| getgid/1 | GID is the real group ID of the calling process. |  |
| getgroups/1 | GroupsIDs is the set of supplementary group IDs of the calling process. |  |
| getuid/1 | UID is the real user ID of the calling process. |  |
| group_data/3 | Value is the value for Field GroupData. |  |
| group_info/2 | GroupData represent the group information for Group. |  |
| initgroups/2 | Initialise the group access list of the calling process to the registered groups for User and the group Group. |  |
| set_user_and_group/1 | Set the UID and GID to the User. |  |
| set_user_and_group/2 | Set the UID and GID to the User. |  |
| setegid/1 | Set the effective group id of the calling process. |  |
| seteuid/1 | Set the effective user id of the calling process. |  |
| setgid/1 | Set the group id of the calling process. |  |
| setgroups/1 | Set the group access list of the caling process to the indicated groups. |  |
| setuid/1 | Set the user id of the calling process. |  |
| user_data/3 | Value is the value for Field in UserData. |  |
| user_info/2 | UserData represent the passwd information for User. |  |
unix.pl |
| detach_IO/0 | Detach I/O similar to detach_IO/1. |  |
| detach_IO/1 | This predicate is intended to create Unix deamon processes. |  |
| dup/2 | Interface to Unix dup2(), copying the underlying filedescriptor and thus making both streams point to the same underlying object. |  |
| exec/1 | Replace the running program by starting Command. |  |
| fork/1 | Clone the current process into two branches. |  |
| fork_exec/1 | Fork (as fork/1) and exec (using exec/1) the child immediately. |  |
| kill/2 | Deliver a software interrupt to the process with identifier Pid using software-interrupt number Signal. |  |
| pipe/2 | Create a communication-pipe. |  |
| prctl/1 | Access to Linux process control operations. |  |
| sysconf/1 | Access system configuration. |  |
| wait/2 | Wait for a child to change status. |  |
uri.pl -- Process URIs |
uuid.pl |
| is_uuid/1 | True when UUID is a UUID represented as an atom. |  |
| uuid/1 | UUID is an atom representing a new UUID. |  |
| uuid/2 | Create a new UUID according to Options. |  |
| uuid_property/2 | True when UUID is a property of the given UUID. |  |