# %W% %E% # # Copyright (C) 1986-1995-2001 The Santa Cruz Operation, Inc. # All Rights Reserved. # The information in this file is provided for the exclusive use of # the licensees of The Santa Cruz Operation, Inc. Such users have the # right to use, modify, and incorporate this code into other products # for purposes authorized by the license agreement provided they include # this notice and the associated copyright notice with any such product. # The information in this file is provided "AS IS" without warranty. # # Copyright (C) 1986-1989 AT&T # All Rights Reserved. # # This is the whatis file for man(C) # Lines beginning with # are comments and are ignored # by man(C). # # This file contains three columns of data. Column one # is a title. Column 2 is the manual section in which it # appears. The third column is the corresponding description. # # Thus the entry for man(C) is: # # col1 = man # col2 = (C) # col3 = - print reference pages in this guide # AddData (argument list version) (S_ADM) - add error data to entry to top of error stack (C++ interface) AddData (vector version) (S_ADM) - add error data to entry to top of error stack (C++ interface) Clear (S_ADM) - clear error stack (C++ interface) Data (S_ADM) - get pointer to error data (C++ interface) Equal (S_ADM) - test if value in stack is equal to error constant (C++ interface) Error (S_ADM) - C/C++ error management routines ErrorAddData (vector version) (S_ADM) - add error data to entry to top of error stack (C interface) ErrorAddDataArgs (argument list version) (S_ADM) - add error data to entry to top of error stack (C interface) ErrorClear (S_ADM) - clear error stack (C interface) ErrorData (S_ADM) - get pointer to error data (C interface) ErrorDelete (S_ADM) - delete an errStatus object (C interface) ErrorEqual (S_ADM) - test if value in stack is equal to error constant (C interface) ErrorExport (S_ADM) - export error stack to external format (C interface) ErrorImport (S_ADM) - import error stack from external format (C interface) ErrorModuleEqual (S_ADM)- test if stack value belongs to a specified module (C interface) ErrorNew (S_ADM) - allocate an errStatus object (C interface) ErrorOutput (S_ADM) - output error stack in human-readable format (C interface) ErrorPush (S_ADM) - push a localized error message onto the error stack (C interface) ErrorPushNonStd (S_ADM) - push a non-standard error (C interface) ErrorPushUnixErr (S_ADM)- push an error from a UNIX system/library call on the error stack (C interface) ErrorValue (S_ADM) - get value from error stack (C interface) ErrorVPush (S_ADM) - push an localized error message onto the error stack (C interface) ErrorVPushUnixErr (S_ADM) - push an error from a UNIX system/library call on the error stack (C interface) Export (S_ADM) - export error stack to external format (C++ interface) Import (S_ADM) - import error stack from external format (C++ interface) Intl (S_ADM) - internationalization management routines ModuleEqual (S_ADM) - test if stack value belongs to a specified module (C++ interface) OFBinding (S_ADM) - bind a class description table OFComposeBmipResponseError (S_ADM) - create BMIP response OFEvaluateFilter (S_ADM)- filter list of objects OFEvaluateOperation (S_ADM) - perform BMIP request OFGenerateHandleId (S_ADM) - generate indentifier for BMIP request OFReturnBmipResponse (S_ADM) - send BMIP response OSAAttrIsPresent (S_ADM)- check if attribute is present OSAClearList, OSARemoveAttribute (S_ADM) - remove return list structure OSAGetAttrArrayDouble (S_ADM) - returns floating point array number of attribute OSAGetAttrArrayLong (S_ADM) - returns integer array number of attribute OSAGetAttrArraySize (S_ADM) - get size of attribute data OSAGetAttrArrayString (S_ADM) - returns string array number of attribute OSAGetAttrArrayValues: OSAGetAttrArrayLong, OSAGetAttrArrayDouble, OSAGetAttrArrayString (S_ADM) - get data from attribute list OSAGetAttrByIndex (S_ADM) - get attribute by present OSAGetAttrCount (S_ADM) - get attribute count OSAGetAttributeDouble (S_ADM) - return floating point number associated with attribute OSAGetAttributeLong (S_ADM) - return integer number associated with attribute OSAGetAttributeString (S_ADM) - return pointer to string associated with attribute OSAGetAttributeValues: OSAGetAttributeLong, OSAGetAttributeDouble, OSAGetAttributeString (S_ADM) - get attribute list data OSAGetAttrToken: OSAGetAttrCount, OSAAttrIsPresent, OSAGetAttrByIndex, OSAGetAttrArraySize (S_ADM) - get information about attribute list structure OSARemoveAttribute (S_ADM) - remove attribute from return list structure OSAReturnActionData (S_ADM) - evaluates action operation OSAReturnBoolean (S_ADM)- evaluates filter operation OSAReturnDouble (S_ADM) - associates floating point number with an attribute OSAReturnLong (S_ADM) - associates integer number with an attribute OSAReturnString (S_ADM) - associates pointer to string with an attribute OSAReturnValues: OSAReturnLong, OSAReturnDouble, OSAReturnString, OSAReturnBoolean, OSAReturnActionData (S_ADM) - return values to library routine Output (S_ADM) - output error stack in human-readable format (C++ interface) Push (S_ADM) - push a localized error message onto the error stack (C++ interface) PushNonStd (S_ADM) - push a non-standard error (C++ interface) PushUnixErr (S_ADM) - push an error from a UNIX system/library call on the error stack (C++ interface) Stanza (S_ADM) - interfaces for managing stanza files StanzaAddAttr (S_ADM) - add an attribute to a stanza section StanzaAddSect (S_ADM) - add section to stanza file StanzaAddValue (S_ADM) - add a value to a stanza file StanzaClose (S_ADM) - writes stanza file to disk StanzaDelAttr (S_ADM) - delete an attribute in a stanza section StanzaDelSect (S_ADM) - delete section in stanza file StanzaDelValue (S_ADM) - delete a value from a stanza file StanzaFilename (S_ADM) - obtain filename associated with a stanza handle StanzaGetAttrs (S_ADM) - get attributes from a section StanzaGetSects (S_ADM) - return a Tcl list of sections found in stanza file StanzaGetVals (S_ADM) - get list of values from stanza file StanzaHandleFree (S_ADM)- frees a stanza handle StanzaModAttr (S_ADM) - modify attribute in a stanza section StanzaModIdxValue (S_ADM) - replace indexed stanza value with new value StanzaModSect (S_ADM) - change name of section in a stanza file StanzaModValue (S_ADM) - modify a value in a stanza section StanzaOpen (S_ADM) - open a stanza file StanzaPrint (S_ADM) - print contents of a stanza file StanzaReplaceValue (S_ADM) - replace value in a stanza section StanzaSync (S_ADM) - update a stanza file Value (S_ADM) - get value from error stack (C++ interface) Vpush (S_ADM) - push an localized error message onto the error stack (C++ interface) VPushUnixErr (S_ADM) - push an error from a UNIX system/library call on the error stack (C++ interface)