Erlang/OTP Permuted Index

Permuted index of Erlang/OTP functions and commands

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

Fix a Dets table for safe traversal. dets:safe_fixtable/2
Fix an ETS table for safe traversal. ets:safe_fixtable/2
Fix an ETS table for safe traversal (obsolete). ets:fixtable/2
Match the Any event if it satisfies at least one constraint CosNotifyFilter_Filter:match/2
Match the structured event if it satisfies at least one constraint CosNotifyFilter_Filter:match_structured/2
Return true if any of the elements in the list satisfiesPred lists:any/2
Choose elements which satisfy a predicate dict:filter/2
Choose elements which satisfy a predicate lists:filter/2
Choose elements which satisfy a predicate orddict:filter/2
Return true if all elements in the list satisfyPred lists:all/2
Get/set if and how to save call frames int:stack_trace/0
Get/set if and how to save call frames int:stack_trace/1
Set how to save call frames i:ist/1
  Save the events to a file et_collector:save_event_file/3
Reopen a disk log and save the old log. disk_log:breopen/3
Reopen a disk log and save the old log. disk_log:reopen/2
Reopen a disk log and save the old log. disk_log:reopen/3
Delete all saved match specifications. dbg:dtp/0
Read saved match specifications from file. dbg:rtp/1
List saved match specifications on the console. dbg:ltp/0
Write all saved match specifications to a file dbg:wtp/1
Delete a specific saved match_spec. dbg:dtp/1
  Saves information about current runtime scenario erts_alloc_config:save_scenario/0
  Saves the binary to file. egd:save/1
  Saves the cookies defined in SetCookieHeaders in the client profile's cookie database. http:verify_cookie/2
  Saves the cookies defined in SetCookieHeaders in the client profile's cookie database. http:verify_cookie/3
  Saves the schema state with all information of the processed schema in a file. xmerl_xsd:state2file/2
For on-the-fly exporting during parsing (SAX style) of the XML document. xmerl:export_element/3
Returns the scale factor for timeouts. test_server:timetrap_scale_factor/0
  Scan a string and returns the Erlang tokens erl_scan:string/1
  Scan a string and returns the Erlang tokens erl_scan:string/2
Re-entrant scanner erl_scan:tokens/3
For controlling the RulesState, to be used in a rules function, and called when the parser store scanner information in a rules database. xmerl_scan:rules_state/2
Saves information about current runtime scenario erts_alloc_config:save_scenario/0
Validates a parsed well-formed XML element towards an XML schema. xmerl_xsd:process_validate/3
Reads the referenced XML schema and checks that it is valid. xmerl_xsd:process_schema/2
Reads the schema state with all information of the processed schema from a file created with state2file/[1,2]. xmerl_xsd:file2state/1
Saves the schema state with all information of the processed schema in a file. xmerl_xsd:state2file/2
Delete the schema on the given nodes mnesia:delete_schema/1
Create a brand new schema on the specified nodes. mnesia:create_schema/1
Reads the schema state with all information of the processed schema from a file created with state2file/[1,2]. xmerl_xsd:file2state/1
Saves the schema state with all information of the processed schema in a file. xmerl_xsd:state2file/2
Return the filtering schema used by the target object CosNotifyChannelAdmin_ConsumerAdmin:_get_MyOperator/1
Reads the referenced XML schemas and controls they are valid. xmerl_xsd:process_schemas/2
Return the filter scheme CosNotifyChannelAdmin_SupplierAdmin:_get_MyOperator/1
Decode an SNMP ScopedPdu snmp_pdus:dec_scoped_pdu/1
Encode an encrypted SNMP scopedPDU snmp_pdus:enc_encrypted_scoped_pdu/1
Encode an SNMP scopedPDU snmp_pdus:enc_scoped_pdu/1
Decode an SNMP ScopedPduData snmp_pdus:dec_scoped_pdu_data/1
Print the database to screen snmpa_local_db:print/0
Print the database to screen snmpa_local_db:print/1
Print the database to screen snmpa_local_db:print/2
Evaluate an application upgrade or downgrade script release_handler:eval_appup_script/4
Find an application downgrade script release_handler:downgrade_script/3
Find an application upgrade script release_handler:upgrade_script/2
Generate a binary version of a boot script. systools:script2boot/1
Get the identity of the used boot script init:script_id/0
Return name of Erlang start script lib:progname/0
This is an example script on how to startup the Erlang system in embedded mode on Unix. start:start
Generate a boot script .script/.boot. systools:make_script/1
Generate a boot script .script/.boot. systools:make_script/2
Run a script written in Erlang escript:escript
Run a script written in Erlang escript:script-name
Expand a request uri using ScriptAlias config directives. mod_alias:real_script_name/3
Generate a boot script .script/.boot. systools:make_script/1
Generate a boot script .script/.boot. systools:make_script/2
Parse incoming data to erl and eval scripts. httpd:parse_query/1
Translate an SCTP error number into a string gen_sctp:error_string/1
Establish a new association for the socket Socket, with a peer (SCTP server socket) gen_sctp:connect/5
Create an SCTP socket and bind it to local addresses gen_sctp:open/0
Create an SCTP socket and bind it to local addresses gen_sctp:open/1
Create an SCTP socket and bind it to local addresses gen_sctp:open/1
Create an SCTP socket and bind it to local addresses gen_sctp:open/2
Send a message using an #sctp_sndrcvinfo{}record gen_sctp:send/3
Same as app_node/2 only the FailOnBadRPC argument will determine if the search for a candidate node should stop or not if badrpc is received at some point. ct_rpc:app_node/3
Same as app_node/2 only the FailOnBadRPC argument will determine if the search for a candidate node should stop or not if badrpc is received at some point. ct_rpc:app_node/4
  Search for a key in a dictionary dict:find/2
  Search for a key in a dictionary orddict:find/2
Dirty search for all record keys in table. mnesia:dirty_all_keys/1
  Search for an element in a list of tuples lists:keysearch/3
Return the code server search path code:get_path/0
Set the code server search path code:set_path/1
  Search the reports for a regular expression rb:grep/1
  Searche for modules with identical names. code:clash/0
Compute days and time from seconds calendar:seconds_to_daystime/1
Compute time from seconds calendar:seconds_to_time/1
Get the timeout value, in seconds, for memory checks memsup:get_helper_timeout/0
Set the timeout value, in seconds, for memory checks memsup:set_helper_timeout/1
Compute the number of seconds from year 0 up to the given date and time calendar:datetime_to_gregorian_seconds/2
Compute the number of seconds since midnight up to the given time calendar:time_to_seconds/1
Convert Secondsto Milliseconds. timer:seconds/1
Display the IIOP port number used for secure connections orber:iiop_ssl_port/0
Display the security mode Orber is running in orber:secure/0
Add one security to group definition snmp_view_based_acm_mib:add_sec2group/3
Delete one security to group definition snmp_view_based_acm_mib:delete_sec2group/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/3
  Seed the ssl random generator. ssl:seed/1
  Seeds random number generation with default values random:seed/0
  Seeds random number generator random:seed/3
  Seek position in open file ssh_sftp:position/3
  Segment Reply Indication megaco_user:handle_segment_reply/5
  Segment Reply Indication megaco_user:handle_segment_reply/6
Collect data segments into a buffer erl_driver:int driver_vec_to_buf/3
Returns the list of name segments of a qualified_name node. erl_syntax:qualified_name_segments/1
  Select a subset of a family using a predicate. sofs:family_specification/2
  Select a subset using a predicate. sofs:specification/2
Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows}is returned. odbc:select_count/2
Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows}is returned. odbc:select_count/3
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format{selected, ColNames, Rows}. For other query types the tuple {updated, NRows}is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format{selected, ColNames, Rows}. For other query types the tuple {updated, NRows}is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Repair a continuation from select/1 or select/3. dets:repair_continuation/2
Repair a continuation from select/1 or select/3. dets:repair_continuation/2
Read selected chunks from a BEAM file or binary beam_lib:chunks/2
Read selected chunks from a BEAM file or binary beam_lib:chunks/3
Executes selected entries from a config file. ttb:run_config/2
Continues selecting objects. mnesia:select/1
  Selects a "best" layout for a document, creating a corresponding fixed-layout document. prettypr:best/1
  Selects Nconsecutive rows of the result set. odbc:select/3
  Selects Nconsecutive rows of the result set. odbc:select/4
  Send a command via telnet and wait for prompt. ct_telnet:cmd/3
  Send a delayed event internally in a generic FSM. gen_fsm:send_event_after/2
Delete a dictionary entry and send a {et, {dict_delete, Key}} tuple to all registered subscribers. et_collector:dict_delete/2
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/3
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
  Send a file over FTP. ct_ftp:send/2
  Send a file over FTP. ct_ftp:send/3
Open a ftp connection and send a file to the remote host. ct_ftp:put/3
  Send a megaco message. megaco_transport:Module:send_message/2
  Send a megaco message. megaco_transport:Module:send_message/3
  Send a message erlang:erlang:send/2
  Send a message lib:send/2
  Send a message and wait for an answer lib:sendw/2
  Send a message conditionally erlang:erlang:send/3
  Send a message over an existing association and given stream gen_sctp:send/4
  Send a message to a globally registered pid global:send/2
  Send a message to a globally registered pid global_group:send/2
  Send a message to a globally registered pid global_group:send/3
  Send a message to all members of a process group pg:send/2
  Send a message to all members of a process group, except ourselves pg:esend/2
  Send a message using an #sctp_sndrcvinfo{}record gen_sctp:send/3
Try to send a message without ever blocking erlang:erlang:send_nosuspend/2
Try to send a message without ever blocking erlang:erlang:send_nosuspend/3
  Send a notification snmpa:send_notification/3
  Send a notification snmpa:send_notification/4
  Send a notification snmpa:send_notification/5
  Send a notification snmpa:send_notification/6
  Send a packet gen_tcp:send/2
  Send a packet gen_udp:send/4
  Send a reply to a caller. gen_fsm:reply/2
  Send a reply to a client. gen_server:reply/2
  Send a standard error report event to the error logger error_logger:error_report/1
  Send a standard information event to the error logger error_logger:info_msg/1
  Send a standard information event to the error logger error_logger:info_msg/2
  Send a standard information report event to the error logger error_logger:info_report/1
  Send a standard warning event to the error logger error_logger:warning_msg/1
  Send a standard warning event to the error logger error_logger:warning_msg/2
  Send a standard warning report event to the error logger error_logger:warning_report/1
  Send a telnet command and return immediately. ct_telnet:send/2
  Send a telnet command and return immediately (uses a format string and a list of arguments to build the command). ct_telnet:sendf/3
  Send a telnet command and wait for prompt (uses a format string and list of arguments to build the command). ct_telnet:cmdf/4
  Send a timeout event internally in a generic FSM. gen_fsm:start_timer/2
  Send a trap snmpa:send_trap/3
  Send a trap snmpa:send_trap/4
  Send a user defined error report event to the error logger error_logger:error_report/2
  Send a user defined information report event to the error logger error_logger:info_report/2
  Send a user defined warning report event to the error logger error_logger:warning_report/2
  Send an asynchronous request to a generic server. gen_server:cast/2
  Send an asynchronous request to several generic servers. gen_server:abcast/2
  Send an asynchronous request to several generic servers. gen_server:abcast/3
  Send an event asynchronously to a generic FSM. gen_fsm:send_all_state_event/2
  Send an event asynchronously to a generic FSM. gen_fsm:send_event/2
  Send an event synchronously to a generic FSM. gen_fsm:sync_send_all_state_event/2
  Send an event synchronously to a generic FSM. gen_fsm:sync_send_all_state_event/3
  Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/2
  Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/3
  Send an exit signal to a process erlang:exit/2
  Send an exit signal with Reasonafter a specified Time. timer:exit_after/2
  Send an exit signal with Reasonafter a specified Time. timer:exit_after/3
  Send an exit signal with Reasonafter a specified Time. timer:kill_after/1
  Send an exit signal with Reasonafter a specified Time. timer:kill_after/2
  Send an standard error event to the error logger error_logger:error_msg/1
  Send an standard error event to the error logger error_logger:error_msg/2
  Send an standard error event to the error logger error_logger:format/2
  Send binary data over socket. httpd_socket:deliver/3
  Send data and binary data to port owner erl_driver:int driver_output2/5
  Send data from a driver binary to port owner erl_driver:int driver_output_binary/6
  Send data from driver to port owner erl_driver:int driver_output/3
  Send data to a port erlang:port_command/2
  Send explicit reply to client corba:reply/2
  Send Messagerepeatedly at intervals of Time. timer:send_interval/2
  Send Messagerepeatedly at intervals of Time. timer:send_interval/3
  Send Messageto Pidafter a specified Time. timer:send_after/2
  Send Messageto Pidafter a specified Time. timer:send_after/3
  Send one or more events to the event collector process megaco:report_digit_event/2
Test for a send operator erl_internal:send_op/2
  Send status replies to requests that want such replies. ssh_connection:reply_request/4
  Send term data from driver to port owner erl_driver:int driver_output_term/3
  Send term data to other process than port owner process erl_driver:int driver_send_term/4
  Send the code change system message to the process sys:change_code/4
  Send the code change system message to the process sys:change_code/5
  Send the inform-request ack snmpm_network_interface:inform_response/4
Request the network interface process to send this pdu snmpm_network_interface:send_pdu/7
  Send vectorized data to port owner erl_driver:int driver_outputv/5
Invoke on the client side ORB before sending the request interceptors:out_request_encoded/6
Invoke on the client side ORB before encoding and sending the request interceptors:out_request/6
  Sends a close message on the channel ChannelId. ssh_connection:close/2
  Sends a get HTTP-request http:request/1
  Sends a get HTTP-request http:request/2
  Sends a HTTP-request http:request/4
  Sends a HTTP-request http:request/5
  Sends a message to all registered subscribers et_collector:multicast/2
  Sends an arbitary FTP command. ftp:quote/2
  Sends channel data ssh_connection:send/3
  Sends channel data ssh_connection:send/4
  Sends channel data ssh_connection:send/4
  Sends channel data ssh_connection:send/5
  Sends Data back to client. mod_esi:deliver/2
  Sends eof on the channel ChannelId. ssh_connection:send_eof/2
  Sends one or more transaction request(s) and waits for the reply megaco:call/3
  Sends one or more transaction request(s) but does NOT wait for a reply megaco:cast/3
Get all data which has been received by the telnet client since last command was sent. ct_telnet:get_data/1
Return the process or port to which all trace messages are sent. dbg:get_tracer/1
Shall the message be sent snmpa_network_interface_filter:accept_send/2
Shall the pdu be sent snmpa_network_interface_filter:accept_send_pdu/2
Hibernate a process until a message is sent to it erlang:erlang:hibernate/3
Hibernate a process until a message is sent to it proc_lib:hibernate/3
Generate a request message to be sent to the network snmpa_mpd:generate_msg/4
Generate a request message to be sent to the network snmpm_mpd:generate_msg/5
Generate a response packet to be sent to the network snmpa_mpd:generate_response_msg/4
Generate a response packet to be sent to the network snmpm_mpd:generate_response_msg/4
Flush any messages sent to the shell c:flush/0
Returns the cookie header that would be sent when making a request to Url using the profile Profile. http:cookie_header/1
Returns the cookie header that would be sent when making a request to Url using the profile Profile. http:cookie_header/2
Change the event data sent when triggered CosTimerEvent_TimerEventHandler:set_data/2
Arranges documents horizontally or vertically, separated by whitespace. prettypr:sep/1
Count blank separated words string:words/1
Count blank separated words string:words/2
  Separates two documents by either a single space, or a line break and intentation. prettypr:follow/1
Join a list of strings with separator string:join/2
Join a list of filename components with directory separators filename:join/1
Join two filename components with directory separators filename:join/2
Equivalent to seq_trigger_ms(all) ttb:seq_trigger_ms/0
Generates a string corresponding to the given token sequence. epp_dodger:tokens_to_string/1
Start a sequence chart viewer for trace events (messages/actions) et_viewer:start_link/1
Simplified start of a sequence chart viewer with global tracing activated. et_viewer:start/0
Start of a sequence chart viewer without linking to the parent process. et_viewer:start/1
Return the sequence IDL typecode orber_tc:sequence/2
Analyzes a sequence of "program forms". erl_syntax_lib:analyze_forms/1
Creates an abstract sequence of "source code forms". erl_syntax:form_list/1
Return a sequence of all connections within the target domain CosEventDomainAdmin_EventDomain:get_all_connections/1
Return a DomainID sequence of all domains associated with the target object CosEventDomainAdmin_EventDomainFactory:get_all_domains/1
Yields a document representing a fixed, unbreakable sequence of characters. prettypr:text/1
Reverts a sequence of Erlang source code forms. erl_syntax:revert_forms/1
Generate a sequence of integers lists:seq/2
Generate a sequence of integers lists:seq/3
Return true if the requested number of properties can be delivered and there are additional properties. Otherwise false is returned and a sequence of max HowManyproperties CosPropertyService_PropertiesIterator:next_n/2
Return a sequence of the allowed properties CosPropertyService_PropertySetDef:get_allowed_properties/1
Returns the character sequence represented by a text node. erl_syntax:text_string/1
Create an IFR objref of the type SequenceDef orber_ifr:create_sequence/3
Connect the SequencePullConsumer to the Channel with the given MemberID CosEventDomainAdmin_EventDomain:connect_sequence_pull_consumer_with_id/3
Connect the SequencePullConsumer to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_pull_consumer/2
Connect the SequencePullSupplier to the Channel with the given MemberID CosEventDomainAdmin_EventDomain:connect_sequence_pull_supplier_with_id/3
Connect the SequencePullSupplier to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_pull_supplier/2
Connect the SequencePushConsumer to the Channel with the given MemberID CosEventDomainAdmin_EventDomain:connect_sequence_push_consumer_with_id/3
Connect the SequencePushConsumer to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_push_consumer/2
Connect the SequencePushSupplier to the Channel with the given MemberID CosEventDomainAdmin_EventDomain:connect_sequence_push_supplier_with_id/3
Connect the SequencePushSupplier to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_push_supplier/2
Put the Erlang term TraceInfointo the sequential trace output seq_trace:print/1
Put the Erlang term TraceInfointo the sequential trace output seq_trace:print/2
Returns a match_spec() which starts sequential tracing ttb:seq_trigger_ms/1
Stop all sequential tracing on the local node seq_trace:reset_trace/0
Called for each request to the Web server. httpd:Module:do/1
Connect to an SFTP server ssh_sftp:connect/1
Connect to an SFTP server ssh_sftp:connect/2
Connect to an SFTP server ssh_sftp:connect/3
Connect to an ssh server. ssh:connect/1
Connect to an ssh server. ssh:connect/2
Connect to an ssh server. ssh:connect/3
Create an Xref server. xref:start/2
Delete a file at the remote server.. ftp:delete/2
Delete an Xref server. xref:stop/1
Fetches information about the HTTP server httpd:info/1
Fetches information about the HTTP server httpd:info/2
Fetches information about the HTTP server httpd:info/2
Fetches information about the HTTP server httpd:info/3
Make a synchronous call to a generic server. gen_server:call/2
Make a synchronous call to a generic server. gen_server:call/3
Read a (virtual) file from a TFTP server tftp:read_file/3
Reloads the HTTP server configuration without restarting the server. httpd:reload_config/2
Rename a file at the remote server.. ftp:rename/3
Return information about an Xref server. xref:info/1
Return information about an Xref server. xref:info/2
Return information about an Xref server. xref:info/3
Run a pseudo server slave:relay/1
Send an asynchronous request to a generic server. gen_server:cast/2
Start a linked Orber server. Module_Interface:Module_Interface:oe_create_link/0
Start a linked Orber server. Module_Interface:Module_Interface:oe_create_link/1
Start a Orber server. Module_Interface:Module_Interface:oe_create/0
Start a Orber server. Module_Interface:Module_Interface:oe_create/1
Start the boot server erl_boot_server:start/1
Start the crypto server. crypto:start/0
Start the NT eventlog server nteventlog:start/2
Start the NT eventlog server nteventlog:start_link/2
Start the pg2 server pg2:start/0
Start the pg2 server pg2:start_link/0
Start the RB server rb:start/0
Start the RB server rb:start/1
Starts the test server. test_server_ctrl:start/0
Starts the test server. test_server_ctrl:start/1
Stop the crypto server. crypto:stop/0
Stop the NT eventlog server nteventlog:stop/0
Stop the RB server rb:stop/0
Synchronize the global name server global:sync/0
Transfer file from remote server. ftp:recv/2
Transfer file from remote server. ftp:recv/3
Transfer file to remote server. ftp:send/2
Transfer file to remote server. ftp:send/3
Write a (virtual) file to a TFTP server tftp:write_file/3
Transfer file to remote server, and append it to Remotefile. ftp:append/2
Transfer file to remote server, and append it to Remotefile. ftp:append/3
Start the boot server and links the caller erl_boot_server:start_link/1
Transfer file from remote server as a binary. ftp:recv_bin/2
Start a name server as a daemon epmd:epmd
Display the path to the server certificate orber:ssl_server_certfile/0
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/1
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/2
Reloads the HTTP server configuration without restarting the server. httpd:reload_config/2
Stops the test server immediately. test_server_ctrl:stop/0
Callback function that is called when the Web server is closed. httpd:Module:remove/1
Starts a server listening for SSH connections on the given port. ssh:daemon/1
Starts a server listening for SSH connections on the given port. ssh:daemon/2
Starts a server listening for SSH connections on the given port. ssh:daemon/3
Start a global timer server (named timer_server). timer:start/0
Create and start a new server object corba:create/2
Create and start a new server object corba:create/3
Create and start a new server object corba:create/4
Create and start a new server object corba:create_link/2
Create and start a new server object corba:create_link/3
Create and start a new server object corba:create_link/4
Stop a server object corba:create_nil_objref/0
Stop a server object corba:dispose/1
Interact with a server on a node rpc:server_call/4
Start a tracer server on given node with additional parameters dbg:tracer/3
Changes config for a TFTP daemon, server or client process tftp:change_config/2
Return information about a daemon, server or client process tftp:info/1
Creates a dynamic web page and returns it chunk by chunk to the server process by calling mod_esi:deliver/2. mod_esi:Module:Function/3
Return the code server search path code:get_path/0
Set the code server search path code:set_path/1
Ask framework if test server should issue a warning for What. test_server_ctrl:warn/1
Invoke when requests arrive at the server side ORB interceptors:in_request/6
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/3
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/5
Invoke when an existing connection to a server side ORB have been terminated interceptors:closed_out_connection/1
Invoke when requests arrive at the server side ORB with undecoded request body interceptors:in_request_encoded/6
Establish a new association for the socket Socket, with a peer (SCTP server socket) gen_sctp:connect/5
Will request that the server start the execution of the given command. ssh_connection:exec/4
Start a tracer server that handles trace messages. dbg:tracer/0
Start a tracer server with additional parameters dbg:tracer/2
Changes config for all servers tftp:change_config/2
Make a synchronous call to several generic servers. gen_server:multi_call/2
Make a synchronous call to several generic servers. gen_server:multi_call/3
Make a synchronous call to several generic servers. gen_server:multi_call/4
Return information about all servers tftp:info/1
Send an asynchronous request to several generic servers. gen_server:abcast/2
Send an asynchronous request to several generic servers. gen_server:abcast/3
Start a number of pseudo servers slave:pseudo/1
Start a number of pseudo servers slave:pseudo/2
Evaluate a function call on a node in the RPC server's context rpc:block_call/4
Evaluate a function call on a node in the RPC server's context rpc:block_call/5
Interact with the servers on a number of nodes rpc:multi_server_call/2
Interact with the servers on a number of nodes rpc:multi_server_call/3
Interact with the servers on a number of nodes (deprecated) rpc:safe_multi_server_call/2
Interact with the servers on a number of nodes (deprecated) rpc:safe_multi_server_call/3
Perform server-side SSL handshake new_ssl:ssl_accept/1
Perform server-side SSL handshake new_ssl:ssl_accept/2
Perform server-side SSL handshake new_ssl:ssl_accept/2
Perform server-side SSL handshake new_ssl:ssl_accept/3
Perform server-side SSL handshake and key exchange ssl:ssl_accept/1
Perform server-side SSL handshake and key exchange ssl:ssl_accept/2
Add or modify an Erlang service erlsrv:erlsrv
Display all objects stored in the Name Service orber_diagnostics:nameservice/0
Display all objects stored in the Name Service orber_diagnostics:nameservice/1
List all Erlang services or all options for one service. erlsrv:erlsrv
Remove association between the given id and service corba:remove_initial_service/1
Remove the service. erlsrv:erlsrv
Dynamically starts an inets service after the inets application has been started. inets:start/2
Dynamically starts an inets service after the inets application has been started. inets:start/3
Add a new initial service and associate it with the given id corba:add_initial_service/2
Returns a list of currently running services where each service is described by a [{Option, Value}] list. inets:service_info/0
Returns a list of available service names. inets:service_names/0
Start a Time Service object cosTime:start_time_service/2
Start a Timer Event Service object cosTime:start_timerevent_service/1
Stop the target Time Service object cosTime:stop_time_service/1
Stop the target Timer Event Service object cosTime:stop_timerevent_service/1
Stops a started service of the inets application or takes down a "stand_alone-service" gracefully. inets:stop/2
Install the cosTime Time Service part application cosTime:install_time/0
Install the cosTime Timer Event Service part application cosTime:install_timerevent/0
Uninstall the cosTime Time Service part application cosTime:uninstall_time/0
Uninstall the cosTime Timer Event Service part application cosTime:uninstall_timerevent/0
Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
Disable the service (Solaris only) os_sup:disable/0
Disable the service (Solaris only) os_sup:disable/2
Enable the service (Solaris only) os_sup:enable/0
Enable the service (Solaris only) os_sup:enable/2
Manipulate the current service status. erlsrv:erlsrv
Returns a list of currently running services. inets:services/0
List all Erlang services or all options for one service. erlsrv:erlsrv
Returns a list of currently running services where each service is described by a [{Option, Value}] list. inets:service_info/0
>Reset the inflate session zlib:inflateReset/1
End deflate session zlib:deflateEnd/1
End inflate session zlib:inflateEnd/1
Reset the deflate session zlib:deflateReset/1
Stop sftp session ssh_sftp:stop/1
Opens a channel for a ssh session. A session is a remote execution of a program. The program may be a shell, an application, a system command, or some built-in subsystem. ssh_connection:session_channel/2
Opens a channel for a ssh session. A session is a remote execution of a program. The program may be a shell, an application, a system command, or some built-in subsystem. ssh_connection:session_channel/4
Initialize a session for compression zlib:deflateInit/1
Initialize a session for compression zlib:deflateInit/2
Initialize a session for compression zlib:deflateInit/6
Initialize a session for decompression zlib:inflateInit/1
Initialize a session for decompression zlib:inflateInit/2
Opens a channel for a ssh session. A session is a remote execution of a program. The program may be a shell, an application, a system command, or some built-in subsystem. ssh_connection:session_channel/2
Opens a channel for a ssh session. A session is a remote execution of a program. The program may be a shell, an application, a system command, or some built-in subsystem. ssh_connection:session_channel/4
Create a set. sofs:from_external/2
Create a set. sofs:from_term/2
Create the function that maps each element of a set onto another set. sofs:constant_function/2
Evaluate apply(M,F,Args)with alltrace flags set. dbg:c/3
Evaluate apply(M,F,Args)with Flagstrace flags set. dbg:c/4
Return a list or a tuple of the elements of set. sofs:to_sets/1
Return a partition of a set. sofs:partition/2
Return a partition of a set. sofs:partition/3
Return a restriction of a set. sofs:restriction/3
Return the elements of a set. sofs:to_external/1
Return the number of elements of a set. sofs:no_elements/1
Return the type of a set. sofs:type/1
Return the untyped empty set. sofs:empty_set/0
Selects Nconsecutive rows of the result set. odbc:select/3
Selects Nconsecutive rows of the result set. odbc:select/4
Test for an empty set. sofs:is_empty_set/1
Test for an unordered set. sofs:is_set/1
Test for an unordered set. sofs:is_sofs_set/1
Saves the cookies defined in SetCookieHeaders in the client profile's cookie database. http:verify_cookie/2
Saves the cookies defined in SetCookieHeaders in the client profile's cookie database. http:verify_cookie/3
Convert an Setinto a list sets:to_list/1
Asynchronous set-request snmpm:as/3
Asynchronous set-request snmpm:as/4
Asynchronous set-request snmpm:as/4
Asynchronous set-request snmpm:as/4
Asynchronous set-request snmpm:as/5
Asynchronous set-request snmpm:as/5
Asynchronous set-request snmpm:as/5
Asynchronous set-request snmpm:as/6
Asynchronous set-request snmpm:as/7
Synchronous set-request snmpm:s/3
Synchronous set-request snmpm:s/4
Synchronous set-request snmpm:s/4
Synchronous set-request snmpm:s/4
Synchronous set-request snmpm:s/5
Synchronous set-request snmpm:s/5
Synchronous set-request snmpm:s/5
Synchronous set-request snmpm:s/6
Synchronous set-request snmpm:s/7
Create a set of atoms or any type of sets. sofs:set/2
Create a set out of a list of sets. sofs:from_sets/1
Create an ordered set out of a tuple of sets. sofs:from_sets/1
Return a partition of two sets. sofs:symmetric_partition/2
Return the Cartesian product of a tuple of sets. sofs:product/1
Return the Cartesian product of two sets. sofs:product/2
Return the coarsest partition given a set of sets. sofs:partition/1
Return the difference of two Sets sets:subtract/2
Return the difference of two sets. sofs:difference/2
Return the intersection of a family of sets of sets. sofs:family_intersection/1
Return the intersection of a list of Sets sets:intersection/1
Return the intersection of a set of sets. sofs:intersection/1
Return the intersection of two Sets sets:intersection/2
Return the intersection of two sets. sofs:intersection/2
Return the symmetric difference of two sets. sofs:symdiff/2
Return the union of a family of sets of sets. sofs:family_union/1
Return the union of a list of Sets sets:union/1
Return the union of a set of sets. sofs:union/1
Return the union of two Sets sets:union/2
Return the union of two sets. sofs:union/2
Test for disjoint sets. sofs:is_disjoint/2
Test two sets for equality. sofs:is_equal/2
Test two sets for subset. sofs:is_subset/2
Return the intersection of a family of sets of sets. sofs:family_intersection/1
Return the union of a family of sets of sets. sofs:family_union/1
  Sets options to be used for subsequent requests. http:set_options/1
  Sets options to be used for subsequent requests. http:set_options/2
Write Recordand sets stick lock. mnesia:s_write/1
  Sets the attributes of Node to Attributes. erl_syntax:set_attrs/1
  Sets the exception handling of the shell shell:catch_exception/1
  Sets the given trace flags on the given processes. ttb:p/2
  Sets the levels of I/O. test_server_ctrl:set_levels/3
  Sets the list of user annotations of Node to Annotations. erl_syntax:set_ann/1
  Sets the number of previous commands to keep shell:history/1
  Sets the number of previous results to keep shell:results/1
  Sets the position information of Node to Pos. erl_syntax:set_pos/1
  Sets the post-comments of Node to Comments. erl_syntax:set_postcomments/1
  Sets the pre-comments of Node to Comments. erl_syntax:set_precomments/1
  Sets the value of the SSL verification depth for outgoing calls orber:set_ssl_client_depth/1
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/3
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/5
Create a new PropertySetDefwith no predefined settings CosPropertyService_PropertySetDefFactory:create_propertysetdef/1
Current system performance monitoring settings erlang:erlang:system_monitor/0
Current system profiling settings erlang:erlang:system_profile/0
Current system profiling settings erlang:erlang:system_profile/2
Generate Info Report, which contain Orber's configuration settings orber:info/0
Generate Info Report, which contain Orber's configuration settings orber:info/1
Start a channel, which is linked to the invoking process, with default settings cosEventApp:start_channel_link/0
Start a channel with default settings cosEventApp:start_channel/0
Start a factory, which is linked to the invoking process, with default settings cosEventDomainApp:start_factory_link/0
Start a factory with default settings cosEventDomainApp:start_factory/0
Start a channel, which is linked to the invoking process, with settings defined by the given options cosEventApp:start_channel_link/1
Start a channel with settings defined by the given options cosEventApp:start_channel/1
Start a factory, which is linked to the invoking process, with settings defined by the given options cosEventDomainApp:start_factory_link/1
Start a factory with settings defined by the given options cosEventDomainApp:start_factory/1
Change the QoS settings for the target object CosNotification_QoSAdmin:set_qos/2
Return a list of name-value pairs which encapsulates the current QoS settings for the target object CosNotification_QoSAdmin:get_qos/1
Invoke when a new client ORB wants to setup a connection interceptors:new_in_connection/3
Invoke when a new client ORB wants to setup a connection interceptors:new_in_connection/5
If possible, setup a connection described by the #'CosEventDomainAdmin_Connection'{}struct CosEventDomainAdmin_EventDomain:add_connection/2
Evaluate several function calls on all nodes in parallel rpc:parallel_eval/1
Make a synchronous call to several generic servers. gen_server:multi_call/2
Make a synchronous call to several generic servers. gen_server:multi_call/3
Make a synchronous call to several generic servers. gen_server:multi_call/4
Send an asynchronous request to several generic servers. gen_server:abcast/2
Send an asynchronous request to several generic servers. gen_server:abcast/3
Asynchronously log several items onto a disk log. disk_log:alog_terms/2
Asynchronously log several items onto a disk log. disk_log:balog_terms/2
Log several items onto a disk log. disk_log:blog_terms/2
Log several items onto a disk log. disk_log:log_terms/2
Connect to an SFTP server ssh_sftp:connect/1
Connect to an SFTP server ssh_sftp:connect/2
Connect to an SFTP server ssh_sftp:connect/3
Stop sftp session ssh_sftp:stop/1
Returns a child specification that allows an ssh daemon to handle an sftp subssystem ssh_sftpd:subsystem_spec/1
Informs the test_server controller that next test shall run with code coverage analysis. test_server_ctrl:cover/2
Informs the test_server controller that next test shall run with code coverage analysis. test_server_ctrl:cover/2
Informs the test_server controller that next test shall run with code coverage analysis. test_server_ctrl:cover/3
  Shall the message be sent snmpa_network_interface_filter:accept_send/2
  Shall the pdu be sent snmpa_network_interface_filter:accept_send_pdu/2
  Shall the received message be accepted snmpa_network_interface_filter:accept_recv/2
  Shall the received pdu be accepted snmpa_network_interface_filter:accept_recv_pdu/3
Compute an SHAmessage digest from Data crypto:sha/1
Exits a normal shell and starts a restricted shell. shell:start_restricted/1
Exits a restricted shell and starts a normal shell. shell:stop_restricted/0
Flush any messages sent to the shell c:flush/0
Sets the exception handling of the shell shell:catch_exception/1
Opens a channel for a ssh session. A session is a remote execution of a program. The program may be a shell, an application, a system command, or some built-in subsystem. ssh_connection:session_channel/2
Opens a channel for a ssh session. A session is a remote execution of a program. The program may be a shell, an application, a system command, or some built-in subsystem. ssh_connection:session_channel/4
Exits a restricted shell and starts a normal shell. shell:stop_restricted/0
Exits a normal shell and starts a restricted shell. shell:start_restricted/1
Used when transforming fun's created in the shell into match_specifications. ms_transform:transform_from_shell/3
Execute a command in a shell of the target OS os:cmd/1
Will request that the user's default shell (typically defined in /etc/passwd in UNIX systems) be started at the other end. ssh_connection:shell/2
Environment variables may be passed to the shell/command to be started later. ssh_connection:setenv/5
Execute a function a shielded node. test_server:run_on_shielded_node/2
Find one short cycle in a digraph. digraph:get_short_cycle/2
Creates a mapping from corresponding short names to full function names. erl_syntax_lib:function_name_expansions/1
Find one short path in a digraph. digraph:get_short_path/3
  Shorthand equivalents of create. gs:ObjType/1
  Shorthand equivalents of create. gs:ObjType/2
  Shorthand equivalents of create. gs:ObjType/3
Quit - shorthand for init:stop() c:q/0
Connect NotifySubscribe object, which should be informed when the ta