Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cs_oid_in_set(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Functions:  cs_oid_set_insert(3)

cs_oid_in_set(3)  —  Subroutines

NAME

cs_oid_in_set − determine if an object identifier (OID) is present in an OID set

SYNOPSIS

#include <gssapi/gssapi.h>
int cs_oid_in_set(
        const cs_oid_t aOid,
        const cs_oid_set_t aSet );

PARAMETERS

aOidThe OID to locate in the set. 

aSetThe OID set to check for the OID. 

DESCRIPTION

The cs_oid_in_set() function searches an OID set for the specified OID. 

RETURN VALUES

The function returns 0 if the OID is not in the set; the function returns 1 if the OID is in the set. 

PORTABILITY CONSIDERATIONS

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

SEE ALSO

Functions:  cs_oid_set_insert(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026