cgi.pl -- Read CGI parameters![]() | ||
|---|---|---|
filesex.pl -- Extended operations on files![]() | ||
hash_stream.pl -- Maintain a hash on a stream![]() | ||
mallocinfo.pl -- Memory allocation details![]() | ||
md5.pl -- MD5 hashes![]() | ||
memfile.pl![]() | ||
process.pl![]() | ||
| is_process/1 | True if PID might be a process. | ![]() |
| process_create/3 | Create a new process running the file Exe and using arguments from the given list. | ![]() |
| process_group_kill/1 | Send signal to the group containing process PID. | ![]() |
| process_group_kill/2 | Send signal to the group containing process PID. | ![]() |
| process_id/1 | True if PID is the process id of the running Prolog process. | ![]() |
| process_id/2 | PID is the process id of Process. | ![]() |
| process_kill/1 | Send signal to process PID. | ![]() |
| process_kill/2 | Send signal to process PID. | ![]() |
| process_release/1 | Release process handle. | ![]() |
| process_set_method/1 | Determine how the process is created on Unix systems. | ![]() |
| process_wait/2 | True if PID completed with Status. | ![]() |
| process_wait/3 | True if PID completed with Status. | ![]() |
| process_which/2 | True when Path is an absolute file name for the specification Exe. | ![]() |
prolog_stream.pl -- A stream with Prolog callbacks![]() | ||
rlimit.pl![]() | ||
sha.pl -- SHA secure hashes![]() | ||
socket.pl -- Network socket (TCP and UDP) library![]() | ||
streampool.pl![]() | ||
| close_stream_pool/0 | Close all streams in the pool. | ![]() |
| delete_stream_from_pool/1 | Retract stream from the pool. | ![]() |
| dispatch_stream_pool/1 | Wait for input on one or more streams and handle that. | ![]() |
| stream_pool_main_loop/0 | Keep handling input from the streams in the pool until they have all died away. | ![]() |
syslog.pl![]() | ||
| debug_print_hook/3 | Integration of debug/3 with the syslog facility. | ![]() |
| closelog/0 | Close the system log. | ![]() |
| openlog/3 | Open system log. | ![]() |
| syslog/2 | Send a message to the system log. | ![]() |
| syslog/3 | Send a formatted message to the system log if system logging is opened using openlog/3. | ![]() |
time.pl -- Time and alarm library![]() | ||
udp_broadcast.pl![]() | ||
| udp_broadcast_close/1 | Close a UDP broadcast scope. | ![]() |
| udp_broadcast_initialize/2 | Initialized UDP broadcast bridge. | ![]() |
| udp_peer/2 | Manage and query the set of known peers for a unicast network. | ![]() |
| udp_peer_add/2 | Manage and query the set of known peers for a unicast network. | ![]() |
| udp_peer_del/2 | Manage and query the set of known peers for a unicast network. | ![]() |
| udp_term_string_hook/3 | Hook for serializing the message Term. | ![]() |
| udp_unicast_join_hook/3 | This multifile hook is called if an UDP package is received on the port of the unicast network identified by Scope. | ![]() |
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 -- Unix specific operations![]() | ||
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. | ![]() |