filesex.pl |
| chmod/2 | Set the mode of the target file. |  |
| copy_directory/2 | Copy the contents of the directory From to To (recursively). |  |
| copy_file/2 | Copy a file into a new file or directory. |  |
| delete_directory_and_contents/1 | Recursively remove the directory Dir and its contents. |  |
| delete_directory_contents/1 | Remove all content from directory Dir, without removing Dir itself. |  |
| directory_file_path/3 | True when Path is the full path-name for File in Dir. |  |
| directory_member/3 | True when Member is a path inside Directory. |  |
| ensure_directory/1 | Ensure the directory Dir exists. |  |
| link_file/3 | Create a link in the filesystem from NewPath to OldPath. |  |
| make_directory_path/1 | Create Dir and all required components (like mkdir -p). |  |
| relative_file_name/3 | True when RelPath is Path, relative to the file RelToFile. |  |
| set_time_file/3 | Query and set POSIX time attributes of a file. |  |
hash_stream.pl |
mallocinfo.pl |
| mallinfo/1 | Return the content of the struct mallinfo returned by mallinfo() as a dict. |  |
| malloc_info/1 | Interface to malloc_info(), which provides an XML document describing the status of the GNU glibc malloc implementation. |  |
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 -- SHA secure hashes |
socket.pl |
| gethostname/1 | Return the canonical fully qualified name of this host. |  |
| host_address/3 | Translate between a machines host-name and it's (IP-)address. |  |
| ip_name/2 | Translate between the textual representation of an IP address and the Prolog data structure. |  |
| negotiate_socks_connection/2 | Negotiate a connection to DesiredEndpoint over StreamPair. |  |
| proxy_for_url/3 | This hook can be implemented to return a proxy to try when connecting to URL. |  |
| rewrite_host/3 | Allow rewriting the host for tcp_connect/2 and therefore all other predicates to connect a socket. |  |
| socket_create/2 | Create a socket according to Options. |  |
| tcp_accept/3 | This predicate waits on a server socket for a connection request by a client. |  |
| tcp_bind/2 | Bind the socket to Address on the current machine. |  |
| tcp_close_socket/1 | Closes the indicated socket, making SocketId invalid. |  |
| tcp_connect/2 | Connect SocketId. |  |
| tcp_connect/3 | Establish a TCP communication as a client. |  |
| tcp_connect/4 | Connect a (client) socket to Address and return a bi-directional connection through the stream-handles Read and Write. |  |
| tcp_fcntl/3 | Interface to the fcntl() call. |  |
| tcp_getopt/2 | Get information about Socket. |  |
| tcp_host_to_address/2 | Translate between a machines host-name and it's (IP-)address. |  |
| tcp_listen/2 | Tells, after tcp_bind/2, the socket to listen for incoming requests for connections. |  |
| tcp_open_socket/2 | Create streams to communicate to SocketId. |  |
| tcp_open_socket/3 | Similar to tcp_open_socket/2, but creates two separate sockets where tcp_open_socket/2 would have created a stream pair. |  |
| tcp_select/3 | Same as the built-in wait_for_input/3. |  |
| tcp_setopt/2 | Set options on the socket. |  |
| tcp_socket/1 | Equivalent to socket_create(SocketId, []) or, explicit, socket_create(SocketId, [domain(inet), type(stream)]). |  |
| try_proxy/4 | Attempt a socket-level connection via the given proxy to TargetAddress. |  |
| udp_receive/4 | Wait for and return the next datagram. |  |
| udp_send/4 | Send a UDP message. |  |
| udp_socket/1 | Equivalent to socket_create(SocketId, [type(dgram)]) or, explicit, socket_create(SocketId, [domain(inet), type(dgram)]). |  |
| unix_domain_socket/1 | Equivalent to socket_create(SocketId, [domain(unix)]) or, explicit, socket_create(SocketId, [domain(unix), type(stream)]). |  |
streampool.pl -- Input multiplexing |
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 -- Universally Unique Identifier (UUID) Library |