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

  man pages->Tru64 Unix man pages -> cs_oid_set_union (3)              
Title
Content
Arch
Section
 

cs_oid_set_union(3)

Contents


NAME    [Toc]    [Back]

       cs_oid_set_union  -  create an new object identifier (OID)
       set that is an union of two existingsets.

SYNOPSIS    [Toc]    [Back]

       #include <gssapi/gssapi.h>

       cs_oid_set_t cs_oid_set_union (
               const cs_oid_set_t set1,
               const cs_oid_set_t set2 );

PARAMETERS    [Toc]    [Back]

       The first OID set.  The second OID set.

DESCRIPTION    [Toc]    [Back]

       The cs_oid_set_union() function creates a new OID set that
       is  the  union  of two OID sets. Resources associated with
       the new OID set must be released by the application  after
       use with a call to cs_oid_set_free().

       The  returned OID set may be empty if the two sets did not
       contain any entries.

                                  Note

       A union of OID sets creates a new set  that  contains  all
       OID  that  belong  to one or both sets. OIDs that exist in
       both sets will not be duplicated in the new set.

RETURN VALUES    [Toc]    [Back]

       The function returns the new OID set. The function returns
       NULL if there is a memory allocation error.

PORTABILITY CONSIDERATIONS    [Toc]    [Back]

       This function is an extension of the GSS-API standard that
       is not supported by other GSS-API implementations.

SEE ALSO    [Toc]    [Back]

      
      
       Functions:  cs_oid_set_isect(3), cs_oid_set_free(3)



                                              cs_oid_set_union(3)
[ Back ]
 Similar pages
Name OS Title
cs_oid_set_isect Tru64 create an new object identifier (OID) set that is an intersection oftwo existing sets.
gss_add_oid_set_member HP-UX add an Object Identifier (OID) to an OID set
ftok OpenBSD create IPC identifier from a pathname
ftok FreeBSD create IPC identifier from path name
cs_oid_dup Tru64 duplicate an object identifier (OID)
cs_oid_set_insert Tru64 insert an object identifier (OID) into an OID set
cs_oid_set_free Tru64 free an object identifier (OID) set
cs_oid_set_dup Tru64 duplicate an object identifier (OID) set
cs_oid_free Tru64 free an object identifier (OID)
cs_oid_in_set Tru64 determine if an object identifier (OID) is present in an OID set
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service