cgi.pl![]() | ||
|---|---|---|
crypt.pl![]() | ||
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 -- Create processes and redirect I/O![]() | ||
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 -- Input multiplexing![]() | ||
syslog.pl -- Unix syslog interface![]() | ||
time.pl![]() | ||
| alarm/3 | Set up an alarm to be signaled Time seconds from now. | ![]() |
| alarm/4 | Set up an alarm to be signaled Time seconds from now. | ![]() |
| alarm_at/3 | As alarm/3 and alarm/4, but schedule the alarm at an absolute point in time. | ![]() |
| alarm_at/4 | As alarm/3 and alarm/4, but schedule the alarm at an absolute point in time. | ![]() |
| call_with_time_limit/2 | Call Goal, while watching out for a (wall-time) limit. | ![]() |
| call_with_time_limit/3 | Call Goal, while watching out for a (wall-time) limit. | ![]() |
| current_alarm/4 | Enumerate the alarms in the schedule. | ![]() |
| install_alarm/1 | Install an alarm allocated using alarm/4 with the install(false) option or de-activated using uninstall_alarm/1. | ![]() |
| install_alarm/2 | Install an alarm allocated using alarm/4 with the install(false) option or de-activated using uninstall_alarm/1. | ![]() |
| remove_alarm/1 | Remove an alarm. | ![]() |
| uninstall_alarm/1 | De-activate an alarm. | ![]() |
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 -- Unix specific operations![]() | ||
uri.pl -- Process URIs![]() | ||
uuid.pl -- Universally Unique Identifier (UUID) Library![]() | ||