cgi.pl -- Read CGI parameters |
crypt.pl |
filesex.pl -- Extended operations on files |
hash_stream.pl -- Maintain a hash on a stream |
mallocinfo.pl -- Memory allocation details |
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 hashes |
memfile.pl |
process.pl -- Create processes and redirect I/O |
prolog_server.pl |
prolog_server/2 | Create a TCP/IP based server on the given Port, so you can telnet into Prolog and run an interactive session. |  |
prolog_stream.pl -- A stream with Prolog callbacks |
rlimit.pl |
sched.pl -- Access process scheduling |
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)]) . |  |
streaminfo.pl |
stream_info/1 | Print detailed information about a stream or a file-number to the error output. |  |
streampool.pl -- Input multiplexing |
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 -- Unix syslog interface |
time.pl -- Time and alarm library |
udp_broadcast.pl -- A UDP broadcast proxy |
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 -- User and group management on Unix systems |
unix.pl -- Unix specific operations |
uri.pl |
iri_normalized/2 | NormalizedIRI is the normalized form of IRI. |  |
iri_normalized/3 | NormalizedGlobalIRI is the normalized global version of IRI. |  |
uri_authority_components/2 | Break-down the authority component of a URI. |  |
uri_authority_data/3 | Provide access the uri_authority structure. |  |
uri_components/2 | Break a URI into its 5 basic components according to the RFC-3986 regular expression:. |  |
uri_data/3 | Provide access the uri_component structure. |  |
uri_data/4 | NewComponents is the same as Components with Field set to Data. |  |
uri_edit/3 | Modify a URI according to Actions. |  |
uri_encoded/3 | Encoded is the URI encoding for Value. |  |
uri_file_name/2 | Convert between a URI and a local file_name. |  |
uri_iri/2 | Convert between a URI, encoded in US-ASCII and an IRI. |  |
uri_is_global/1 | True if URI has a scheme. |  |
uri_normalized/2 | NormalizedURI is the normalized form of URI. |  |
uri_normalized/3 | NormalizedGlobalURI is the normalized global version of URI. |  |
uri_normalized_iri/2 | As uri_normalized/2, but percent-encoding is translated into IRI Unicode characters. |  |
uri_normalized_iri/3 | NormalizedGlobalIRI is the normalized global IRI of URI. |  |
uri_query_components/2 | Perform encoding and decoding of an URI query string. |  |
uri_resolve/3 | Resolve a possibly local URI relative to Base. |  |
uuid.pl -- Universally Unique Identifier (UUID) Library |