*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 tt_file_netfile(3) -- map between local and canonical pathnames on the local host
    The tt_file_netfile function converts a local pathname to a netfilename, a form that can be passed to other hosts on the network and converted back to a local pathname for the same file with tt_netfile_file(3). The filename argument is a pathname (absolute or relative) that is valid on the local host. Every component of filename must exist, except that the last component need not exist.
 tt_file_objects_query(3) -- find all objects in the named file
    The tt_file_objects_query function instructs the ToolTalk service to find all objects in the named file and pass the objids to the filter function. The context pointer and accumulator pointer initially specified are also passed to the filter function. As the ToolTalk service finds each object, it calls the filter function, passing the objid of the object and the two applicationsupplied pointers. T...
 tt_file_quit(3) -- register lack of interest in messages that involve a file
    The tt_file_quit function informs the ToolTalk service that the process is no longer interested in messages that involve the specified file. The ToolTalk service removes this file value from any currently registered patterns and sets the default file to NULL. The filepath argument is the name of the file in which the process is no longer interested.
 tt_free(3) -- free storage from the ToolTalk API allocation stack
    The tt_free function frees storage from the ToolTalk API allocation stack. The p argument is the address of the storage in the ToolTalk API allocation stack to be freed.
 tt_host_file_netfile(3) -- map between local and canonical pathnames on a remote host
    The tt_host_file_netfile function performs a conversion equivalent to that of the tt_file_netfile(3) function, but performs it on a remote host. The filename argument is a pathname (absolute or relative) that is valid on the remote host. Every component of filename must exist, except for the last component. The host argument is a name of a remote host.
 tt_host_netfile_file(3) -- map between canonical and local pathnames on a remote host
    The tt_host_netfile_file function performs a conversion equivalent to that of the tt_netfile_file(3) function, but performs it on a remote host. The host argument is the host on which the file resides. The netfilename argument is a copy of a null-terminated string returned by tt_netfile_fileRETURN VALUE    RETURN VALUE    [Toc]    
 tt_icontext_join(3) -- add an integer value to the list of values
    The tt_icontext_join function adds the given integer value to the list of values for the contexts of all patterns. The context is compared to currently registered patterns for the procid. If a pattern has a slot with the specified name, the given integer value is added to the list of values for that slot. The slotname argument is the name of the context. The value argument is the value to be added...
 tt_icontext_quit(3) -- remove an integer value from the list of values
    The tt_icontext_quit function removes the given integer value from the list of values for the contexts of all patterns. The context is compared to currently registered patterns for the procid. If a pattern has a slot with the specified name, the given integer value is removed from the list of values for that slot. If there are duplicate values, only one value is removed. The slotname argument is t...
 tt_initial_session(3) -- return the initial session identifier
    The tt_initial_session function returns the initial session identifier of the ttsession(1) with which the current process identifier is associated. The current process identifier is obtained by calling tt_open(3).
 tt_int_error(3) -- return the status of an error object
    The tt_int_error function returns the status of an error object. The return_val argument is the integer returned by a ToolTalk function.
 tt_is_err(3) -- check status value
    The tt_is_err function checks whether a status value is a warning or an error. The s argument is the Tt_status code to check.
 tt_malloc(3) -- allocate storage on the ToolTalk API allocation stack
    The tt_malloc function allocates storage on the ToolTalk API allocation stack. The s argument is the amount of storage to be allocated in bytes.
 tt_mark(3) -- mark a storage position in the ToolTalk API allocation stack
    The tt_mark function marks a storage position in the ToolTalk API allocation stack.
 tt_message_abstainer(3) -- return offer's nth abstaining procid
    The tt_message_abstainer function returns the procid of the nth abstainer of the specified message. The m argument is the opaque handle for the message involved in this operation. The n argument is the number of the abstainer to be returned. The first abstainer is numbered zero.
 tt_message_abstainers_count(3) -- return a count of the offer's abstaining procids
    The tt_message_abstainers_count function returns a count of the procids that are recorded in the offer m as having abstained from it. The m argument is the opaque handle for the message involved in this operation.
<<  [Prev]  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  
30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service